What problem does it solve? Inconsistent or incomplete specifications cause implementation failures. This Skill performs a read-only, cross-artifact analysis of spec.md, plan.md, and tasks.md to detect duplications, ambiguities, underspecification, constitution violations, and coverage gaps before coding begins. ## Core Features & Use Cases - Consistency Detection: Identifies near-duplicate requirements, terminology drift, conflicting requirements, and task ordering contradictions across the three core artifacts. - Coverage Mapping: Maps every functional requirement and success criterion to tasks, flagging requirements with zero coverage 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 speckit-tasks, run this analysis to receive a severity-ranked report with a coverage summary table and concrete remediation suggestions before starting implementation. ## Quick Start Ask the assistant to run the speckit-analyze skill to check my spec, plan, and tasks for inconsistencies and coverage gaps.