ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

leadership-prompts

Curated collection of 25+ battle-tested prompts for engineering leaders — 1-on-1 prep, team health, incident retros, technical strategy, hiring, career development, and stakeholder communication. Built from 13+ years of engineering management experience.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/robansuini/leadership-prompts
Or

Leadership Prompts

Battle-tested prompt library for engineering managers, tech leads, VPs of Engineering, and CTOs. These aren't generic "tell me about leadership" prompts — they're specific, opinionated frameworks for real challenges you face weekly.

Who This Is For

  • Engineering Managers running teams of 5-15
  • Tech Leads navigating the IC-to-management boundary
  • Directors/VPs managing managers
  • CTOs who still get their hands dirty

Categories

CategoryCountWhen to reach for it
1-on-1 Prep4Before any non-routine 1-on-1
Team Health4After rough quarters, conflicts, layoffs, or remote disconnection
Incident Retrospectives3Within 48h of incident resolution
Technical Strategy4Quarterly planning, architecture reviews, build-vs-buy decisions
Hiring & Interviews3Opening new roles, optimizing pipeline, closing candidates
Career Development4Promotion cycles, feedback delivery, retention conversations
Stakeholder Communication4Exec updates, saying no, cross-functional alignment, reorgs

Quick Start

Using the CLI

# List all categories
node scripts/leadership-prompts.js list

# Get a random prompt (great for manager skill-building)
node scripts/leadership-prompts.js random

# Search by keyword
node scripts/leadership-prompts.js search "promotion"

# Show a specific prompt by ID
node scripts/leadership-prompts.js show career-dev-promotion

# Get all prompts in a category
node scripts/leadership-prompts.js category "Team Health"

Using with Your AI Assistant

Just tell your assistant:

"I need to prepare for a 1-on-1 with an underperformer. Use the leadership-prompts skill to find the right prompt, then walk me through it."

Or for browsing:

"Show me all the hiring prompts from leadership-prompts"

How to Use a Prompt

Each prompt has placeholder variables in {curly_braces}. Fill these in with your specific context. The more specific you are, the better the output.

Example:

The prompt says:

I'm preparing for a 1-on-1 with a direct report who has been underperforming for the past {timeframe}...

You fill in:

I'm preparing for a 1-on-1 with a direct report who has been underperforming for the past 6 weeks...

Prompt Design Principles

These prompts are designed to:

Metadata

Stars1171
Views0
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-robansuini-leadership-prompts": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.