What problem does it solve? Turning an approved feature specification into a concrete technical plan requires resolving unknowns, modeling data, and defining 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.sh, filling Technical Context and Constitution Check sections from the project constitution. - Research & Design Artifacts: Generates research.md to resolve NEEDS CLARIFICATION items, then produces data-model.md, contracts/, and quickstart.md. - Extension Hooks: Executes optional and mandatory before_plan and after_plan hooks declared in .specify/extensions.yml. - Use Case: After a spec PR is merged, invoke this skill to produce a reviewed implementation plan with resolved technical decisions and interface contracts for a new feature. ## Quick Start Run the speckit-plan skill on the current feature branch to generate the implementation plan and design artifacts from the approved spec.