analysis-phase

Analyze spec.md, plan.md, and tasks.md consistency and emit analysis-report.md.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill analysis-phase-sjdjdiejdrirhdkjej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analysis-phase
Source: https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor/tree/main/.claude/skills/analysis-phase
Command: npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill analysis-phase-sjdjdiejdrirhdkjej

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill validates cross-artifact consistency (spec.md, plan.md, tasks.md) and detects breaking changes during feature analysis, enabling early risk mitigation and reliable delivery.

Core Features & Use Cases

  • Consistency validation: verifies spec-to-plan mappings and plan-to-task coverage.
  • Breaking change detection: flags API, database, UI, and auth changes before deployment.
  • Dependency validation: cross-checks imports and external integrations referenced in plan and tasks.
  • Artifacts and reporting: generates analysis-report.md and updates state accordingly.

Quick Start

Run the analysis against your current specs to produce an actionable report, e.g., "analyse specs/NNN-slug to produce specs/NNN-slug/analysis-report.md".

Frequently Asked Questions about analysis-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate cross-artifact consistency between spec, plan, and tasks files?

Cross-artifact consistency validation works by analyzing spec.md, plan.md, and tasks.md to verify spec-to-plan mappings and plan-to-task coverage. The process checks alignment across these files to surface actionable findings before deployment.

How do I detect breaking changes in API, database, UI, and auth before deployment?

Breaking change detection flags API, database, UI, and auth changes during feature analysis. By cross-checking artifacts during the analyze phase, it identifies potential integration risks early to enable reliable delivery and risk mitigation.

What is the best way to cross-check dependencies referenced in plan and tasks files?

Dependency validation cross-checks imports and external integrations referenced in plan and tasks files. It analyzes these dependencies alongside spec-plan alignment to ensure referenced components are consistent across all project artifacts.

How do I generate an analysis report for my feature specs?

To generate an analysis report, run an analysis against your current specs directory to produce an analysis-report.md file. The process validates spec-plan-tasks consistency and updates state.yaml with the resulting analysis findings.

When do I need to run cross-artifact consistency validation?

Cross-artifact consistency validation is needed during the analyze phase before deployment. It should be run when you have spec.md, plan.md, and tasks.md files that require alignment verification to detect breaking changes and dependency issues early.

Does consistency validation require any external dependencies or components?

Consistency validation requires no external dependencies or components to operate. It functions as a standalone analysis tool that reads your existing spec.md, plan.md, and tasks.md files to generate reports and update state.yaml.