Handoff

Conversation handoff scoped to the current project, for resuming work across sessions. Use when checkpointing, ending a session, loading prior context, or clearing a handoff. Not for handoffs between projects, durable session notes, or repository-wide project context.

adeonir ac872a0 6 files · 6.3 KB Updated

File contents

Handoff

Triggers

  • Save ("save context", "dump conversation", "checkpoint this", "session handoff", "save handoff") → save.md
  • Load ("resume session", "load handoff", "continue from last") → load.md
  • Clear ("clear handoff", "reset handoff") → clear.md

Capture conversation state in one consolidated .artifacts/HANDOFF.md so a later session resumes with prior context. Three operations: save, load, clear.

Workflow

save  → consolidate current context into .artifacts/HANDOFF.md
load  → read the consolidated handoff
clear → overwrite .artifacts/HANDOFF.md with empty content

adeonir/agent-skills/tree/main/skills/personal/handoff commit ac872a0d59

Frequently asked questions

npx skillmds@latest add adeonir/handoff