Use when you have a design or requirements for a multi-step task, before writing code. Creates bite-sized TDD task plans with exact file paths, complete code, and verification steps.
SKILL.md
Implementation Planning
Critical rules
NO IMPLEMENTATION WITHOUT A PLAN FIRST for multi-step work.
Assume the executor has zero codebase context: exact paths, complete code, exact commands with expected output.
Every task: test → fail → implement → pass → commit. One action per step (~2-5 min).
Never vague steps, skipped verification, bundled multi-file "and" steps, or assumed knowledge.
Save to docs/plans/YYYY-MM-DD-<feature-name>.md. Prefer fn(args, deps) and Result types.