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, detecting duplications, ambiguities, underspecification, constitution violations, and coverage gaps before coding begins. ## Core Features & Use Cases - Cross-Artifact Consistency Checks: Detects terminology drift, conflicting requirements, and data entities referenced in one artifact but missing from others. - 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 findings, coverage tables, and metrics, capped at 50 findings. - Use Case: After running /speckit-tasks, invoke this analysis to verify that all requirements have task coverage and no constitution violations exist before starting implementation. ## Quick Start Ask the assistant to run the speckit-analyze skill to check consistency and coverage across the current feature's spec, plan, and tasks files.