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 specification defects 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 without modifying any files. - Use Case: After running /speckit-tasks, run this analysis to confirm every functional requirement has task coverage and no conflicting technology choices exist before invoking /speckit-implement. ## Quick Start Ask the AI to run the speckit-analyze skill to check my spec, plan, and tasks for inconsistencies and coverage gaps before implementation.