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 inconsistent when done by hand. This Skill automates that planning workflow inside spec-kit projects. ## Core Features & Use Cases - Automated Plan Setup: Runs the setup-plan script to locate the feature spec, branch, and plan template, then loads the project constitution for governance checks. - Two-Phase Design Generation: Phase 0 resolves all NEEDS CLARIFICATION items into research.md; Phase 1 produces data-model.md, interface contracts, and quickstart.md. - Constitution Gate Enforcement: Evaluates the plan against the project constitution and errors on unjustified violations, keeping designs aligned with project principles. - Use Case: After running /speckit-specify for a new feature, invoke this Skill to produce a complete design package (research, data model, contracts, quickstart) ready for task breakdown. ## Quick Start Ask the assistant to run the speckit plan workflow for the current feature branch to generate the implementation plan and design artifacts.