Skip to content
Development
Command

/show-plan

Display the plan being executed or executed in the current session.

From plugin
claude-code-cookbook
1.1k39 skills9 agents39 commands8 MCP
Install
> /plugin marketplace add wasabeef/claude-code-cookbook

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/show-plan

Context preview

What this command does when you run it.

Display the plan being executed or executed in the current session.

Command definition

show-plan.md

Display current session plan

Display the plan being executed or executed in the current session.

Usage

/show-plan

Basic Examples

# Check current plan
/show-plan
"Display executing plan"

# When no plan exists
/show-plan
"There is no plan in the current session"

Features

  • Detect plans created with ExitPlanMode
  • Search for headings containing keywords like implementation plan, implementation details, plan
  • Format and display plan contents
  • Clearly notify when no plan exists

Collaboration with Claude

# Check plan during implementation
"What was I implementing?"
/show-plan

# When executing multiple tasks
"Let me check the current plan again"
/show-plan

# Review after plan execution
"Show me the plan I executed earlier"
/show-plan

Detection Patterns

Based on the format of plans generated by ExitPlanMode, the following patterns are detected:

  • Headings starting with `##` (including Plan, Planning, Strategy)
  • `### Changes` (Changes)
  • `### Implementation Details` (Implementation Details)
  • `### Implementation Plan` (Implementation Plan)
  • Numbered headings like `### 1.`

Notes

  • Only displays plans in the current session (does not include past sessions)
  • Displays the latest plan with priority
Ships withclaude-code-cookbook

A collection of commands, roles, and automation scripts for Claude Code. Automate your workflow without unnecessary confirmations, allowing you to focus on what matters.

Get the whole plugin

Other commands on claude-code-cookbook.