status-reporting ยท git:20260728.80a7ab6 ยท 2026-07-28 ยท sha256 a865f7be1343c093
status-reporting git:20260728.80a7ab6A
Immutable. This exact content is served forever at /api/v1/blob/a865f7be1343c093.
--- name: status-reporting description: "Create stakeholder-friendly project status updates and progress reports" lastReviewed: 2026-04-30 --- # Status Reporting Skill Generate clear, audience-appropriate project status updates. Transform technical progress into stakeholder-friendly communication. ## Core Philosophy > "Stakeholders don't need to know HOW you did it โ they need to know WHAT it means for them." Status reports serve different audiences with different needs: - **Executives**: Impact, risk, timeline - **Managers**: Progress, blockers, resources - **Teams**: Details, dependencies, next steps - **Customers**: Value delivered, what's coming ## Report Templates ### Executive Summary (30 seconds) ```markdown ## Project Status: [Project Name] **Date**: [Date] | **Status**: ๐ข On Track / ๐ก At Risk / ๐ด Blocked ### One-Line Summary [Single sentence: what happened and what it means] ### Key Metrics | Metric | Current | Target | Trend | |--------|---------|--------|-------| | [Metric 1] | [Value] | [Goal] | โ/โ/โ | | [Metric 2] | [Value] | [Goal] | โ/โ/โ | ### Decisions Needed - [ ] [Decision 1 with deadline] ### Timeline Impact [On schedule / X days ahead / X days behind โ why] ``` ### Weekly Team Update ```markdown ## Week of [Date Range] ### Completed โ - [Achievement 1] โ [impact] - [Achievement 2] โ [impact] ### In Progress ๐ - [Task 1] โ [% complete, ETA] - [Task 2] โ [% complete, ETA] ### Blocked ๐ซ - [Blocker] โ need [resolution] from [who] by [when] ### Next Week Focus 1. [Priority 1] 2. [Priority 2] 3. [Priority 3] ### Metrics - Velocity: [X] story points - Bugs: [X] open, [Y] closed - Coverage: [X]% ### Risks & Mitigations | Risk | Likelihood | Impact | Mitigation | |------|------------|--------|------------| | [Risk] | H/M/L | H/M/L | [Action] | ``` ### Stakeholder Email ```markdown Subject: [Project] Status โ [Date] โ [Status Emoji] Hi [Name], **Quick Summary**: [One sentence on where we are] **This Week's Wins**: โข [Win 1 โ business impact] โข [Win 2 โ business impact] **Coming Up**: โข [Next milestone] โ [Date] โข [Key deliverable] โ [Date] **Need Your Input On**: โข [Decision needed] โ [Context, options, recommendation] Happy to jump on a call if you have questions. [Sign-off] ``` ### Sprint Retrospective Summary ```markdown ## Sprint [N] Retrospective ### What Went Well ๐ - [Positive 1] - [Positive 2] ### What Could Improve ๐ง - [Improvement 1] - [Improvement 2] ### Action Items | Action | Owner | Due | |--------|-------|-----| | [Action] | [Who] | [When] | ### Sprint Metrics - Planned: [X] points | Completed: [Y] points - Carry-over: [Z] items - Team satisfaction: [Score]/5 ``` ## Audience Adaptation ### Language Translation | Technical Term | Executive Translation | |----------------|----------------------| | "Refactored the authentication module" | "Improved security and login reliability" | | "Reduced technical debt" | "Reduced maintenance costs and risk" | | "Implemented CI/CD pipeline" | "Automated our release process โ faster, safer updates" | | "Fixed race condition" | "Resolved intermittent bug causing data issues" | | "Migrated to microservices" | "Made the system more scalable and reliable" | ### Detail Levels | Audience | Detail Level | Focus On | |----------|--------------|----------| | **C-Suite** | Minimal | Business impact, risks, decisions | | **VP/Director** | Summary | Progress, resources, timeline | | **Manager** | Moderate | Tasks, blockers, team health | | **Team** | Detailed | Technical specifics, dependencies | | **Customer** | Outcome | Value delivered, what's next | ## Status Indicators ### Traffic Light System | Status | Symbol | Meaning | Action | |--------|--------|---------|--------| | **Green** | ๐ข | On track, no issues | Continue | | **Yellow** | ๐ก | At risk, needs attention | Monitor closely | | **Red** | ๐ด | Blocked, needs escalation | Immediate action | | **Blue** | ๐ต | Complete | Celebrate | | **Gray** | โช | Not started | Plan | ### Trend Indicators | Symbol | Meaning | |--------|---------| | โ | Improving | | โ | Declining | | โ | Stable | | โ ๏ธ | Needs attention | ## Automation Triggers ### When to Generate Status | Trigger | Report Type | |---------|-------------| | End of day Friday | Weekly summary | | Sprint end | Sprint report | | Before stakeholder meeting | Executive summary | | Milestone completion | Achievement update | | Blocker encountered | Escalation notice | | User asks "what did we do" | Session/period summary | ### Data Sources Pull information from: - Git commits and PR descriptions - Issue tracker (completed, in-progress, blocked) - Calendar (milestones, deadlines) - Session history (what we worked on) - Metrics dashboards (if available) ## Best Practices ### DO โ - Lead with the most important information - Use consistent formatting across reports - Include specific dates and numbers - Highlight decisions needed - Acknowledge blockers honestly - Show progress, not just activity ### DON'T โ - Bury bad news - Use jargon with non-technical audiences - Include unnecessary detail - Report activity without outcomes - Over-promise on timelines - Skip risk assessment ## Session Protocol ### Generating a Status Report 1. **Clarify audience**: Who will read this? 2. **Determine scope**: What period? What project? 3. **Gather data**: Commits, issues, conversations 4. **Identify highlights**: What matters most? 5. **Draft report**: Use appropriate template 6. **Adapt language**: Match audience level 7. **Review for clarity**: Can a newcomer understand? ### Quick Status Commands ``` /status โ Generate session status /status weekly โ Weekly team update /status exec โ Executive summary /status email [name] โ Stakeholder email draft ``` ## Integration Points ### With Other Skills - **proactive-assistance**: Offer status prep at end of day - **scope-management**: Include scope health in reports - **alex-effort-estimation**: Include timeline projections - **project-management**: Pull from project tracking ### Triggers for This Skill - "status update", "status report" - "what did we accomplish", "summarize progress" - "stakeholder update", "email to [stakeholder]" - "sprint report", "weekly summary" - End of day/week (proactive) ## Metrics - **Clarity score**: Can reader understand in 30 seconds? - **Completeness**: All sections filled appropriately - **Accuracy**: Numbers and dates verified - **Audience fit**: Language matches recipient --- ## Related Skills - `proactive-assistance` โ Trigger status prep proactively - `scope-management` โ Include scope health - `project-management` โ Project tracking context - `executive-storytelling` โ Advanced narrative techniques --- *Good status reports build trust. Great ones prevent surprise.*