What problem does it solve? Inconsistent, duplicated, or underspecified requirements across specification artifacts cause implementation failures. This Skill performs a read-only cross-artifact analysis of spec.md, plan.md, and tasks.md to surface inconsistencies, ambiguities, and coverage gaps before coding begins. ## 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: Maps every functional requirement and success criterion to tasks, reporting requirements with zero task coverage and unmapped tasks. - Constitution Validation: Flags violations of project constitution MUST principles as CRITICAL findings requiring resolution before implementation. - Use Case: After running /speckit-tasks to generate a task breakdown, run this analysis to verify every requirement has task coverage and no conflicting technology choices exist before invoking /speckit-implement. ## Quick Start Ask the assistant to run a consistency analysis across the current feature's spec, plan, and tasks files and report any critical issues.