coordinating-agents

Installation
SKILL.md

Coordinating Agents

When a task benefits from parallel work, use this four-phase workflow. The coordinator synthesizes and directs — workers execute.

When NOT to coordinate: If the task touches fewer than 3 files or has no independent sub-problems, do it directly. Coordination overhead is only worth it for tasks with genuine parallelism.

Phases

Coordination Progress:
- [ ] Phase 1: Research (workers, parallel)
- [ ] Phase 2: Synthesis (coordinator — YOU)
- [ ] Phase 3: Implementation (workers, parallel where independent)
- [ ] Phase 4: Verification (separate worker, adversarial)

Phase 1: Research

Spawn workers to investigate different codebase areas simultaneously.

  • Each worker explores one area and reports findings
Related skills

More from beltonk/claude-code-agent-skills

Installs
1
First Seen
Apr 8, 2026