plan

Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.

Input: $ARGUMENTS

Invoke the planner agent to create a structured implementation plan.

Load skills: dog:writing-plans

The agent will:

  1. Restate the requirements in clear, concrete terms
  2. Ask clarifying questions if the request is ambiguous — do NOT guess
  3. Break down implementation into ordered phases with specific, actionable steps
  4. Identify dependencies between steps and potential risks
  5. Estimate complexity (High / Medium / Low) per phase
  6. STOP and wait for explicit user confirmation before any code is written

After confirmation: proceed with implementation or hand off to /dog:prp-implement.