What problem does it solve?
This Skill streamlines the development process by enforcing a spec-first approach, ensuring user-visible requirements are clearly defined before implementation begins, and providing a clear, actionable plan for execution.
Core Features & Use Cases
- Spec Documentation: Guides the creation and maintenance of user-facing requirements in
/doc/spec/.
- Execution Planning: Manages a temporary, hierarchical plan in
/doc/plan.md with trackable checkboxes.
- Workflow Synchronization: Ensures the spec and plan remain aligned throughout the development lifecycle.
- Use Case: When tasked with building a new user-facing feature, this Skill helps define exactly what the feature should do from the user's perspective, then breaks down the implementation into manageable, checkable steps, ensuring nothing is missed and the final product meets the defined requirements.
Quick Start
Use the spec-driven-workflow skill to create a new user-facing spec document under /doc/spec/ and a corresponding execution plan in /doc/plan.md.