plan is an archived example, not installed by init. Copy it from examples/init-pack/ with its dependency closure, or ask create-workflow for one, then run it:
plan turns a request into a structured plan without changing the repo.

The plan UI shows the single planning task and the ordered step list it emits, with no repo changes.
Inputs
Output Shape
plan returns a summary and ordered steps, for use before implement, research-plan-implement, mission, or tickets-create.
Use it when
- The request is clear enough to plan, and you want an ordered, reviewable plan before touching code.
Use something else when
- The task touches unfamiliar code: run
researchfirst, or useresearch-plan-implement. - Requirements are still vague: run
grill-me. - Ready to build: use
implement.
Resume & retry
Runs are durable and resume withup --resume.