What problem does it solve? Turning a feature specification into a concrete implementation plan requires coordinating research, data modeling, and contract design, which is error-prone when done ad hoc. This Skill automates the spec-kit planning workflow so design artifacts are produced consistently. ## Core Features & Use Cases - Plan Workflow Execution: Runs the setup script, loads the feature spec and project constitution, and fills the implementation plan template with technical context and constitution checks. - Research and Design Phases: Resolves NEEDS CLARIFICATION items into research.md, then generates data-model.md, interface contracts, and quickstart.md. - Extension Hooks and Timing: Executes optional or mandatory before/after plan hooks from .specify/extensions.yml and records step and substep timing via the companion write-context script. - Use Case: After writing a feature spec with spec-kit, invoke this Skill to produce a complete plan directory with research findings, entity models, and API contracts ready for task breakdown. ## Quick Start Run the speckit plan workflow on my current feature branch to generate the implementation plan, research notes, and design contracts from the feature spec.