What problem does it solve? Inconsistent or incomplete specifications cause implementation failures. This Skill performs a read-only, cross-artifact analysis of a spec-kit project's spec.md, plan.md, and tasks.md files to detect duplications, ambiguities, underspecification, constitution violations, and coverage gaps before coding begins. ## Core Features & Use Cases - Cross-Artifact Consistency Analysis: Detects terminology drift, conflicting requirements, and data model mismatches across the three core specification artifacts. - Coverage Mapping: Maps every functional requirement and success criterion to tasks, reporting coverage percentage and unmapped tasks. - Severity-Ranked Report: Produces a structured Markdown report with findings classified as CRITICAL, HIGH, MEDIUM, or LOW, plus metrics and next-action recommendations. - Use Case: After running /speckit-tasks on a new feature, run this analysis to confirm every requirement has task coverage and no constitution principle is violated before starting implementation. ## Quick Start Run the speckit-analyze skill to check my spec, plan, and tasks files for inconsistencies and coverage gaps before implementation.