Save Handoff banner
aspenkit aspenkit

Save Handoff

Development community

Description

--- description: Save a rich handoff summary for resuming later --- Write a structured handoff file to `.aspens/sessions/` so a future Claude session can continue this work. ## Steps 1. Generate a timestamp: `YYYY-MM-DDTHH-MM-SS` (replace `:` and `.` with `-`). 2. Write a markdown file to `.aspens/sessions/<timestamp>-claude-handoff.md` with this structure: ```md # Claude save-tokens handoff - Saved: <ISO timestamp> - Reason: user-requested - Working directory: <cwd> ## Task summary <1-3

Installation

Installs to ~/.claude/commands/aspenkit-aspens-save-handoff.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/aspenkit/aspens/HEAD/.claude/commands/save-handoff.md -o ~/.claude/commands/aspenkit-aspens-save-handoff.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository