What problem does it solve? Before implementation begins, specification artifacts often contain duplications, ambiguities, coverage gaps, and contradictions that cause costly rework. This Skill performs a read-only cross-artifact consistency analysis so teams catch these issues early. ## Core Features & Use Cases - Cross-Artifact Analysis: Detects duplications, ambiguities, underspecification, inconsistencies, and coverage gaps across spec.md, plan.md, and tasks.md. - Constitution Enforcement: Validates artifacts against the project constitution (.specify/memory/constitution.md), flagging MUST-principle violations as CRITICAL. - Structured Report: Produces a severity-ranked findings table, requirement-to-task coverage summary, and metrics (coverage %, ambiguity count, critical issue count) with next-action recommendations. - Use Case: After running /speckit-tasks, invoke this Skill to verify every functional requirement has at least one task and no conflicting technology choices exist before running /speckit-implement. ## Quick Start Run the speckit-analyze command to check my spec, plan, and tasks files for inconsistencies and coverage gaps before implementation.