COMMAND_COMPLIANCE_REP…
Reviewed all command files in `.claude/commands/analysis/` directory to ensure proper usage of: - `mcp__claude-flow__*` tools (preferred) - `npx claude-flow`…
Coordinate multi-agent swarms for complex tasks
> /plugin marketplace add spencermarx/open-code-review > /plugin install ocr@aclarify
How it fires
How this command gets triggered: by you, by Claude, or both.
/claude-flow-swarmContext preview
What this command does when you run it.
Coordinate multi-agent swarms for complex tasks
name: claude-flow-swarm description: Coordinate multi-agent swarms for complex tasks
Advanced multi-agent coordination system with timeout-free execution, distributed memory sharing, and intelligent load balancing.
./claude-flow swarm "your complex task" --strategy <type> [options]
./claude-flow swarm "Build e-commerce REST API" \ --strategy development \ --monitor \ --review \ --testing
./claude-flow swarm "Analyze AI market trends 2024-2025" \ --strategy research \ --background \ --distributed \ --max-agents 8
./claude-flow swarm "Optimize database queries and API performance" \ --strategy optimization \ --testing \ --parallel \ --monitor
./claude-flow swarm "Implement secure payment processing system" \ --strategy development \ --mode distributed \ --max-agents 10 \ --parallel \ --monitor \ --review \ --testing \ --encryption \ --verbose
./claude-flow swarm "Comprehensive security audit and testing" \ --strategy testing \ --review \ --verbose \ --max-agents 6
# Monitor swarm activity ./claude-flow monitor # Monitor specific component ./claude-flow monitor --focus swarm
# Overall system status ./claude-flow status # Detailed swarm status ./claude-flow status --verbose
# List all agents ./claude-flow agent list # Agent details ./claude-flow agent info <agent-id>
Swarms automatically use distributed memory for collaboration:
# Store swarm objectives ./claude-flow memory store "swarm_objective" "Build scalable API" --namespace swarm # Query swarm progress ./claude-flow memory query "swarm_progress" --namespace swarm # Export swarm memory ./claude-flow memory export swarm-results.json --namespace swarm
./claude-flow swarm "Test task" --dry-run --strategy development
./claude-flow swarm "High quality API" \ --strategy development \ --quality-threshold 0.95
For detailed documentation, see: https://github.com/ruvnet/claude-code-flow/docs/swarm-system.md
AI-powered multi-agent code review. Simulates a customizable team of Engineers performing code review with built-in discourse.
Repo: spencermarx/open-code-review
Reviewed all command files in `.claude/commands/analysis/` directory to ensure proper usage of: - `mcp__claude-flow__*` tools (preferred) - `npx claude-flow`…
Analyze performance bottlenecks in swarm operations and suggest optimizations.
Identify and resolve performance bottlenecks in your development workflow.
Generate comprehensive performance reports for swarm operations.
Reduce token consumption while maintaining quality through intelligent coordination.