What problem does it solve? Specification-driven projects accumulate drift between the spec, the implementation plan, and the task list, causing uncovered requirements, contradictions, and ambiguity that surface only during implementation. This Skill performs a read-only cross-artifact consistency and quality analysis before coding begins. ## Core Features & Use Cases - Cross-Artifact Detection Passes: Finds duplications, ambiguities, underspecified requirements, inconsistencies, and coverage gaps across spec.md, plan.md, and tasks.md. - Constitution Enforcement: Validates artifacts against the project constitution (.specify/memory/constitution.md), treating MUST-principle violations as CRITICAL findings. - Structured Report with Severity: Produces a findings table with stable IDs, severity levels (CRITICAL/HIGH/MEDIUM/LOW), a requirement-to-task coverage summary, and metrics, capped at 50 findings. - Use Case: After running /speckit-tasks, invoke this Skill to confirm every functional requirement has at least one task and no conflicting stack choices exist before running /speckit-implement. ## Quick Start Ask the agent to run the speckit-analyze skill to check the current feature's spec, plan, and tasks for inconsistencies and coverage gaps.