What problem does it solve? Turning a feature specification into a concrete implementation plan requires resolving technical unknowns, defining data models, and drafting contracts, which is slow and inconsistent when done manually. ## Core Features & Use Cases - Plan Workflow Execution: Runs the spec-kit planning workflow via setup-plan.ps1, filling Technical Context and Constitution Check sections in the plan template. - Design Artifact Generation: Produces research.md, data-model.md, contracts/, and quickstart.md by resolving NEEDS CLARIFICATION items and extracting entities from the feature spec. - Extension Hook Support: Executes optional and mandatory before_plan and after_plan hooks defined in .specify/extensions.yml. - Use Case: After writing a feature spec in a spec-kit project, invoke this Skill to automatically generate the full Phase 0 research and Phase 1 design artifacts for the feature branch. ## Quick Start Run the speckit-plan skill to generate the implementation plan and design artifacts for my current feature specification.