Agent Skills
› jjongguet/oh-my-product
› handoff
handoff
GitHub生成简洁的交接包,捕获当前状态和后续行动,确保工作无缝延续。包含已完成、当前状态、待办事项、阻塞项及下一步行动,附带标准化验证命令。
触发场景
需要移交任务给其他代理或会话时
中断开发工作并记录上下文以便恢复时
安装
npx skills add jjongguet/oh-my-product --skill handoff -g -y
SKILL.md
Frontmatter
{
"name": "handoff",
"aliases": [
"\/handoff",
"handover",
"hand off",
"transfer context"
],
"description": "Produce a concise handoff package for the next agent or session.",
"primaryRole": "coordinator"
}
<Execution_Policy>
- Include only high-signal context
- Separate completed work from pending work
- Preserve exact commands, files, and blockers
- End with a deterministic next step list </Execution_Policy>
<Output_Format>
Handoff:
Completed
- ...
Current State
- Branch: ...
- Status: ...
- Key artifacts: ...
Pending
Blockers / Risks
- ...
Next Actions
- ...
- ...
Runbook
- Validate:
npm run typecheck - Tests:
npm run test - Verify:
npm run verify</Output_Format>
Task: {{ARGUMENTS}}
版本历史
- 4f49e99 当前 2026-07-25 06:34


