What problem does it solve? Turning a rough feature idea into a complete, testable specification is slow and error-prone. This Skill converts a natural language feature description into a structured spec.md file with user scenarios, functional requirements, and measurable success criteria, then validates it against a quality checklist. ## Core Features & Use Cases - Specification Generation: Parses a feature description into actors, actions, data, and constraints, then writes a full spec following the spec-kit template structure. - Quality Validation: Creates a requirements checklist and iteratively validates the spec, resolving up to 3 [NEEDS CLARIFICATION] markers through structured user questions. - Extension Hooks: Supports before_specify and after_specify hooks from .specify/extensions.yml for branch creation and post-processing automation. - Use Case: A product manager types a feature idea like "add OAuth2 login for the mobile app" and receives a numbered spec directory (e.g., specs/003-oauth2-login/spec.md) ready for planning with /speckit-plan. ## Quick Start Ask the agent to run /speckit-specify followed by a description of the feature you want to specify.