# Analysis Phase

> Standard Operating Procedure for /analyze phase. Covers cross-artifact consistency validation and breaking change detection.

- Skill: `majiayu000/analysis-phase` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/analysis-phase`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/analysis-phase/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/analysis-phase

---


# 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._

