현재 세션 플랜 표시. 「플랜 보여줘」「계획 진행 상황은?」「지금 플랜은?」등으로 기동.
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-4aa810b4)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!