II.
ToolDescriptor overview
Reference · livetool-descriptor:claude-code-enter-plan-mode
ExitPlanMode (Claude Code Plan-mode entry tool) overview
Built-in Claude Code tool that signals the agent to enter Plan mode — a read-only mode where the agent emits a plan for user approval before making any file changes. Triggered by user `/plan` or by autonomous decision in coordinator mode. Companion of ExitPlanMode tool.
Attributes
displayName
ExitPlanMode (Claude Code Plan-mode entry tool)
description
Built-in Claude Code tool that signals the agent to enter Plan mode —
a read-only mode where the agent emits a plan for user approval before
making any file changes. Triggered by user `/plan` or by autonomous
decision in coordinator mode. Companion of ExitPlanMode tool.
schema
{
"type": "object",
"properties": {
"plan": { "type": "string" }
},
"required": ["plan"]
}
category
mode-control
requiresPermissionGate
false
supportsCancellation
true
abortPropagation
immediate
errorBehavior
user-handled
isSynthetic
false
Outgoing edges
None.
Incoming edges
mode_change_triggered_by_tool1
- output-mode-change:claude-code-enter-plan-mode-example·OutputModeChange