Skip to content
Development
Skill

/show-plan

Display current session plan. Trigger with "show the plan", "plan progress?", "current plan?", "display plan".

From plugin
claude-code-cookbook
1.1k39 skills9 agents39 commands8 MCP
Install
$ npx -y skills add wasabeef/claude-code-cookbook --skill show-plan --agent claude-code

How 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.md
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
Read more
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 skills on claude-code-cookbook.