What problem does it solve? Turning a feature specification into a concrete technical plan requires resolving unknowns, modeling data, and defining contracts, which is slow and error-prone when done manually. ## 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 Artifacts: Generates research.md, data-model.md, contracts/, and quickstart.md through structured Phase 0 and Phase 1 workflows. - Extension Hooks: Executes optional and mandatory pre/post hooks defined in .specify/extensions.yml before and after planning. - Use Case: After writing a spec for a new feature, run the plan workflow to produce a constitution-checked implementation plan with resolved clarifications and interface contracts. ## Quick Start Run the speckit plan command in a spec-kit project to generate the implementation plan and design artifacts for the current feature branch.