What problem does it solve? Inconsistent or incomplete specifications cause implementation failures. This Skill performs a read-only cross-artifact analysis across spec.md, plan.md, and tasks.md in a spec-kit project, detecting duplications, ambiguities, underspecification, constitution violations, and coverage gaps before coding begins. ## Core Features & Use Cases - Cross-Artifact Consistency Analysis: Detects terminology drift, conflicting requirements, and data model mismatches 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 Validation: Flags violations of project constitution MUST principles as CRITICAL findings. - Use Case: After running /speckit-tasks, run this analysis to verify that all requirements have task coverage and no constitution conflicts exist before invoking /speckit-implement. ## Quick Start Ask the AI to run a consistency and coverage analysis across the spec, plan, and tasks files for the current feature.