ccc-sessionlisted
Install: claude install-skill KevinZai/commander
# /ccc-session
> Placeholders like ~~project tracker refer to connected tools. See [CONNECTORS.md](../../CONNECTORS.md).
Browse, resume, and review CC Commander sessions stored at `~/.claude/commander/sessions/`. Menus sourced from `references/continue-work.json` and `references/review-work.json`.
## Quick Mode (default)
Load the most recent session and present a clear choice:
```bash
ls -t ~/.claude/commander/sessions/*.json 2>/dev/null | head -1
```
Read that session file and show a one-line summary:
```
Last session: Build Next.js dashboard with auth [CC-150] — 2026-04-09 · $2.34 · completed
```
Then ask via AskUserQuestion (from references/continue-work.json):
- **Pick up exactly where I left off** — restore full context and continue
- **Show me what was done** — summarize the session before deciding
- **Start fresh with a summary** — new session, previous work as context
- **Review all recent sessions** — switch to Power Mode review flow
- **Back to main menu**
If no sessions exist: "No sessions found. Start a new build with the `commander` skill."
## Power Mode
Full session browser. Activate by passing `--power`, `review`, or `history` as argument.
### Recent Sessions
```bash
ls -t ~/.claude/commander/sessions/*.json 2>/dev/null | head -10
```
Display each session (from references/review-work.json flow):
```
[2026-04-09] CC-150 — Build dashboard · $2.34 · completed · 4h12m
[2026-04-08] CC-142 — Auth refactor · $0.87 · completed · 1h45m
[2026-04-07] CC-138 —