/show-plan
Display the plan being executed or executed in the current session.
> /plugin marketplace add wasabeef/claude-code-cookbookHow 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.mdDisplay 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
A collection of commands, roles, and automation scripts for Claude Code. Automate your workflow without unnecessary confirmations, allowing you to focus on what matters.
Repo: wasabeef/claude-code-cookbook
Other commands on claude-code-cookbook.
- /analyze-dependencies
Analyzes your project's dependencies and checks architecture health.
Open command - /analyze-performance
Analyzes application performance from a user experience perspective and quantifies experience improvements from optimizations. Calculates UX scores based on Core Web Vitals and proposes prioritized optimization strategies.
Open command - /check-fact
Verifies if a statement is true by checking your project's code and documentation.
Open command - /check-prompt
A comprehensive collection of best practices for evaluating and improving the quality of prompts for AI Agents. It systematizes knowledge gained from actual prompt improvement processes, covering all important aspects such as ambiguity elimination, information integration,
Open command - /commit-message
Generates commit messages from staged changes (git diff --staged). This command only creates messages and copies them to your clipboardβit doesn't run any git commands.
Open command - /context7
Searches technical documentation using MCP's Context7.
Open command

