What problem does it solve? Before implementation begins, inconsistencies between a feature's specification, technical plan, and task list can cause wasted effort and broken builds. This Skill performs a read-only cross-artifact analysis that catches duplications, ambiguities, coverage gaps, and constitution conflicts early. ## Core Features & Use Cases - Cross-Artifact Consistency Analysis: Detects duplications, ambiguities, underspecified requirements, terminology drift, and conflicting requirements 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 (.specify/memory/constitution.md), treating MUST-principle violations as CRITICAL findings. - Use Case: After running /speckit-tasks on a new feature, run this analysis to receive a severity-ranked report of findings and concrete remediation suggestions before spending tokens on implementation. ## Quick Start Ask the assistant to run a cross-artifact consistency analysis on the current feature's spec, plan, and tasks before implementation.