Skip to main content
ClaudeWave
Slash Command84 repo starsupdated 1mo ago

resume-handoff

List recent handoffs and resume from a selected one

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/aspenkit/aspens/HEAD/.claude/commands/resume-handoff.md -o ~/.claude/commands/resume-handoff.md
Then start a new Claude Code session; the slash command loads automatically.

resume-handoff.md

Show recent saved handoffs and let the user choose which to resume.

## Steps

1. List all `.aspens/sessions/*-handoff.md` files, sorted newest first (max 10).
2. For each, show: number, timestamp (from filename), and the first `## Task summary` or `## Latest prompt` line if present.
3. If no handoffs exist, say so and stop.
4. Ask the user which handoff to resume (by number).
5. Read the selected handoff file.
6. Summarize the task, current state, and next steps.
7. Continue from where the handoff left off.