# Handover

> Use when a working session is getting long or you need to pause mid-task — captures the full working state to ./HANDOFF.md so a brand-new session can resume with zero context loss.

- Skill: `huangyun111/handover` (Agent Skill)
- Install (CLI): `npx skillmds@latest add huangyun111/handover`
- Raw SKILL.md: https://api.skillmd.com/api/skills/huangyun111/handover/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: huangyun111 (https://skillmd.com/u/huangyun111)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/huangyun111/handover

---


Write the current working state to ./HANDOFF.md so a brand-new session with
ZERO prior context could resume with no loss. Include:

- the objective,
- what's done,
- the exact next step,
- key files and why they matter,
- decisions and their rationale,
- known gotchas / dead-ends,
- any running background jobs (with IDs),
- open questions.

Use real paths and names. Then confirm the file was written.

