Session Handoff

Save and restore working state across Claude Code sessions via a structured HANDOFF.md under .ai/memory/. Use when the user wants to stop and preserve state ("let's stop here for today", "checkpoint this session", "write a handoff", "I'm about to run out of context, save our state") or to restore it ("resume where we left off", "continue from last session", "what were we working on?"); also use when the user has no local handoff file but pastes or says they copied a handoff from another machine. Produces a handoff file with goal, plan, decisions, failed approaches, next steps, and git anchors, plus a warm-start brief on resume. Do NOT use for ordinary git commit/push requests, for "continue" meaning the next step of the current in-conversation task, or for human-facing summaries like PR descriptions or status reports.

luka-zivkovic 2866cf3 9 files · 54.5 KB Updated

File contents

luka-zivkovic/overclock/tree/main/plugins/session-memory/skills/session-handoff commit 2866cf3f9a

Frequently asked questions

npx skillmds@latest add luka-zivkovic/session-handoff