Plan
Use this skill when the task spans multiple files, behaviors, or validation steps.
Preferred Flow
- State the user-visible outcome.
- Break the work into the smallest meaningful execution tracks.
- Keep each step testable and tied to a concrete surface.
- Re-plan when new evidence changes the execution path.
Guardrails
- Do not spend time on a heavyweight plan for a one-file trivial edit.
- Keep plans actionable, not decorative.