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 inside a spec-kit project, complete with user scenarios, functional requirements, success criteria, and a quality checklist. ## Core Features & Use Cases - Spec Generation: Parses a feature description, extracts actors, actions, data, and constraints, and writes a specification following the project's spec-template. - Quality Validation: Creates a requirements checklist and iteratively validates the spec against it, resolving up to 3 [NEEDS CLARIFICATION] markers through structured user questions. - Extension Hooks: Runs optional or mandatory before_specify and after_specify hooks defined in .specify/extensions.yml, such as automatic git branch creation. - Use Case: A product manager types a feature idea like "add OAuth2 login" and receives a numbered feature directory (e.g., specs/003-oauth2-login) containing a validated spec.md ready for /speckit-plan. ## Quick Start Ask the agent to create a feature specification by describing the feature, for example: create a spec for adding user authentication with OAuth2.