Plan

Turn a sufficiently understood task into an ordered implementation plan with dependencies and verification. Orchestrate Codewhale’s native plan state; do not build a parallel planner.

Hmbown da0b916 832 B Updated

File contents

Plan

When to use

Use when the task is understood well enough to sequence work, but not yet a single obvious next edit.

Non-goals

  • Do not plan while key goals are still unknown — use interview first.
  • Do not create a second planner outside Codewhale plan/Work state.

Workflow

  1. Restate the goal and constraints.
  2. List ordered steps with dependencies.
  3. Mark verification for each risky step.
  4. Write the plan into Codewhale’s native plan/Work surface.
  5. Wait for authorization before broad implementation.

Output shape

  • Goal
  • Steps (ordered)
  • Verification
  • Risks / open questions

hmbown/codewhale-plugin-marketplace/tree/main/skills/plan commit da0b9160eb

Frequently asked questions

npx skillmds@latest add hmbown/plan