From cook
Displays the current or most recent execution plan from the session, detecting plans created by ExitPlanMode. Useful for checking progress or reviewing completed tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook: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
現在のセッションで実行中または実行したプランを表示します。
現在のセッションで実行中または実行したプランを表示します。
/show-plan
# 現在のプランを確認
/show-plan
「実行中のプランを表示」
# プランがない場合
/show-plan
「現在のセッションにプランはありません」
# 実装途中でプランを確認
「何を実装していたっけ?」
/show-plan
# 複数のタスクを実行中
「今のプランをもう一度確認させて」
/show-plan
# プラン実行後の振り返り
「さっき実行したプランの内容を見せて」
/show-plan
ExitPlanMode で生成されるプランの形式に基づいて、以下のパターンを検出:
## で始まる見出し (計画、プラン、Plan を含む)### 変更内容### 実装内容### 実装計画### 1. などの番号付き見出しnpx claudepluginhub wasabeef/claude-code-cookbook --plugin cookDisplays 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.
Displays the current session plan created with ExitPlanMode. Invoked via /show-plan or phrases like 'show plan' or 'plan progress'.