What problem does it solve?
This Skill identifies inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md so you don’t implement the wrong requirements or miss critical constraints.
Core Features & Use Cases
- Cross-artifact consistency analysis: Compares the same concepts across spec.md, plan.md, and tasks.md to find drift and gaps.
- Quality gating for build readiness: Detects duplication, ambiguity, missing measurable criteria, and coverage gaps before implementation.
- Constitution-aware compliance checks: Validates MUST/SHOULD principles against the project constitution and flags conflicts as critical.
- Extension hook support (read-only): Runs optional before/after hooks defined in .specify/extensions.yml without interpreting hook conditions.
Quick Start
Run speckit-analyze after speckit-tasks has generated tasks.md to get a structured report of inconsistencies and coverage gaps.