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",
"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}}
Version History
- 4f49e99 Current 2026-07-25 06:34


