Display the plan being executed or executed in the current session.
View the current or recently executed implementation plan for your session. Use this to review what you're working on or check the plan you just created.
/plugin marketplace add wasabeef/claude-code-cookbook/plugin install cook-en@claude-code-cookbookDisplay the plan being executed or executed in the current session.
/show-plan
# Check current plan
/show-plan
"Display executing plan"
# When no plan exists
/show-plan
"There is no plan in the current session"
# 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
Based on the format of plans generated by exit_plan_mode, the following patterns are detected:
## (including Plan, Planning, Strategy)### Changes (Changes)### Implementation Details (Implementation Details)### Implementation Plan (Implementation Plan)### 1.