Agent Handoff Orchestrator is a skill that addresses context collapse in multi-agent workflows and long-running AI sessions. When tasks are delegated between agents, standard LLM prompts often accumulate drift — the receiving agent loses track of what has been verified, what has been assumed, and what the original goals were. This skill generates high-density, structured handoff packets in Markdown format designed specifically for LLM comprehension.
Each packet enforces a clear engineering standard for state transfer. It separates verified facts from assumptions, defines authority boundaries for the receiving agent, and establishes explicit return contracts so the handoff can flow back to the originating context. The output includes a mission statement, scope constraints, and observable success criteria, giving the receiver — whether a coder, reviewer, QA agent, or human operator — enough structured context to begin productive work without rediscovering prior decisions.
This skill is intended for orchestration layers in multi-agent pipelines where session persistence and clean delegation are requirements. It does not execute code, query databases, or call external APIs. Its sole output is a structured handoff document. It suits pipelines that route work across specialized agents and need a durable, unambiguous record of state at each transition point.