packages/claude-code-plugin/commands/complexity-report.md
Display the task complexity analysis report.
Arguments: $ARGUMENTS
View the detailed complexity analysis generated by analyze-complexity command.
Shows comprehensive task complexity analysis with actionable insights.
task-master complexity-report [--file=<path>]
Default: .taskmaster/reports/complexity-analysis.md
Custom: Specify with --file parameter
Complexity Analysis Summary
━━━━━━━━━━━━━━━━━━━━━━━━
Analysis Date: 2024-01-15
Tasks Analyzed: 32
High Complexity: 5 (16%)
Medium Complexity: 12 (37%)
Low Complexity: 15 (47%)
Critical Findings:
- 5 tasks need immediate expansion
- 3 tasks have high technical risk
- 2 tasks block critical path
For each complex task:
Visual representation:
Risk vs Complexity Matrix
━━━━━━━━━━━━━━━━━━━━━━━
High Risk | #5(9) #12(8) | #23(6)
Med Risk | #34(7) | #45(5) #67(5)
Low Risk | #78(8) | [15 tasks]
| High Complex | Med Complex
Immediate Actions:
Sprint Planning:
When viewing report:
Quick Actions
Filtering
Export Options
Use report for:
/taskmaster:complexity-report
→ Opens latest analysis
/taskmaster:complexity-report --file=archived/2024-01-01.md
→ View historical analysis
After viewing:
/taskmaster:expand 5
→ Expand high-complexity task