Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
28
.claude/commands/agents/agent-coordination.md
Normal file
28
.claude/commands/agents/agent-coordination.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# agent-coordination
|
||||
|
||||
Coordination patterns for multi-agent collaboration.
|
||||
|
||||
## Coordination Patterns
|
||||
|
||||
### Hierarchical
|
||||
Queen-led with worker specialization
|
||||
```bash
|
||||
npx claude-flow swarm init --topology hierarchical
|
||||
```
|
||||
|
||||
### Mesh
|
||||
Peer-to-peer collaboration
|
||||
```bash
|
||||
npx claude-flow swarm init --topology mesh
|
||||
```
|
||||
|
||||
### Adaptive
|
||||
Dynamic topology based on workload
|
||||
```bash
|
||||
npx claude-flow swarm init --topology adaptive
|
||||
```
|
||||
|
||||
## Best Practices
|
||||
- Use hierarchical for complex projects
|
||||
- Use mesh for research tasks
|
||||
- Use adaptive for unknown workloads
|
||||
Reference in New Issue
Block a user