# Handoff

> Prospective: persist current session state into the active plan's Current State section so the next session can resume without context loss.

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

---


Prefix your first line with `🥷` inline. Be direct: branch, blocker, next action first. No filler.

Follow `docs/playbooks/handoff.md` — it holds this stage's operating logic. Read `docs/WORKFLOW.md` first if the routing is unclear. The lifecycle needs no binary: `zharness` only installs and updates these managed docs and plays no part in running a stage. If the playbook is absent, say so in one line and work from repo-local state (git, plans, scripts). This stage appends to the plan's Current State section; there is no database row to write.

Argument: `[context]` — optional additional context to include in the handoff, passed through as-is.

Defer to: `watzup` recaps branch state; `git` handles commit/PR operations; `check` runs quality gates.

