From cook-en
Displays the current session plan created with ExitPlanMode. Helps track implementation progress and review active plans.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-en:show-planThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the plan being executed or executed in the current session.
Display 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 ExitPlanMode, the following patterns are detected:
## (including Plan, Planning, Strategy)### Changes (Changes)### Implementation Details (Implementation Details)### Implementation Plan (Implementation Plan)### 1.npx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-enDisplays the current session plan created with ExitPlanMode. Invoked via /show-plan or phrases like 'show plan' or 'plan progress'.
Displays the current session plan created by ExitPlanMode, showing execution progress and plan details. Useful for checking what you were implementing or reviewing completed plans.
Displays the current or most recent implementation plan from the session. Useful for checking progress or resuming interrupted work.