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