What problem does it solve? Before implementation begins, specification artifacts often contain contradictions, ambiguous requirements, duplicated items, and tasks that fail to cover stated requirements. This Skill performs a read-only cross-artifact analysis across spec.md, plan.md, and tasks.md so teams catch these issues before writing code. ## Core Features & Use Cases - Cross-Artifact Consistency Analysis: Detects duplications, ambiguities, underspecified requirements, terminology drift, and conflicting requirements across the three core spec-kit artifacts. - Coverage Mapping: Builds a requirements-to-tasks coverage map, flagging requirements with zero tasks and tasks with no mapped requirement. - Constitution Validation: Checks artifacts against the project constitution (.specify/memory/constitution.md), treating MUST-principle violations as CRITICAL findings. - Use Case: After running /speckit.tasks to generate tasks.md, run this analysis to receive a structured report with severity-ranked findings, coverage metrics, and recommended next actions before invoking /speckit.implement. ## Quick Start Ask the assistant to run the speckit-analyze command to check the current feature's spec, plan, and tasks for inconsistencies and coverage gaps.