What problem does it solve? Multi-agent workflows lose context when work passes between foreman, worker, and reviewer agents, leading to unverified claims, duplicated effort, and silently dropped subagent results. ## Core Features & Use Cases - Handoff Document Template: Provides a structured HANDOFF.md format with goal, done, next steps, constraints, verification, and validation status sections. - Parallel Batch Contracts: Defines lane tables with write sets, forbidden paths, native gates, claim ceilings, and terminal states for dispatching parallel subagents. - Landing Phase Discipline: Requires temp-clone proofs to be landed as minimal source-owned diffs in the owner checkout with the native gate rerun before claims are strengthened. - Use Case: When splitting a large refactor across explorer, implementer, and reviewer subagents, use this Skill to write a baton document that preserves the original goal, bounds each lane's write authority, and closes every lane with an explicit terminal state. ## Quick Start Ask the agent to create a HANDOFF.md using the multi-agent handoff template before dispatching subagents for the current task.