Planning and Task Breakdown
Turns a spec into ordered tasks with explicit acceptance criteria.
Install
npx skills add addyosmani/agent-skills --skill planning-and-task-breakdown
Elde bir şartname varken, iş başlamaya fazla büyük göründüğünde ya da uygulama sırası kendiliğinden belli değilken
- Author
- Addy Osmani
- License
- MIT
Opens in read-only plan mode: read the spec and the surrounding code, map the dependency graph between components, note the risks, write no code. The output is a plan document plus a task list whose items are each small enough to implement and verify in one focused sitting. Tasks that can run in parallel are marked as such, which matters once work is split across sessions or agents.
Similar skills
Spec-Driven Development
SkillGates coding behind a written spec, plan and task list.
Writing Plans
SkillTurns a spec into a step-by-step plan an engineer new to the codebase can follow.
Executing Plans
SkillWorks through a written implementation plan task by task, with checkpoints.
Comments(0)
Sign in to comment