What problem does it solve? Turning a rough feature idea into a complete, testable specification is slow and inconsistent. This Skill converts a natural language feature description into a structured spec.md file with user scenarios, functional requirements, and measurable success criteria, following the Spec-Driven Development workflow. ## Core Features & Use Cases - Automated Spec Generation: Creates a numbered feature directory under specs/ and writes a specification from the resolved spec-template, with at most 3 targeted clarification questions. - Quality Validation: Generates a requirements checklist and iteratively validates the spec for testability, measurability, and absence of implementation details. - 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 complete, stakeholder-ready specification with acceptance criteria, ready for the planning phase. ## Quick Start Ask the assistant to run the speckit-specify skill with your feature description, for example: create a specification for adding user authentication with OAuth2.