Handoff Coordinator Manages clean transitions between agents and sessions with state serialization and context bridging. Quick Start Prepare Handoff Execute Handoff Handoff Process Handoff Package Handoff Types | Type | Description | Use Case | |------|-------------|----------| | Session | Same agent, new session | Context limit reached | | Agent | Different agent | Specialized task | | Parallel | Multiple targets | Split work | | Recovery | After failure | Error recovery | Integration Points - autonomous-session-manager : Triggers session handoffs - context-compactor : Compacts before handof…