# Handoff

> Produce a structured handoff document summarizing completed work and next steps.

- Skill: `yeachan-heo-oh-my-gemini/handoff` (Agent Skill)
- Install (CLI): `npx skillmds add yeachan-heo-oh-my-gemini/handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yeachan-heo-oh-my-gemini/handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Yeachan-Heo (https://skillmd.com/u/yeachan-heo-oh-my-gemini)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/yeachan-heo-oh-my-gemini/handoff

---


# Handoff Skill (oh-my-gemini)

Use this skill when transitioning work between sessions, agents, or team members.

## What it does

Produces a structured handoff document that captures:
- What was accomplished
- Current state of the system
- Pending tasks and blockers
- Next recommended actions
- Key files and state locations

## Handoff document format

```markdown
# Handoff: <project/task name>

## Completed Work
- <item 1>
- <item 2>

## Current State
- Phase: <phase>
- Status: <status>
- Key artifacts: <files>

## Pending / In Progress
- [ ] <task with owner if known>

## Blockers
- <blocker if any>

## Next Recommended Actions
1. <action 1>
2. <action 2>

## Key Locations
- State: `.omg/state/`
- Context: `.gemini/GEMINI.md`
- Plan: `.omc/plans/`
```

## Usage

```
omg skill handoff [--task "<task name>"]
```

