Agents & MCP
Coordinate a fleet of subagents end to end: the orchestrator, finder, and verifier roles, single-writer file ownership, and a collect-then-apply harvest loop that merges results without collisions.
4 files
Description
Coordinate a fleet of subagents end to end: the orchestrator, finder, and verifier roles, single-writer file ownership, and a collect-then-apply harvest loop that merges results without collisions.
This is the coordination layer that sits on top of a fanned-out fleet. Basic decomposition and briefing is covered by agent-fleet-orchestration. Reach for this skill once you have several agents touching the same repo at once and the risk is no longer "did I split the work" but "will the merged result be coherent and green".
decompose -> fan out -> collect distilled results -> reconcile -> apply serially -> verify the commit -> (re-fan or stop)
reference/file-ownership.md.reference/roles.md.file:line, a diff, a pass/fail), never the raw material.scripts/verify-commit-tree.sh before pushing.reference/harvest-loop.md.reference/roles.md - the orchestrator / finder / verifier patterns: each role's single objective, its tool budget, and the exact deliverable shape it returns.reference/file-ownership.md - single-writer scopes, serializing shared state, and why you verify the commit tree and not the working tree.reference/harvest-loop.md - the collect-then-apply merge loop, re-fanning a second wave, and knowing when to stop.Added 2026-07-01. Back to the Skill Library.

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.