Generate comprehensive project reports in various formats (summary, sprint, milestone, velocity, full)
Generates comprehensive project reports in multiple formats including summary, sprint, milestone, and velocity analysis.
/plugin marketplace add eternnoir/claude-tool/plugin install projectmaster@claude-toolsWhen the user runs /project-report [project-name] [report-type], generate a comprehensive report document.
/project-report # Interactive: asks for project and type
/project-report [project-name] # Interactive: asks for type
/project-report [project-name] [type] # Direct: generates specified report
Report Types:
summary - High-level project overview (default)sprint - Current/recent sprint detailed analysismilestone - Milestone progress and roadmapvelocity - Team velocity and estimation analysisfull - Complete project report (all sections)Discover projects in workspace:
find . -name "RULE.md" -type f
Present project selection:
π Generate Project Report
Select project:
1. {Project 1 Name} ({path})
2. {Project 2 Name} ({path})
3. {Project 3 Name} ({path})
Which project? (1-3)
Present report type selection:
Select report type:
1. Summary - High-level overview (recommended for stakeholders)
2. Sprint - Current sprint detailed analysis
3. Milestone - Milestone progress and timeline
4. Velocity - Team performance metrics
5. Full - Comprehensive report (all sections)
Which type? (1-5)
Parse and validate:
Based on report type, collect relevant information:
All of the above sections combined.
Create a comprehensive markdown document with proper formatting:
# Project Report: {Project Name}
**Report Type**: Summary
**Generated**: {YYYY-MM-DD HH:MM}
**Report Period**: {project_start} to {current_date}
**Project Duration**: {X} months
---
## Executive Summary
{2-3 paragraph overview of project status, key achievements, and next steps}
---
## Project Information
| Field | Value |
|-------|-------|
| **Project Name** | {name} |
| **Methodology** | {Scrum/Kanban/etc.} |
| **Team Size** | {size} members |
| **Project Start** | {date} |
| **Current Phase** | {Sprint X / Phase Y} |
| **Status** | {On Track / At Risk / Behind} |
---
## Current Status
### Active Sprint/Phase
**{Sprint Number}: {Goal}**
- Duration: {start_date} to {end_date}
- Progress: {X}/{Y} stories completed ({percentage}%)
- Status: {On Track | At Risk | Behind}
- Days Remaining: {days}
### Recent Completions
- β
{Item 1}
- β
{Item 2}
- β
{Item 3}
### In Progress
- π {Item 1} - @{owner}
- π {Item 2} - @{owner}
### Blockers
{If any blockers exist:}
- β οΈ {Blocker description} - {impact}
{If no blockers:}
- None. All work proceeding smoothly.
---
## Milestone Progress
**Overall**: {X}/{Y} milestones completed ({percentage}%)
### Completed Milestones
- β
{Milestone 1} - {completion_date}
- β
{Milestone 2} - {completion_date}
### In Progress
- π {Milestone name} - {target_date} ({progress}%)
- Status: {On Time | At Risk | Delayed}
### Upcoming (Next 90 Days)
- π
{Milestone name} - {target_date}
- π
{Milestone name} - {target_date}
---
## Key Achievements (Last 30 Days)
{Extract from Recent Activity in README.md}
- {Date}: {Achievement}
- {Date}: {Achievement}
- {Date}: {Achievement}
---
## Upcoming Priorities
### This Month
1. {Priority item 1}
2. {Priority item 2}
3. {Priority item 3}
### Next Month
1. {Priority item 1}
2. {Priority item 2}
---
## Risks and Concerns
{If risks exist:}
### High Priority
- β οΈ {Risk description}
- Impact: {impact}
- Mitigation: {mitigation plan}
### Medium Priority
- {Risk description}
{If no major risks:}
No significant risks identified. Project is progressing according to plan.
---
## Team Performance
- **Sprint Velocity**: {average} points/sprint
- **Completion Rate**: {percentage}% of planned work delivered
- **Team Morale**: {from retrospective notes if available}
---
## Recommendations
{Based on analysis, provide 3-5 actionable recommendations}
1. {Recommendation 1}
2. {Recommendation 2}
3. {Recommendation 3}
---
## Next Steps
1. {Next step 1}
2. {Next step 2}
3. {Next step 3}
---
**Report Generated by**: ProjectMaster
**Last Updated**: {YYYY-MM-DD HH:MM}
# Sprint Report: Sprint {Number}
**Project**: {Project Name}
**Sprint Goal**: {Goal}
**Generated**: {YYYY-MM-DD HH:MM}
---
## Sprint Overview
| Field | Value |
|-------|-------|
| **Sprint Number** | {number} |
| **Duration** | {start_date} to {end_date} |
| **Sprint Length** | {X} weeks |
| **Days Elapsed** | {Y} of {Z} days |
| **Status** | {Planning / Active / Review / Completed} |
---
## Sprint Goal
{Detailed description of sprint goal}
---
## Story Breakdown
### Summary
| Status | Count | Story Points |
|--------|-------|--------------|
| β
Completed | {X} | {A} pts |
| π In Progress | {Y} | {B} pts |
| βΈοΈ Not Started | {Z} | {C} pts |
| β οΈ Blocked | {W} | {D} pts |
| **Total** | **{total}** | **{total_pts} pts** |
### Completed Stories
{For each completed story:}
#### β
{Story Title}
- **Story Points**: {X}
- **Assignee**: @{name}
- **Completed**: {date}
- **Description**: {brief description}
- **Acceptance Criteria**: All met
---
### In Progress Stories
{For each in-progress story:}
#### π {Story Title}
- **Story Points**: {X}
- **Assignee**: @{name}
- **Progress**: {percentage}%
- **Status**: On track / Needs attention
- **Next Steps**: {what's next}
---
### Blocked Stories
{If any blockers:}
#### β οΈ {Story Title}
- **Story Points**: {X}
- **Assignee**: @{name}
- **Blocker**: {blocker description}
- **Impact**: {impact on sprint}
- **Resolution Plan**: {plan}
- **Owner**: @{resolution_owner}
---
## Velocity Analysis
- **Planned Velocity**: {planned} points
- **Actual Velocity**: {actual} points (if sprint completed)
- **Completion Rate**: {percentage}%
- **Comparison to Average**: {above/below/on par} with team average of {avg} points
{If sprint active:}
- **Projected Velocity**: {projected} points based on current progress
- **On Track For**: {percentage}% completion
---
## Team Assignments
{For each team member:}
### @{member_name}
- **Assigned**: {count} stories ({points} points)
- **Completed**: {count} stories ({points} points)
- **In Progress**: {count} stories
- **Utilization**: {percentage}%
---
## Daily Progress
{Summary of daily updates if tracked}
### Week 1
- **Mon**: {summary}
- **Tue**: {summary}
- **Wed**: {summary}
- **Thu**: {summary}
- **Fri**: {summary}
### Week 2
- **Mon**: {summary}
- ...
---
## Sprint Ceremonies
### Sprint Planning
- **Date**: {date}
- **Duration**: {X} minutes
- **Attendees**: {list}
- **Key Decisions**: {summary}
- **Meeting Notes**: [Link](path/to/meeting.md)
{If sprint completed:}
### Sprint Review
- **Date**: {date}
- **Demos**: {count} stories demonstrated
- **Stakeholder Feedback**: {summary}
- **Meeting Notes**: [Link](path/to/meeting.md)
### Sprint Retrospective
- **Date**: {date}
- **What Went Well**: {summary}
- **What Could Improve**: {summary}
- **Action Items**: {list}
- **Meeting Notes**: [Link](path/to/meeting.md)
---
## Blockers and Resolutions
{Detailed list of blockers encountered and how they were resolved}
| Blocker | Reported | Resolved | Duration | Impact |
|---------|----------|----------|----------|--------|
| {description} | {date} | {date / "Open"} | {days} | {High/Med/Low} |
---
## Sprint Health Assessment
**Overall Health**: {Excellent / Good / Fair / Poor}
**Indicators**:
- Velocity: {On Track / Below / Above}
- Blockers: {None / Minor / Significant}
- Team Capacity: {Appropriate / Overloaded / Underutilized}
- Goal Achievement: {Likely / Uncertain / Unlikely}
---
## Recommendations
{3-5 specific recommendations for this sprint or next}
1. {Recommendation}
2. {Recommendation}
3. {Recommendation}
---
## Related Links
- [Sprint Plan Document](path/to/sprint-plan.md)
- [Sprint Planning Meeting](path/to/meeting.md)
- [Related Milestone](path/to/milestones.yaml)
- [Project README](../README.md)
---
**Report Generated by**: ProjectMaster
**Last Updated**: {YYYY-MM-DD HH:MM}
# Milestone Report: {Project Name}
**Generated**: {YYYY-MM-DD HH:MM}
**Report Period**: {project_start} to {current_date}
---
## Milestone Summary
| Metric | Value |
|--------|-------|
| **Total Milestones** | {total} |
| **Completed** | {completed} ({percentage}%) |
| **In Progress** | {in_progress} |
| **Planned** | {planned} |
| **Delayed** | {delayed} |
---
## Timeline Overview
{Text-based timeline visualization}
Q1 2025 βββ [β ] Alpha Release (2025-02-15) β Completed on time βββ [β ] Internal Testing (2025-03-01) β Completed 2 days early
Q2 2025 βββ [π] Beta Release (2025-03-31) β In Progress (75%) βββ [π ] Feature Freeze (2025-04-15) β Planned (blocked by Beta)
Q3 2025 βββ [π ] Public Launch (2025-06-30) β Planned βββ [π ] 1.0 Release (2025-07-31) β Planned
---
## Milestone Details
{For each milestone:}
### {Status Icon} {Milestone Name}
**ID**: {milestone-id}
**Target Date**: {target_date}
**Actual Date**: {actual_date if completed}
**Status**: {planned / in_progress / completed / delayed}
**Owner**: @{name}
**Description**:
{milestone description}
**Deliverables**:
- [X] {Deliverable 1} (if completed)
- [π] {Deliverable 2} (if in progress)
- [ ] {Deliverable 3} (if pending)
**Dependencies**:
{If dependencies exist:}
- Depends on: {dependency names}
- Blocks: {dependent milestone names}
**Contributing Sprints**:
- Sprint {X}: {contribution}
- Sprint {Y}: {contribution}
**Progress**: {percentage}%
**Status**: {On Time / Early / Delayed by X days / At Risk}
{If completed:}
**Completion Report**: [View Report](path/to/completion-report.md)
---
{Repeat for each milestone}
---
## Dependency Map
{Visual representation of milestone dependencies}
Alpha Release βββ Internal Testing βββ Beta Release βββ Feature Freeze βββ Public Launch βββ 1.0 Release
---
## Progress Against Roadmap
**Original Plan vs. Actual**:
| Milestone | Planned Date | Actual/Projected | Variance | Status |
|-----------|--------------|------------------|----------|--------|
| Alpha | 2025-02-15 | 2025-02-15 | On time | β
|
| Beta | 2025-03-31 | 2025-04-05 | +5 days | β οΈ |
| Launch | 2025-06-30 | 2025-07-10 | +10 days | β οΈ |
---
## Risk Analysis
### Milestones At Risk
{For milestones at risk:}
#### β οΈ {Milestone Name}
- **Risk Level**: {High / Medium / Low}
- **Reason**: {why at risk}
- **Impact**: {what happens if delayed}
- **Mitigation**: {plan to get back on track}
- **Owner**: @{responsible person}
---
## Recommendations
{Based on milestone analysis:}
1. {Recommendation for getting milestones on track}
2. {Recommendation for risk mitigation}
3. {Recommendation for process improvement}
---
**Report Generated by**: ProjectMaster
**Last Updated**: {YYYY-MM-DD HH:MM}
# Velocity Report: {Project Name}
**Generated**: {YYYY-MM-DD HH:MM}
**Analysis Period**: {first_sprint_date} to {current_date}
**Sprints Analyzed**: {count}
---
## Velocity Summary
| Metric | Value |
|--------|-------|
| **Average Velocity** | {avg} story points/sprint |
| **Highest Velocity** | {max} points (Sprint {X}) |
| **Lowest Velocity** | {min} points (Sprint {Y}) |
| **Standard Deviation** | {stddev} points |
| **Trend** | {Improving / Stable / Declining} |
---
## Sprint-by-Sprint Velocity
| Sprint | Goal | Planned | Actual | Completion % | Status |
|--------|------|---------|--------|--------------|--------|
| Sprint 1 | {goal} | {planned} | {actual} | {pct}% | {icon} |
| Sprint 2 | {goal} | {planned} | {actual} | {pct}% | {icon} |
| Sprint 3 | {goal} | {planned} | {actual} | {pct}% | {icon} |
| ... | ... | ... | ... | ... | ... |
**Total Story Points Delivered**: {total} points across {count} sprints
---
## Velocity Trend Analysis
{Text-based trend visualization}
Story Points 50 β 45 β β 40 β β β 35 ββ 30 β β 25 β β ββββββββββββββββββββββββββ S1 S2 S3 S4 S5 S6
**Trend**: {Improving / Stable / Declining}
**Analysis**:
{Interpret the trend:}
- Sprint 1-2: Ramping up, team finding rhythm
- Sprint 3-4: Peak performance, all team members fully onboarded
- Sprint 5-6: {Slight decline due to complexity / Maintained pace / etc.}
---
## Estimation Accuracy
**Overall Accuracy**: {percentage}%
| Sprint | Estimated | Delivered | Accuracy | Notes |
|--------|-----------|-----------|----------|-------|
| Sprint 1 | {est} | {actual} | {pct}% | {notes} |
| Sprint 2 | {est} | {actual} | {pct}% | {notes} |
| ... | ... | ... | ... | ... |
**Observations**:
- {Observation about overestimation/underestimation patterns}
- {Observation about improving accuracy over time}
---
## Factors Affecting Velocity
{Analyze factors that impacted velocity}
### Positive Factors
- {Factor 1}: Increased velocity by ~{X}% (Sprint {Y})
- {Factor 2}: Contributed to higher output
### Negative Factors
- {Factor 1}: Reduced velocity by ~{X}% (Sprint {Y})
- {Factor 2}: Caused delays
### Lessons Learned
- {Lesson 1}
- {Lesson 2}
---
## Team Capacity Analysis
**Team Size Over Time**:
{If team size changed}
| Period | Team Size | Avg Velocity | Points per Person |
|--------|-----------|--------------|-------------------|
| Sprint 1-2 | {size} | {velocity} | {per_person} |
| Sprint 3-5 | {size} | {velocity} | {per_person} |
**Observations**:
- {How team size changes affected overall velocity}
- {Per-person productivity trends}
---
## Story Point Distribution
**By Size**:
| Size | Count | Percentage | Avg Completion Time |
|------|-------|------------|---------------------|
| 1 pt | {count} | {pct}% | {X} days |
| 2 pts | {count} | {pct}% | {X} days |
| 3 pts | {count} | {pct}% | {X} days |
| 5 pts | {count} | {pct}% | {X} days |
| 8 pts | {count} | {pct}% | {X} days |
| 13+ pts | {count} | {pct}% | {X} days |
**Observations**:
- {Most common story size}
- {Correlation between size and completion rate}
---
## Velocity Predictions
**For Next Sprint**:
- **Conservative Estimate**: {avg - stddev} points
- **Expected Estimate**: {avg} points
- **Optimistic Estimate**: {avg + stddev} points
**Recommendation**: Plan for {recommended} story points in Sprint {next}
**Rationale**: {Based on recent trend and team capacity}
---
## Recommendations for Sprint Planning
{5-7 actionable recommendations based on velocity analysis}
1. **Story Sizing**: {recommendation about estimations}
2. **Capacity Planning**: {recommendation about sprint commitments}
3. **Risk Buffer**: {recommendation about buffer time}
4. **Team Focus**: {recommendation based on patterns}
5. **Process Improvements**: {recommendation for efficiency}
---
## Appendix: Data Sources
- Sprint Plans: {paths to sprint documents}
- Sprint Retrospectives: {paths to retro notes}
- Team Composition: {source}
- Story Point Definitions: {link to estimation guide if exists}
---
**Report Generated by**: ProjectMaster
**Last Updated**: {YYYY-MM-DD HH:MM}
Combine all sections above into one comprehensive document with table of contents.
Create reports directory (if doesn't exist):
mkdir -p reports/
Generate filename:
reports/{report-type}-{project-name-slug}-{YYYY-MM-DD}.md
Example: reports/summary-ecommerce-redesign-2025-11-13.md
Write report file:
Use Write tool to create the report document
Update governance:
- 2025-11-13: Generated {report-type} report
# Project Reports
## Recent Reports
- [{Date}: {Report Type}](filename.md) - {Brief description}
Present confirmation:
β
Report Generated Successfully!
π Report Type: {type}
π Project: {project name}
π
Generated: {date time}
π Saved to: reports/{filename}.md
π Report includes:
{List of sections included}
π‘ Next steps:
- View report: Read reports/{filename}.md
- Share with team
- Generate different report type: /project-report {project} {other-type}
Would you like me to:
- Summarize key findings from the report
- Open the report for viewing
- Generate another report type
User: /project-report
Claude: π Generate Project Report
Select project:
1. E-Commerce Redesign (./ecommerce-redesign)
2. Mobile App (./mobile-app)
Which project? (1-2)
User: 1
Claude: Select report type:
1. Summary - High-level overview
2. Sprint - Current sprint analysis
3. Milestone - Milestone progress
4. Velocity - Team performance
5. Full - Comprehensive report
Which type? (1-5)
User: 1
Claude: Generating summary report for E-Commerce Redesign...
[Gathers data, generates report]
β
Report Generated Successfully!
π Report Type: Summary
π Project: E-Commerce Redesign
π
Generated: 2025-11-13 10:30
π Saved to: reports/summary-ecommerce-redesign-2025-11-13.md
π Report includes:
- Executive summary
- Current sprint status (Sprint 5)
- Milestone progress (3/7 completed)
- Key achievements (last 30 days)
- Risks and recommendations
Key Finding: Project is on track. Beta Release milestone due in 15 days with 75% progress.
Would you like me to summarize other key findings?
User: /project-report ecommerce-redesign velocity
Claude: Generating velocity report for E-Commerce Redesign...
[Analyzes last 6 sprints, calculates metrics]
β
Velocity Report Generated!
π Key Findings:
- Average Velocity: 42 points/sprint
- Trend: Stable
- Estimation Accuracy: 89%
- Recommendation: Plan 40-45 points for Sprint 6
π Full report: reports/velocity-ecommerce-redesign-2025-11-13.md
This command transforms project data into actionable insights. Reports provide clarity for decision-making and accountability for progress.