What problem does it solve? Writing clear, complete, and testable requirements is hard, and gaps or ambiguities in specs surface late as implementation bugs. This Skill generates custom checklists that act as unit tests for requirements writing, validating completeness, clarity, consistency, and coverage of feature specifications before implementation begins. ## Core Features & Use Cases - Requirements Quality Checklists: Generates domain-focused checklists (ux.md, api.md, security.md, performance.md) that test whether requirements are well-written rather than whether code works. - Context-Aware Generation: Reads spec.md, plan.md, and tasks.md from the spec-kit feature directory, asks up to three clarifying questions, and appends items with incrementing CHK IDs without overwriting existing content. - Traceability and Governance: Enforces traceability markers ([Gap], [Ambiguity], [Conflict], [Spec §X.Y]) on at least 80% of items and respects project constitution and extension hooks. - Use Case: Before implementing a new API feature, run this Skill to produce an api.md checklist confirming that error response formats, rate limits, and versioning requirements are explicitly specified in the spec. ## Quick Start Ask the assistant to generate a security requirements checklist for the current spec-kit feature.