/show-plan
Display current session plan. Trigger with "show the plan", "plan progress?", "current plan?", "display plan".
$ npx -y skills add wasabeef/claude-code-cookbook --skill show-plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/show-plan
Context preview
The summary Claude sees to decide when to auto-load this skill.
Display current session plan. Trigger with "show the plan", "plan progress?", "current plan?", "display plan".
SKILL.md
show-plan.SKILL.mddescription: 'Display current session plan. Trigger with "show the plan", "plan progress?", "current plan?", "display plan".'
allowed-tools:
- Read
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
Read more
description: 'Display current session plan. Trigger with "show the plan", "plan progress?", "current plan?", "display plan".' allowed-tools: - Read
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
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 skills on claude-code-cookbook.
- /analyze-dependencies
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?", "check module coupling", "find layer violations". Generates dependency matrix, fan-in/fan-out analysis, and prioritized
Open skill - /analyze-performance
Performance analysis based on Core Web Vitals with UX scoring. Trigger with "analyze performance", "improve speed", "check Core Web Vitals", "page speed", "improve LCP", "identify performance issues".
Open skill - /check-fact
Verify information accuracy against codebase and documentation. Trigger with "is this correct?", "fact check", "verify this", "is this accurate?".
Open skill - /check-prompt
Evaluate and improve AI prompt quality. Trigger with "check this prompt", "evaluate prompt quality", "improve this prompt".
Open skill - /commit-message
Generate commit messages from staged changes. Trigger with "suggest commit message", "generate commit message", "what should the commit say?", "write commit message".
Open skill - /context7
Search technical documentation via Context7 MCP. Trigger with "check the docs", "look up documentation", "how to use this library?", "API reference".
Open skill

