Spec-Driven Development
Gates coding behind a written spec, plan and task list.
Install
npx skills add addyosmani/agent-skills --skill spec-driven-development
Yeni bir özelliğe ya da projeye başlarken, gereksinimler bulanıkken veya değişiklik birden fazla modüle dokunacakken
- Author
- Addy Osmani
- License
- MIT
A four-phase workflow — specify, plan, tasks, implement — where each phase waits for a human review before the next one opens. A scope check runs first and splits the request into a capability map when it bundles several independently testable features. The plan lands in tasks/plan.md and the task list in tasks/todo.md, so the reviewer reads a file instead of guessing at the agent's intent.
Similar skills
Planning and Task Breakdown
SkillTurns a spec into ordered tasks with explicit acceptance criteria.
Test-Driven Development
SkillForces the red-green-refactor loop before any implementation code is written.
Writing Plans
SkillTurns a spec into a step-by-step plan an engineer new to the codebase can follow.
Comments(0)
Sign in to comment