诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。
编程
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...
它能做什么
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.
技能文档
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:
- Force structure — They use frameworks (SBI, RACI, RAG status) so your output is actionable, not rambling
- Include the uncomfortable parts — Like "prepare for their defensive reaction" or "know when to escalate to HR"
- Be opinionated — "The exec update is your team's marketing" isn't neutral advice, it's a perspective earned from experience
- Output something usable — Every prompt specifies an output format you can immediately use in a meeting, doc, or conversation
- 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.
相关技能
按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。
通过 `use_figma` 在 Figma 文件中执行 Plugin API JavaScript,读写节点。
从零搭建新技能,通过评估驱动的测试-迭代循环改进现有技能。
让 Codex 把 API 规范、SDK 或既有脚本转成一个可复用、可组合的命令行工具,装到 PATH 上任何目录都能调用。
按微软当前文档规范选型、搭建管道并写出符合框架惯例的 ASP.NET Core 代码。
robansuini 的更多技能
浏览全部技能在命令行里实现 Markdown 与 Notion 的双向同步,支持数据库查询、属性更新和变更监听。