Generate comprehensive reports on task execution, progress, and metrics.
Generates comprehensive project reports including sprint summaries, performance metrics, and burndown charts.
/plugin marketplace add davepoon/buildwithclaude/plugin install all-commands@buildwithclaudeGenerate comprehensive reports on task execution, progress, and metrics.
/task-report [report-type] [options]
Creates detailed reports for project management, sprint reviews, and performance analysis. Supports multiple report types and output formats.
/task-report executive
High-level overview for stakeholders with key metrics and progress.
/task-report sprint --date 03_15_2024
Detailed sprint progress with burndown charts and velocity.
/task-report standup
What was completed, in progress, and blocked.
/task-report performance --period week
Team and individual performance metrics.
/task-report dependencies
Visual dependency graph and bottleneck analysis.
EXECUTIVE SUMMARY - Authentication System Project
================================================
Report Date: 2024-03-15
Project Start: 2024-03-13
Duration: 3 days (60% complete)
KEY METRICS
-----------
• Total Tasks: 24
• Completed: 12 (50%)
• In Progress: 3 (12.5%)
• Blocked: 2 (8.3%)
• Remaining: 7 (29.2%)
TIMELINE
--------
• Original Estimate: 5 days
• Current Projection: 5.5 days
• Risk Level: Low
HIGHLIGHTS
----------
✓ Core authentication API completed
✓ Database schema migrated
✓ Unit tests passing (98% coverage)
BLOCKERS
--------
⚠ Payment integration waiting on external API
⚠ UI components need design approval
NEXT MILESTONES
--------------
→ Complete JWT implementation (Today)
→ Integration testing (Tomorrow)
→ Security audit (Day 4)
/task-report burndown --sprint current
SPRINT BURNDOWN - Sprint 24
===========================
Tasks Remaining by Day:
Day 1: ████████████████████ 24
Day 2: ████████████████ 20
Day 3: ████████████ 15 (TODAY)
Day 4: ████████ 10 (projected)
Day 5: ████ 5 (projected)
Velocity Metrics:
- Average: 4.5 tasks/day
- Yesterday: 5 tasks
- Today: 3 tasks (in progress)
Risk Assessment: ON TRACK
TEAM PERFORMANCE REPORT - Week 11
=================================
By Agent:
┌─────────────────┬────────┬───────────┬─────────┬────────────┐
│ Agent │ Completed │ Avg Time │ Quality │ Efficiency │
├─────────────────┼────────┼───────────┼─────────┼────────────┤
│ dev-frontend │ 8 │ 3.2h │ 95% │ 125% │
│ dev-backend │ 6 │ 4.1h │ 98% │ 110% │
│ test-developer │ 4 │ 2.8h │ 100% │ 115% │
└─────────────────┴────────┴───────────┴─────────┴────────────┘
By Task Type:
- Features: 12 completed (avg 3.8h)
- Bugfixes: 4 completed (avg 1.5h)
- Tests: 8 completed (avg 2.2h)
Quality Metrics:
- First-time pass rate: 88%
- Rework required: 2 tasks
- Blocked time: 4.5 hours total
/task-report summary --from 2024-03-01 --to 2024-03-15
/task-report summary --last 7d
/task-report summary --this-month
/task-report sprint --project authentication_system
/task-report executive --format markdown
/task-report executive --format html
/task-report executive --format pdf
/task-report summary --include completed,qa
/task-report summary --exclude on_hold
/task-report critical-path
Shows tasks that directly impact completion time.
/task-report bottlenecks
Identifies tasks causing delays.
/task-report resources
Shows agent allocation and availability.
/task-report risks
Identifies potential delays and issues.
/task-report gantt --weeks 2
/task-report dependencies --visual
/task-report flow --animated
/task-report schedule daily-standup --at "9am"
/task-report schedule weekly-summary --every friday
/task-report executive --email team@company.com
/task-report compare --sprint 23 24
/task-report trends --weeks 4
/task-report standup --format slack
Generates Slack-formatted standup report.
/task-report sprint --include-velocity --include-burndown
Comprehensive sprint metrics for review meeting.
/task-report blockers --show-dependencies --show-resolution
Deep dive into what's blocking progress.
/task-report export-jira
/task-report export-asana
/task-report export-github
/task-report api --generate-endpoint
Creates API endpoint for external access.
Each report can include: