enter_plan_mode
Activate planning mode before multi-step or destructive tasks. Makes workflow observable by requiring research, step breakdown, and plan approval before write operations.
Instructions
Enter plan mode before attempting any complex, multi-step, or file-modifying task.
Use this PROACTIVELY for non-trivial coding, refactoring, or destructive operations. Once in plan mode you SHOULD:
research the task using read-only tools (read / grep / web search)
call todo_write to break the work into steps
then call exit_plan_mode with a concrete plan and WAIT for approval Avoid write / edit / exec while planning. This tool itself is non-destructive; it only marks state so the workflow is observable.
Args: reason: Short note on why plan mode is warranted for this task. goal: One-line description of what the plan should achieve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| reason | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |