显示当前会话计划。「显示计划」「计划进度?」「当前计划?」等触发。
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-7cb558b6)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!