# Session Handoff

> Session handoff discipline. Write HANDOFF.md at session end capturing state, key context not in diff, verify commands. Read at session start before doing anything else. Use to make multi-session work resumable.

- Skill: `hermeticormus/session-handoff` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hermeticormus/session-handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hermeticormus/session-handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: hermeticormus (https://skillmd.com/u/hermeticormus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hermeticormus/session-handoff

---


# Session handoff

## End of session

Write HANDOFF.md with: what I was doing, where I left off, what's done, what's NOT done, key context not in diff, open questions, verify commands.

## Start of session

Read HANDOFF.md. Verify done is still done. Plan from not-done.

## When

Sessions > 30 min, machine switch, context-clear, multi-day work.

---

Full content at https://github.com/HermeticOrmus/session-handoff-skills.

