What problem does it solve? Specification-driven projects often drift out of sync: requirements lack tasks, plans contradict specs, and vague wording slips into implementation. This Skill performs a read-only, cross-artifact consistency audit across spec.md, plan.md, and tasks.md before coding begins, surfacing duplications, ambiguities, coverage gaps, and constitution violations in one structured report. ## Core Features & Use Cases - Cross-Artifact Consistency Analysis: Detects duplications, ambiguities, underspecification, terminology drift, and conflicting requirements across the three core Spec Kit artifacts. - Coverage Mapping: Maps every functional requirement and success criterion to tasks, reporting coverage percentage and unmapped tasks. - Constitution Enforcement: Validates artifacts against the project constitution, treating MUST-principle violations as CRITICAL findings. - Use Case: After generating tasks.md with the Spec Kit workflow, run this analysis to confirm every requirement has task coverage and no constitution conflicts exist before starting implementation. ## Quick Start Ask the agent to run the speckit-analyze skill to audit the current feature's spec, plan, and tasks for inconsistencies and coverage gaps.