---
name: wasabeef/display-current-session-plan
source: https://app.decimal.ai/s/wasabeef-display-current-session-plan@1/SKILL.md
source_sha256: 251b949fb0a5
---

# Display current session plan

Display the plan being executed or executed in the current session.

## Usage

```bash
/show-plan
```

## Basic Examples

```bash
# Check current plan
/show-plan
"Display executing plan"

# When no plan exists
/show-plan
"There is no plan in the current session"
```

## Features

- Detect plans created with ExitPlanMode
- Search for headings containing keywords like implementation plan, implementation details, plan
- Format and display plan contents
- Clearly notify when no plan exists

## Collaboration with Claude

```bash
# Check plan during implementation
"What was I implementing?"
/show-plan

# When executing multiple tasks
"Let me check the current plan again"
/show-plan

# Review after plan execution
"Show me the plan I executed earlier"
/show-plan
```

## Detection Patterns

Based on the format of plans generated by ExitPlanMode, the following patterns are detected:

- Headings starting with `##` (including Plan, Planning, Strategy)
- `### Changes` (Changes)
- `### Implementation Details` (Implementation Details)
- `### Implementation Plan` (Implementation Plan)
- Numbered headings like `### 1.`

## Notes

- Only displays plans in the current session (does not include past sessions)
- Displays the latest plan with priority