# Handoff Work

> Transfer work context to another agent or session when continuation or review needs it. Return an inline handoff unless an artifact is requested.

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

---


# Handoff Work

Leave enough context to continue without replaying the conversation. No handoff
is needed when the same agent can finish in the same session.

Include status (`complete`, `in_progress`, or `blocked`), the authoritative goal
or plan pointer, current state, and verification commands with observed results.
Name skipped required checks and concrete reasons. Do not label unverified work
complete or infer a pass from an unsupported executor claim.

Add only material session-only decisions, adaptations, entrypoints, blockers,
and the next action when ordering matters. Point to inspectable sources rather
than copying them. Distinguish accepted decisions from proposals and inferred
rationale; a handoff cannot grant permissions the task did not grant.

Return inline. Create a file only when requested. A handoff transfers context,
not automatically control: continue work still assigned to you and authorized.

