mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
The /plan command specifies saving the plan to tasks/plan.md and tasks/todo.md, but the planning-and-task-breakdown skill (the canonical source) had no file path instructions. When spec-driven-development transitions to Plan phase, it references the skill directly, bypassing the /plan command, causing plans to be written to the wrong location. - Add Output Files section to planning-and-task-breakdown with explicit tasks/plan.md and tasks/todo.md paths - Add path instruction to Step 1 (Enter Plan Mode) - Add Output convention note to spec-driven-development Phase 2