plan turns a request into a structured implementation plan without changing the repo.
Inputs
| Input | Type | Default |
|---|---|---|
prompt | string | "Create an implementation plan." |
Output Shape
The plan task returns a summary and ordered steps. Use it beforeimplement, research-plan-implement, mission, or tickets-create.
Use it when
- You want an ordered, reviewable plan before any code changes.
- The request is clear enough to plan but you do not want edits yet.
Use something else when
- The task touches unfamiliar code: run
researchfirst, or useresearch-plan-implement. - Requirements are still vague: run
grill-me. - You are ready to build: use
implement.
Resume & retry
plan does not change the repo; it returns a plan in the run output. Runs are durable and resume with up --resume.