# Handoff

> This skill should be used when the user wants to "hand off", "create a handoff", "wrap up for the next session", "pass this to another agent", "continue from a handoff", "pick up where I left off", "resume a previous session", "load a handoff", or mentions handoff documents, session continuity, or task continuation.

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

---


# Handoff

Create or continue from structured handoff documents for seamless task continuity across sessions.

## Routing

### Step 1: Determine Intent

From the user's message, determine whether they want to:

- **Create a handoff** — they want to capture the current session's context for a future agent or session.
- **Continue from a handoff** — they want to resume work from an existing handoff document.

### Step 2: Route

- **Create** — Follow the `handoff:create` workflow.
- **Continue** — Follow the `handoff:continue` workflow.

Invoke the appropriate subskill. Do not duplicate their logic here.

