What problem does it solve? Turning a feature specification into a concrete technical plan requires research, data modeling, and contract design. This Skill automates that planning workflow inside a spec-kit project, producing structured design artifacts instead of ad-hoc notes. ## Core Features & Use Cases - Plan Workflow Execution: Runs the setup script, loads the feature spec and project constitution, and fills the implementation plan template with technical context. - Research & Design Phases: Phase 0 resolves unknowns into research.md; Phase 1 generates data-model.md, interface contracts, and quickstart.md. - Extension Hooks: Supports optional and mandatory before/after plan hooks defined in .specify/extensions.yml. - Use Case: After writing a feature spec with spec-kit, invoke this Skill to produce a complete design package (research, data model, contracts, quickstart) ready for task breakdown and implementation. ## Quick Start Run the speckit-plan skill to generate the implementation plan and design artifacts for the current feature branch.