iiRecord
Agentic AI Atlas · ExitPlanMode (Claude Code Plan-mode entry tool)
tool-descriptor:claude-code-enter-plan-modea5c.ai
II.
ToolDescriptor overview

tool-descriptor:claude-code-enter-plan-mode

Reference · live

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.

ToolDescriptorOutgoing · 0Incoming · 1

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