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:
- Restate the requirements in clear, concrete terms
- Ask clarifying questions if the request is ambiguous — do NOT guess
- Break down implementation into ordered phases with specific, actionable steps
- Identify dependencies between steps and potential risks
- Estimate complexity (High / Medium / Low) per phase
- STOP and wait for explicit user confirmation before any code is written
After confirmation: proceed with implementation or hand off to /dog:prp-implement.