What problem does it solve? Distributed implementation agents working on separate platform branches (linux-next, windows-next, osx-next) drift apart, deadlock on each other, thrash shared files, and lose track of claimed work. This Skill runs an hourly coordination pass that keeps all hosts unblocked and guarantees finite-time convergence on the specs. ## Core Features & Use Cases - Cross-Branch Claim Auditing: Folds sibling branch state before routing work, so a packet claimed on osx-next is never mistaken for unclaimed on trunk. - Deadlock and Thrashing Mediation: Detects mutual waiting, spec divergence, write-write collisions, and branch drift, then freezes leases and assigns corrective tasks. - Convergence Velocity Enforcement: Computes residual correctness debt and convergence velocity, triggering high-velocity alignment events with reduced lease TTLs when progress stalls. - Integration and Litmus Execution: Merges sibling branches into linux-next, runs the litmus suite on the merged union, and pushes coordination updates. - Use Case: A coordinator agent runs this skill hourly to reconcile plan.yaml ledgers, assign each host a primary and fallback packet, and verify that merged platform branches pass the runtime litmus before push. ## Quick Start Run an hourly coordination pass that audits the sibling platform branches, reconciles the shared plan ledgers, assigns unblocked work to each host, and pushes the updates to origin/linux-next.