Skip to main content
plan turns a request into a structured implementation plan without changing the repo.
bunx smithers-orchestrator workflow run plan --prompt "Add account-level billing limits"

Inputs

InputTypeDefault
promptstring"Create an implementation plan."

Output Shape

The plan task returns a summary and ordered steps. Use it before implement, 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

Resume & retry

plan does not change the repo; it returns a plan in the run output. Runs are durable and resume with up --resume.