What problem does it solve? It turns a written feature specification into a structured implementation plan, eliminating the manual work of drafting research notes, data models, API contracts, and quickstart guides before coding begins. ## Core Features & Use Cases - Plan Setup and Context Loading: Runs the setup-plan script to resolve feature spec, plan, and branch paths, then loads the project constitution for gate checks. - Phase 0 Research: Converts every NEEDS CLARIFICATION item into research tasks and consolidates decisions, rationales, and alternatives into research.md. - Phase 1 Design Artifacts: Generates data-model.md, API contracts under /contracts/, quickstart.md, and updates the agent-specific context file. - Use Case: After writing a feature spec for a new API endpoint, run the planning workflow to produce a complete design package with resolved technical unknowns and constitution compliance checks. ## Quick Start Ask the agent to create an implementation plan for the current feature specification using the speckit plan workflow.