# analysis-phase > Standard Operating Procedure for /analyze phase. Covers cross-artifact consistency validation and breaking change detection. - Author: Pranav Krishna - Repository: Th3-H4xx0r/robinhood-algo-trading-bot - Version: 20260201014444 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Th3-H4xx0r/robinhood-algo-trading-bot - Web: https://mule.run/skillshub/@@Th3-H4xx0r/robinhood-algo-trading-bot~analysis-phase:20260201014444 --- --- 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 1. Check spec-plan consistency 2. Verify task-implementation alignment 3. Detect breaking changes (API, database, UI) 4. Validate dependencies 5. 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._