agent-coordination
Installation
SKILL.md
Agent Coordination
Coordinate multiple agents efficiently for complex development tasks across any programming language.
When to use
- The task has multiple workstreams (parallel, sequential, swarm, or hybrid).
- You need explicit handoff and convergence between specialized agents.
- You want throughput gains without losing validation quality.
Quick Start
Choose your coordination strategy:
Parallel - Independent tasks → See PARALLEL.md
Sequential - Dependent tasks → See SEQUENTIAL.md
Swarm - Multi-perspective analysis → See SWARM.md
Hybrid - Multi-phase workflows → See HYBRID.md
Iterative - Progressive refinement → See ITERATIVE.md