Agent Skills
› jjongguet/oh-my-product
› handoff
handoff
GitHub生成结构化交接文档,总结已完成工作、当前状态、待办事项及下一步建议,用于会话、Agent或团队成员间的工作平滑过渡。
Trigger Scenarios
任务中断需要交接
不同Agent间传递上下文
团队内部工作移交
Install
npx skills add jjongguet/oh-my-product --skill handoff -g -y
SKILL.md
Frontmatter
{
"name": "handoff",
"aliases": [
"\/handoff",
"hand off",
"transfer context",
"pass context"
],
"description": "Produce a structured handoff document summarizing completed work and next steps.",
"primaryRole": "coordinator"
}
Handoff Skill (oh-my-product)
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: `.omp/state/`
- Context: `.gemini/GEMINI.md`
- Plan: `.omp/plans/`
Usage
omp skill handoff [--task "<task name>"]
Version History
- 4f49e99 Current 2026-07-25 06:34


