// Coordinate multiple agents for software development across any language. Use for parallel execution of independent tasks, sequential chains with dependencies, swarm analysis from multiple perspectives, or iterative refinement loops. Handles Python, JavaScript, Java, Go, Rust, C#, and other languages.
| name | agent-coordination |
| description | Coordinate multiple agents for software development across any language. Use for parallel execution of independent tasks, sequential chains with dependencies, swarm analysis from multiple perspectives, or iterative refinement loops. Handles Python, JavaScript, Java, Go, Rust, C#, and other languages. |
Coordinate multiple agents efficiently for complex development tasks across any programming language.
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
| Agent | Best For |
|---|---|
| code-reviewer | Quality assessment, standards |
| test-runner | Execute tests, verify functionality |
| feature-implementer | Build new capabilities |
| refactorer | Improve existing code |
| debugger | Diagnose and fix issues |
| security-auditor | Find vulnerabilities |
| performance-optimizer | Speed and efficiency |
| loop-agent | Orchestrate iterations |
This coordination skill works with:
Analysis + Execution:
1. Swarm analysis (parallel agents gather insights)
2. Sequential execution (apply findings)
3. Parallel validation (verify results)
Test-Driven Workflow:
1. test-runner: Run existing tests
2. feature-implementer: Add functionality
3. test-runner: Verify implementation
4. code-reviewer: Quality check
Performance Optimization:
Loop with performance-optimizer until:
- Metrics meet targets
- No more optimizations found
- Max iterations reached
Between each phase, verify:
Read the specific coordination pattern that matches your task structure. Each pattern includes detailed workflows, examples, and quality criteria.