Skip to main content
ClaudeWave
Slash Command95 repo starsupdated 6d ago

resume-handoff-latest

The resume-handoff-latest command retrieves the most recently saved project handoff from the .aspens/sessions directory and resumes work from that saved context. Use this command to continue interrupted tasks by loading prior progress summaries and continuing from the documented next steps without repeating completed work.

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

resume-handoff-latest.md

Load the latest saved handoff from `.aspens/sessions/` and continue the work from that context.

## Steps

1. Read `.aspens/sessions/index.json`. If it has a `latest` field, verify the referenced file exists before reading it. If the file is missing, fall back to step 2.
2. If `index.json` is missing, stale, or points to a deleted file, list `.aspens/sessions/*-handoff.md`, pick the newest by filename.
3. If no handoff exists, say so and stop.
4. Read the handoff file.
5. Summarize the task, current state, and next steps from the handoff.
6. Continue from where the handoff left off. Do not repeat completed work unless verification is needed.