What problem does it solve? Running many concurrent agents on one engineering initiative causes duplicated work, silent file overwrites on shared accounts, lost measurements when sessions die in batches, and unverifiable reports. This Skill defines an operating structure that prevents those failures. ## Core Features & Use Cases - Role and boundary design: Splits work into one overagent, two lead agents, and worker pools, with every contested file assigned exactly one owner. - Task briefs and reporting contract: Generates RCTF briefs (role, context, task, key results) so every worker returns falsifiable, threshold-scored reports with provenance. - Continuity and failure review: Plans for batch session death with on-disk state, resumption briefs, rotation rules, and a failure catalogue used to review results before declaring success. - Use Case: An initiative spans two repositories and needs 40 concurrent agents; use this Skill to produce the stack split, work matrix, dispatchable briefs, and a tracker for standing work. ## Quick Start Use the cluster-agent-setup skill to structure this cross-repository initiative into an overagent, lead agents, and worker pools with write boundaries, briefs, and a continuity plan.