What problem does it solve? Turning a feature specification into a concrete implementation plan requires resolving technical unknowns, designing data models, and defining contracts, which is time-consuming when done manually. ## Core Features & Use Cases - Plan Workflow Execution: Runs the spec-kit planning workflow via setup-plan.ps1, filling the Technical Context and Constitution Check sections of the plan template. - Research Generation: Dispatches research tasks for every NEEDS CLARIFICATION item and consolidates decisions, rationale, and alternatives into research.md. - Design Artifact Generation: Produces data-model.md, interface contracts, and quickstart.md validation guides from the feature spec. - Extension Hooks: Executes optional and mandatory before_plan and after_plan hooks defined in .specify/extensions.yml. - Use Case: After writing a feature spec with spec-kit, run this Skill to automatically produce research.md, data-model.md, contracts, and a quickstart guide on the feature branch. ## Quick Start Run the speckit-plan skill to generate the implementation plan and design artifacts for my current feature specification.