一键导入
stakeholder-update
Generates a concise stakeholder status update — lighter than a full sprint report, focused on what stakeholders need to know.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates a concise stakeholder status update — lighter than a full sprint report, focused on what stakeholders need to know.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | stakeholder-update |
| version | 1.0.0 |
| description | Generates a concise stakeholder status update — lighter than a full sprint report, focused on what stakeholders need to know. |
| category | reporting |
| trigger | Quick status request, weekly stakeholder sync, pre-meeting brief, async status share. |
| autonomy | supervised |
| portability | universal |
| complexity | intermediate |
| type | generation |
| inputs | [{"name":"sprint_summary","type":"structured-text","required":true,"description":"Condensed sprint data: completion %, trajectory, blocker count, key risks, scope change (if any). Can be derived from a full sprint report or gathered manually.\n"},{"name":"audience","type":"text","required":false,"default":"engineering-management","description":"Target audience: engineering-management (default), c-level, product, engineering-team, cross-team. Use format-for-audience for adaptation.\n"},{"name":"decisions_pending","type":"structured-text","required":false,"description":"List of decisions needed from stakeholders (decision, owner, urgency).\n"}] |
| outputs | [{"name":"stakeholder_update","type":"text","description":"Concise update under 1 page: RAG, 3 highlights, risks, decisions, next steps.\n"}] |
| model_compatibility | ["claude","gpt-4","gemini","llama-3"] |
Produces a concise, stakeholder-focused status update. Shorter than a full sprint report — typically under 1 page. Answers "What do stakeholders need to know?" rather than "What happened in the sprint?"
For a comprehensive sprint report, use generate-sprint-report instead. After generating this update, apply format-for-audience to adapt for audiences other than engineering management (C-level, Product, Engineering Team, Cross-team).
| Aspect | Stakeholder Update | Generate Sprint Report |
|---|---|---|
| Length | < 1 page | 2–3 pages |
| Focus | 3 key things + decisions | Full operational detail |
| Audience | Stakeholders (default: Eng Mgmt) | Sprint review, full status |
| Sections | RAG, highlights, risks, decisions, next steps | All sections (velocity, blockers table, scope, risks, recommendations) |
| Use case | "Quick status" | "Full sprint picture" |
From the provided sprint_summary, extract the 3 highest-signal items. Prioritize by:
Examples of high-signal items:
Avoid low-signal items: minor process tweaks, individual ticket status, routine updates.
Determine RAG from the summary:
Provide a one-line justification citing the primary driver (e.g., "Amber — 2 blockers, trajectory at 65%").
decisions_pending or inferred from blockers/risks. For each: what decision, who owns it, by when (if known).If none: use "None" or omit the section. Do not invent decisions.
Assemble in the output format below. Keep total length under 1 page (roughly 300–400 words). Use direct, scannable language. Lead with RAG and the 3 highlights.
Before delivering:
# Stakeholder Update
**Sprint**: {name}
**Date**: {date}
**RAG**: {Green | Amber | Red} — {one-line justification}
---
## Key Highlights
1. **{Highlight 1 title}** — {One sentence. Data-driven, specific.}
2. **{Highlight 2 title}** — {One sentence.}
3. **{Highlight 3 title}** — {One sentence.}
---
## Risks & Blockers
{If any: bullet list of material risks/blockers with one line each.}
{If none: "None."}
---
## Decisions Needed
{If any: table or list — Decision | Owner | Urgency}
{If none: "None."}
---
## Next Steps
- {Action 1}
- {Action 2}
---
**Confidence**: {High | Medium | Low} — {brief justification}
The default output is tuned for engineering management — operational detail, velocity, blockers, capacity. For other audiences, apply format-for-audience after generating:
After drafting the update, independently verify:
If any verification fails, revise before delivering.
Generates messages suggesting a ghost-done ticket be transitioned to Done. Helpful tone, evidence-based, always asks rather than commands.
Generates contextual, humble messages designed to unblock stuck tickets. Use when a stuck ticket needs a nudge comment.
Generates a quick morning briefing with what happened, what's stuck, and what needs attention today.
Evaluates whether epics are ready for PI or quarter planning by scoring 7 readiness dimensions.
Computes team capacity for a sprint or PI from headcount, PTO, and run-rate buffer.
Estimates completion probability for remaining work using velocity distribution and Monte Carlo-style simulation.