# Done

> Wrap up the current session by writing a short HANDOFF.md in the project folder, so the next session can resume quickly. Use when the user says done, wrap up, close this out, or capture the session.

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

---


# Done

Close the session by capturing where things stand.

## Workflow

1. Review what changed this session, what was decided, and what comes next.
2. Overwrite `./HANDOFF.md` in the current project folder with a snapshot of 30 lines or fewer, using these sections:
   - **Status** — where the work stands right now
   - **Next steps** — the first concrete things to do next session
   - **Key files** — the paths that matter, each with a one-line note
   - **Decisions** — choices made this session, and briefly why
3. Show the user what you wrote.

Replace the whole file each time — `HANDOFF.md` is a current-state snapshot, not a log. Do not append dated entries.

