When to use plan mode
- Task spans multiple tools (files + web + tables)
- Failure is costly (deleting lots of files)
- You want "show me the plan first"
- There are real judgment calls inside the task
Pair with goal mode for long jobs
`create_goal` adds token / time budgets to long-running tasks — it stops at the limit. You can then approve continuation or adjust. Prevents runaway token spend.