What problem does it solve? Coordinators of multi-agent fleets routinely act on unverified claims, merge work whose approvals no longer match the artifact, dispatch tasks without durable records, and declare work done without evidence. This Skill provides a set of pre-action gates that force verification before each of those failure-prone actions. ## Core Features & Use Cases - Five action gates: checklists to run before ruling on anything, merging reviewed work, dispatching work to another agent, claiming something is done, and issuing corrections. - Cross-cutting measurement discipline: rules for truncated listings, liveness signals, contaminated controls, and fix-the-instance-leave-the-neighbour audits. - Use Case: Before merging a reviewed branch, a coordinator verifies the approved commit sha matches the PR head and remote branch tip, then writes a closure record carrying the merge sha so the settlement is backed by evidence rather than a tally cache. ## Quick Start Load the coordinator-discipline skill and walk the matching gate checklist before you rule, merge, dispatch, or claim completion on multi-agent work.