現在のセッションで実行中または実行したプランを表示する。「プランを見せて」「計画の進捗は?」「今のプランは?」「計画を表示して」などで起動。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add wasabeef/claude-code-cookbook --skill show-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Show Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wasabeef-show-plan-5b6c867c)More formats (shields.io, HTML) on the badges page.
---
description: "現在のセッションで実行中または実行したプランを表示する。「プランを見せて」「計画の進捗は?」「今のプランは?」「計画を表示して」などで起動。"
allowed-tools:
- Read
---
# 現在セッションのプランを表示
現在のセッションで実行中または実行したプランを表示します。
## 使い方
```bash
/show-plan
```
## 基本例
```bash
# 現在のプランを確認
/show-plan
「実行中のプランを表示」
# プランがない場合
/show-plan
「現在のセッションにプランはありません」
```
## 機能
- ExitPlanMode で作成されたプランを検出
- 実装計画、実装内容、プランなどのキーワードを含む見出しを探索
- プランの内容を整形して表示
- プランがない場合は明確にその旨を通知
## Claude との連携
```bash
# 実装途中でプランを確認
「何を実装していたっけ?」
/show-plan
# 複数のタスクを実行中
「今のプランをもう一度確認させて」
/show-plan
# プラン実行後の振り返り
「さっき実行したプランの内容を見せて」
/show-plan
```
## 検出パターン
ExitPlanMode で生成されるプランの形式に基づいて、以下のパターンを検出:
- `##` で始まる見出し (計画、プラン、Plan を含む)
- `### 変更内容`
- `### 実装内容`
- `### 実装計画`
- `### 1.` などの番号付き見出し
## 注意事項
- 現在のセッション内のプランのみ表示 (過去のセッションは含まない)
- 最新のプランを優先的に表示
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!