What problem does it solve? Before implementation begins, specification artifacts often contain contradictions, ambiguous requirements, and uncovered tasks 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 Consistency Checks: Detects duplications, ambiguities, underspecified requirements, and terminology drift across spec.md, plan.md, and tasks.md. - Coverage Mapping: Maps every functional requirement and success criterion to tasks, reporting coverage percentage and unmapped tasks. - Constitution Enforcement: Validates artifacts against the project constitution, flagging MUST-principle violations as CRITICAL findings. - Use Case: After running /speckit.tasks, invoke this Skill to receive a structured severity-ranked report with remediation suggestions before starting /speckit.implement. ## Quick Start Run the speckit-analyze command to check my spec, plan, and tasks files for inconsistencies and coverage gaps before implementation.