What problem does it solve? Turning a feature specification into a concrete implementation plan requires research, data modeling, and contract design work that is easy to skip or do inconsistently. This Skill automates that planning workflow so every feature gets structured design artifacts before coding begins. ## Core Features & Use Cases - Plan Workflow Execution: Runs the setup script, loads the feature spec and project constitution, and fills the plan template including Technical Context and Constitution Check gates. - Research and Design Artifacts: Generates research.md to resolve unknowns, then produces data-model.md, API contracts, and quickstart.md validation guides. - Extension Hooks: Dispatches 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 implementation plan with resolved technical decisions, entity models, and interface contracts ready for task breakdown. ## Quick Start Run the speckit-plan skill to generate the implementation plan and design artifacts for the current feature branch.