What problem does it solve? Turning a feature specification into a concrete implementation plan requires resolving technical unknowns, designing data models, and defining contracts, which is time-consuming when done manually. ## Core Features & Use Cases - Phased Planning Workflow: Runs Phase 0 research to resolve NEEDS CLARIFICATION items into research.md, then Phase 1 design producing data-model.md, contracts/, and quickstart.md. - Constitution Gate Checks: Evaluates the plan against the project's constitution.md and errors on unjustified violations before and after design. - Extension Hooks: Executes optional or mandatory before_plan and after_plan hooks declared in .specify/extensions.yml. - Use Case: After writing a feature spec with spec-kit, run this Skill to automatically produce a complete implementation plan with research decisions, entity models, and interface contracts. ## Quick Start Run the speckit-plan skill to generate the implementation plan and design artifacts for my current feature specification.