What problem does it solve? Inconsistent or incomplete specification artifacts cause implementation failures. This Skill performs a read-only cross-artifact analysis across spec.md, plan.md, and tasks.md to detect duplications, ambiguities, underspecification, constitution violations, and coverage gaps before coding begins. ## Core Features & Use Cases - Consistency Detection: Identifies terminology drift, conflicting requirements, and data model mismatches across the three core spec-kit artifacts. - Coverage Mapping: Maps every functional requirement and success criterion to tasks, flagging requirements with zero task coverage and unmapped tasks. - Severity-Ranked Report: Produces a structured Markdown report with CRITICAL/HIGH/MEDIUM/LOW severity findings, metrics, and next-action recommendations. - Use Case: After running task generation in a spec-kit project, invoke this Skill to verify that all requirements have task coverage and no constitution principles are violated before starting implementation. ## Quick Start Run the analyze command to check my spec, plan, and tasks files for inconsistencies and coverage gaps before implementation.