From cook-fr
Displays the current session plan created with ExitPlanMode. Invoked via /show-plan or phrases like 'show plan' or 'plan progress'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-fr: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
Affiche le plan en cours d'exécution ou exécuté dans la session actuelle.
Affiche le plan en cours d'exécution ou exécuté dans la session actuelle.
/show-plan
# Vérifier le plan actuel
/show-plan
"Afficher le plan en cours d'exécution"
# Quand aucun plan n'existe
/show-plan
"Il n'y a pas de plan dans la session actuelle"
# Vérifier le plan pendant l'implémentation
"Qu'est-ce que j'étais en train d'implémenter ?"
/show-plan
# Lors de l'exécution de tâches multiples
"Laissez-moi vérifier à nouveau le plan actuel"
/show-plan
# Réviser après l'exécution du plan
"Montrez-moi le plan que j'ai exécuté plus tôt"
/show-plan
Basé sur le format des plans générés par ExitPlanMode, les patterns suivants sont détectés :
## (incluant Plan, Planification, Stratégie)### Changes (Changements)### Implementation Details (Détails d'implémentation)### Implementation Plan (Plan d'implémentation)### 1.npx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-frDisplays the current or most recent implementation plan from the session. Useful for checking progress or resuming interrupted work.
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 execution plan from the session, detecting plans created by ExitPlanMode. Useful for checking progress or reviewing completed tasks.