From taco
Generate a technical implementation plan from specification with tasks, dependencies, and risks
How this skill is triggered — by the user, by Claude, or both
Slash command
/taco:planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
/plan <feature-name>
Prerequisite: /specify <feature-name> completed (spec.md exists)
Read both:
.dev/specs/{feature-name}/idea.md (original intent).dev/specs/{feature-name}/spec.md (detailed spec)Read docs/coding-principles.md for coding standards reference.
Spawn an explorer agent to deep-dive into:
Break the spec into ordered, atomic tasks. Each task should be:
Spawn a critic agent to review the plan:
Using templates/PLAN_TEMPLATE.md, create .dev/specs/{feature-name}/plan.md:
Each task MUST include:
Present the plan summary. Ask if task ordering or scope needs adjustment.
.dev/specs/{feature-name}/npx claudepluginhub mildsalmon/taco-harness --plugin tacoWrites detailed implementation plans from specs for multi-step tasks before coding, with file structure maps, TDD bite-sized steps, and markdown tracking format.
Creates structured implementation plans from specs, breaking work into bite-sized tasks with file maps and architecture notes. Run before coding on multi-step features.
Creates detailed implementation plan from feature spec: analyzes acceptance criteria, breaks down tasks, estimates effort, identifies dependencies and parallelization opportunities.