cross-agent-handoff
Installation
SKILL.md
Cross-Agent Handoff
Transfer work between agent sessions without losing context, decisions, or progress.
The Handoff Problem
When an agent session ends (context limit, task change, timeout), work must continue. Without a structured handoff, the next agent:
- Re-explores already-understood code
- Re-makes already-decided decisions
- Contradicts previous agent's approach
- Misses critical constraints discovered earlier
Handoff Document Structure
# Agent Handoff: {task-name}
**From:** Session {id} | **Date:** {date} | **Phase:** {current-phase}