Handoff

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

Yeachan-Heo e4546f2 943 B Updated

File contents

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

# 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>"]

Yeachan-Heo/oh-my-gemini/tree/main/extensions/oh-my-gemini/skills/handoff commit e4546f2391

Frequently asked questions

npx skillmds add yeachan-heo-oh-my-gemini/handoff