What problem does it solve? Inconsistent or incomplete specifications cause implementation failures. This Skill performs a read-only cross-artifact analysis across spec.md, plan.md, and tasks.md in a spec-kit project to detect duplications, ambiguities, underspecified requirements, constitution violations, and coverage gaps before implementation begins. ## Core Features & Use Cases - Cross-Artifact Consistency Analysis: Detects 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, reporting requirements with zero task coverage and unmapped tasks. - Severity-Ranked Report: Produces a structured Markdown report with CRITICAL/HIGH/MEDIUM/LOW severity findings, coverage metrics, and next-action recommendations. - Use Case: After running /speckit-tasks, invoke this Skill to verify that all requirements in spec.md are covered by tasks.md and that no constitution principles are violated before starting implementation. ## Quick Start Ask the AI to run a consistency and coverage analysis across spec.md, plan.md, and tasks.md in your spec-kit project.