← 返回 Skills 市场
robansuini

Leadership Prompts

作者 robansuini · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
547
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install leadership-prompts
功能描述
Curated collection of 25+ battle-tested prompts for engineering leaders — 1-on-1 prep, team health, incident retros, technical strategy, hiring, career devel...
使用说明 (SKILL.md)

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

Category Count When to reach for it
1-on-1 Prep 4 Before any non-routine 1-on-1
Team Health 4 After rough quarters, conflicts, layoffs, or remote disconnection
Incident Retrospectives 3 Within 48h of incident resolution
Technical Strategy 4 Quarterly planning, architecture reviews, build-vs-buy decisions
Hiring & Interviews 3 Opening new roles, optimizing pipeline, closing candidates
Career Development 4 Promotion cycles, feedback delivery, retention conversations
Stakeholder Communication 4 Exec 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:

  1. Force structure — They use frameworks (SBI, RACI, RAG status) so your output is actionable, not rambling
  2. Include the uncomfortable parts — Like "prepare for their defensive reaction" or "know when to escalate to HR"
  3. Be opinionated — "The exec update is your team's marketing" isn't neutral advice, it's a perspective earned from experience
  4. Output something usable — Every prompt specifies an output format you can immediately use in a meeting, doc, or conversation
  5. Acknowledge politics — Real leadership happens in political contexts. These prompts include stakeholder dynamics, not just best practices

Adding Your Own Prompts

Add entries to prompts.json following the existing schema:

{
  "id": "category-short-name",
  "category": "Category Name",
  "title": "Human-readable title",
  "prompt": "The actual prompt text with {variables}",
  "context": "When to use this prompt",
  "output_format": "What the AI should produce",
  "example": "A filled-in example showing real usage"
}

Credits

Created by Rob — engineering manager since 2011, currently running leadingin.tech. These prompts come from real situations managing teams at startups and scale-ups, not from management textbooks.

安全使用建议
This skill appears coherent and low-risk: it bundles a prompt JSON file and a tiny Node CLI that only reads that file. Before installing, verify you are comfortable running small local scripts and that the prompts themselves match your organization’s policies. When using prompts with an assistant, avoid inserting real sensitive or personally identifiable information into the {variables} fields unless you trust the execution environment.
功能分析
Type: OpenClaw Skill Name: leadership-prompts Version: 1.0.1 The skill bundle provides a CLI tool to browse a collection of leadership prompts. The `scripts/leadership-prompts.js` script safely reads a local `prompts.json` file and prints its contents to standard output based on user-provided arguments. There are no external network calls, arbitrary command execution, file system writes, or attempts to access sensitive user data. The `SKILL.md` primarily provides instructions for the user on how to interact with the skill and how to use the generated prompts with their own AI assistant, rather than attempting prompt injection against the OpenClaw agent itself. The declared `node` dependency is used for local script execution, which is benign in this context.
能力评估
Purpose & Capability
Name/description describe a prompt library for engineering leaders and included files (prompts.json + small Node CLI) directly implement that. Required binary (node) is proportional and expected.
Instruction Scope
SKILL.md only documents using the local CLI and how to fill prompts; runtime instructions do not direct reading of unrelated files, environment variables, or sending data to external endpoints. The CLI reads only prompts.json packaged with the skill.
Install Mechanism
No install spec is provided (instruction-only style). There is a small JS script bundled; nothing is downloaded from external URLs and no archives are extracted.
Credentials
No environment variables, credentials, or config paths are requested. The skill operates locally on packaged JSON data.
Persistence & Privilege
always is false, the skill does not request persistent system presence or modify other skills or system configs. It is a passive library invoked on demand.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install leadership-prompts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /leadership-prompts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
26 battle-tested prompts for engineering leaders: 1-on-1 prep, team health, incident retros, tech strategy, hiring, career dev, stakeholder comms
v1.0.0
Initial release: 26 battle-tested prompts for engineering leaders across 7 categories
元数据
Slug leadership-prompts
版本 1.0.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Leadership Prompts 是什么?

Curated collection of 25+ battle-tested prompts for engineering leaders — 1-on-1 prep, team health, incident retros, technical strategy, hiring, career devel... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 547 次。

如何安装 Leadership Prompts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install leadership-prompts」即可一键安装,无需额外配置。

Leadership Prompts 是免费的吗?

是的,Leadership Prompts 完全免费(开源免费),可自由下载、安装和使用。

Leadership Prompts 支持哪些平台?

Leadership Prompts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Leadership Prompts?

由 robansuini(@robansuini)开发并维护,当前版本 v1.0.1。

💬 留言讨论