| name | analysis-phase |
| description | Standard Operating Procedure for /analyze phase. Covers cross-artifact consistency validation and breaking change detection. |
| allowed-tools | Read, Edit, Grep, Bash |
Analysis Phase: Standard Operating Procedure
Training Guide: Validate cross-artifact consistency and detect breaking changes.
Phase Overview
Purpose: Review work and identify potential breaking changes or inconsistencies. Inputs: All workflow artifacts Outputs: analysis-report.md with findings Expected duration: 15-30 minutes
Execution Steps
- Check spec-plan consistency
- Verify task-implementation alignment
- Detect breaking changes (API, database, UI)
- Validate dependencies
- Generate analysis report
Common Mistakes
- Missing breaking change detection
- Inconsistent artifacts
- No cross-reference validation
Completion Criteria
- All artifacts consistent
- Breaking changes documented
- Analysis report generated
This SOP guides the analysis phase.