Status Report
Generate a project status report for "$ARGUMENTS" in RAG format (Red/Amber/Green) suitable for leadership review. Summarize progress against milestones, highlight risks and issues, note upcoming milestones, and list asks from leadership.
Prerequisites
None — this is a utility skill. It can be run at any time, with or without existing project artifacts.
If .project/$ARGUMENTS/ exists, read any available artifacts for context. If it does not exist, proceed based on information the user provides.
Process
Read existing context:
- If
.project/$ARGUMENTS/ exists, read all available artifacts for comprehensive context:
- Project charter, roadmap, and backlog for planned scope and milestones
- Sprint data for recent progress and velocity
- Risk assessments for known risks
- Decision logs for recent decisions
- Previous status reports for trend comparison
- If no artifacts exist, gather the information from the user through targeted questions
Set overall RAG status with justification:
- Green — on track: project is progressing as planned, no significant risks or blockers, timeline confidence is high
- Amber — challenges but manageable: some risks or issues exist but have mitigation plans, timeline may slip slightly, needs monitoring
- Red — blocked or at-risk: significant blockers or risks threatening delivery, timeline is at serious risk, needs leadership attention or intervention
- Provide a one-line justification for the status: "Green: delivering on schedule with all milestones met this period"
- If the status has changed from the previous report, explain why
- Be honest — do not default to Green to avoid difficult conversations
Summarize progress against milestones:
- For each milestone or major deliverable:
- Status — completed, in progress, not started, at risk, blocked
- % complete — estimated progress
- Key accomplishments this period — what was delivered or achieved since last report
- Highlight any milestones that slipped and explain why
- Note velocity trends: is the team accelerating, maintaining, or slowing down?
List top 3 risks and issues:
- Distinguish between risks (potential problems) and issues (current problems)
- For each:
- Description — what is the risk or issue
- Impact — what happens if it materializes or is not resolved
- Mitigation — what is being done about it
- Owner — who is responsible for managing it
- Limit to top 3 — leadership does not need an exhaustive list, they need the critical items
- If there are more than 3, note "N additional risks tracked in the risk register"
Note upcoming milestones and timeline confidence:
- List the next 2-3 milestones with target dates
- For each, state confidence level: high (>80% likely on time), medium (50-80%), low (<50%)
- If any milestone is at medium or low confidence, briefly explain why
- Note any dependencies on external teams, vendors, or decisions
List asks and decisions needed from leadership:
- Be specific: "We need approval for X by [date]" or "We need a decision on Y to unblock Z"
- For each ask, explain: what is needed, why, by when, and what happens if it is delayed
- Limit to 2-3 actionable asks — this is the most important section for leadership
- If there are no asks, explicitly state "No asks this period"
Include team capacity note:
- Is the team fully staffed or are there gaps?
- Note any planned or unplanned absences that affect delivery
- Flag if the team is at capacity and new work cannot be absorbed without deprioritizing something
- Note upcoming capacity changes (new hires, departures, leaves)
Write the artifact — save to .project/$ARGUMENTS/status-report.md:
- Report Date — date of this report
- Overall Status — RAG indicator with one-line justification
- Progress Summary — milestone status with % complete and key accomplishments
- Risks & Issues — top 3 with impact, mitigation, and owner
- Upcoming Milestones — next 2-3 milestones with dates and confidence levels
- Asks from Leadership — specific requests with deadlines
- Team Capacity — staffing and availability notes
- Trend — comparison with previous report status if available
Output
Status report saved to .project/$ARGUMENTS/status-report.md. Present a summary highlighting:
- Overall RAG status with justification
- Key accomplishment this period
- Top risk or issue requiring attention
- Most urgent ask from leadership (if any)
1---2name: status-report3description: Generate project status report for leadership in RAG format4---56# Status Report78Generate a project status report for "$ARGUMENTS" in RAG format (Red/Amber/Green) suitable for leadership review. Summarize progress against milestones, highlight risks and issues, note upcoming milestones, and list asks from leadership.910## Prerequisites1112None — this is a utility skill. It can be run at any time, with or without existing project artifacts.1314If `.project/$ARGUMENTS/` exists, read any available artifacts for context. If it does not exist, proceed based on information the user provides.1516## Process17181. **Read existing context:**19 - If `.project/$ARGUMENTS/` exists, read all available artifacts for comprehensive context:20 - Project charter, roadmap, and backlog for planned scope and milestones21 - Sprint data for recent progress and velocity22 - Risk assessments for known risks23 - Decision logs for recent decisions24 - Previous status reports for trend comparison25 - If no artifacts exist, gather the information from the user through targeted questions26272. **Set overall RAG status with justification:**28 - **Green — on track:** project is progressing as planned, no significant risks or blockers, timeline confidence is high29 - **Amber — challenges but manageable:** some risks or issues exist but have mitigation plans, timeline may slip slightly, needs monitoring30 - **Red — blocked or at-risk:** significant blockers or risks threatening delivery, timeline is at serious risk, needs leadership attention or intervention31 - Provide a one-line justification for the status: "Green: delivering on schedule with all milestones met this period"32 - If the status has changed from the previous report, explain why33 - Be honest — do not default to Green to avoid difficult conversations34353. **Summarize progress against milestones:**36 - For each milestone or major deliverable:37 - **Status** — completed, in progress, not started, at risk, blocked38 - **% complete** — estimated progress39 - **Key accomplishments this period** — what was delivered or achieved since last report40 - Highlight any milestones that slipped and explain why41 - Note velocity trends: is the team accelerating, maintaining, or slowing down?42434. **List top 3 risks and issues:**44 - Distinguish between risks (potential problems) and issues (current problems)45 - For each:46 - **Description** — what is the risk or issue47 - **Impact** — what happens if it materializes or is not resolved48 - **Mitigation** — what is being done about it49 - **Owner** — who is responsible for managing it50 - Limit to top 3 — leadership does not need an exhaustive list, they need the critical items51 - If there are more than 3, note "N additional risks tracked in the risk register"52535. **Note upcoming milestones and timeline confidence:**54 - List the next 2-3 milestones with target dates55 - For each, state confidence level: high (>80% likely on time), medium (50-80%), low (<50%)56 - If any milestone is at medium or low confidence, briefly explain why57 - Note any dependencies on external teams, vendors, or decisions58596. **List asks and decisions needed from leadership:**60 - Be specific: "We need approval for X by [date]" or "We need a decision on Y to unblock Z"61 - For each ask, explain: what is needed, why, by when, and what happens if it is delayed62 - Limit to 2-3 actionable asks — this is the most important section for leadership63 - If there are no asks, explicitly state "No asks this period"64657. **Include team capacity note:**66 - Is the team fully staffed or are there gaps?67 - Note any planned or unplanned absences that affect delivery68 - Flag if the team is at capacity and new work cannot be absorbed without deprioritizing something69 - Note upcoming capacity changes (new hires, departures, leaves)70718. **Write the artifact** — save to `.project/$ARGUMENTS/status-report.md`:72 - **Report Date** — date of this report73 - **Overall Status** — RAG indicator with one-line justification74 - **Progress Summary** — milestone status with % complete and key accomplishments75 - **Risks & Issues** — top 3 with impact, mitigation, and owner76 - **Upcoming Milestones** — next 2-3 milestones with dates and confidence levels77 - **Asks from Leadership** — specific requests with deadlines78 - **Team Capacity** — staffing and availability notes79 - **Trend** — comparison with previous report status if available8081## Output8283Status report saved to `.project/$ARGUMENTS/status-report.md`. Present a summary highlighting:84- Overall RAG status with justification85- Key accomplishment this period86- Top risk or issue requiring attention87- Most urgent ask from leadership (if any)