What problem does it solve? Inconsistent or incomplete specification artifacts cause implementation failures. This Skill performs a read-only cross-artifact analysis across 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 Validation: Treats violations of the project constitution (.specify/memory/constitution.md) as CRITICAL findings that must be resolved before implementation. - 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 agent to run the speckit-analyze skill to check my spec, plan, and tasks for inconsistencies and coverage gaps.