analysis-phase
Validates cross-artifact consistency and detects breaking changes during feature analysis. Use when running /analyze command, validating spec-plan alignment, checking task-implementation consistency, or identifying API/database/UI breaking changes before deployment. (project)
npx skills add majiayu000/claude-skill-registry --skill analysis-phase --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
<objective> Validates cross-artifact consistency and detects breaking changes during the /analyze phase. Ensures spec requirements align with plan components, tasks match implementation, and breaking changes are identified before deployment. </objective> <quick_start> Validate cross-artifact consistency and detect breaking changes: 1. Check spec → plan → tasks alignment 2. Detect breaking changes (API, database, UI, auth) 3. Validate dependencies 4. Generate analysis-report.md with findings **Inputs**: spec.md, plan.md, tasks.md **Outputs**: analysis-report.md </quick_start> <workflow> <step number="1"> **Check spec-plan consistency** Read spec.md requirements, verify each has corresponding plan component. Flag missing mappings in analysis report. See references/examples.md for grep commands. </step> <step number="2"> **Verify task-implementation alignment** Read plan.md components, verify each broken into tasks in tasks.md. Validate: - Each plan component has ≥1 task - Task acceptance criteria match spec success criteria - No orphaned tasks (tasks without plan component) </step> <step number="3"> **Detect breaking changes** Scan for patterns indicating breaking changes: - **API ch
What does the analysis-phase skill do?
Validates cross-artifact consistency and detects breaking changes during feature analysis. Use when running /analyze command, validating spec-plan alignment, checking task-implementation consistency, or identifying API/database/UI breaking changes before deployment. (project)
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill analysis-phase --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
