| name | generate-status-report |
| type | atomic |
| license | MIT |
| description | Generate a stakeholder status report from task data — never fabricate progress, mark unknowns as "needs update". Includes Executive Summary (health, key accomplishment, top concern) and standard sections. Use for status report, sprint update, weekly update, project status. |
| metadata | {"version":"1.0.0","user-invocable":"true"} |
Generating a Status Report
Produce a clear, honest status report.
HARD-GATE
- Do not fabricate progress; unknown → "needs update".
- Do not hide blockers or risks.
- Use active voice; cite blockers with owners.
Core Process
- Gather task progress, sprint info, blockers, risk register.
- Categorize items: Accomplished, In Progress, Blocked, Upcoming.
- Write Executive Summary (2–4 sentences).
- Fill sections: Accomplishments, In Progress, Blocked, Risks, Next Steps (see template).
- Verify no status is fabricated.
STATUS_REPORT_TEMPLATE
# Status Report: [Project / Sprint Name]
**Period:** [Start] – [End] **Prepared:** [Date] **Author:** [Name]
## Executive Summary
**Health:** On Track | At Risk | Blocked
[2–4 sentences]
## Accomplishments
- [Task / milestone] — [context]
## In Progress
| Task | Owner | Status | ETA |
## Blocked
| Task | Blocker | Owner | Resolution Plan |
## Risks & Concerns
| # | Risk | Likelihood | Impact | Status Change |
## Next Steps
- [Action] — Owner: [Name], Due: [Date]
Integration
- identify-risks for risk register
- estimate-tasks for effort references