Spawn and orchestrate multiple background agents for parallel workflows
Start a multi-agent swarm for parallel task execution. Agents run in separate terminals and communicate via shared files. ## Usage **Flags:** - `--watch` - Keep agents running continuously, re-analyze on file changes - `--focus <path>` - Only analyze files in specified path (e.g., `--focus src/components`) **Presets:** - `review` - General code review (reviewer + simplifier + comment-analyzer) - `quality` - Code quality focus (reviewer + type-analyzer + test-analyzer) - `security` - Error handling & safety (silent-hunter + reviewer) - `cleanup` - Tech debt reduction (simplifier + comme...
n## Key orchestration command improvements:
Parallel hypothesis testing for diagnosis problems
Execute SWARM (Specialized Workflow with Autonomous Resource Management) development workflow for coordinated multi-agent implementation
Execute a complete DevRel swarm workflow - research, build, validate, document - then present for your review and commit
Parallel hypothesis testing for diagnosis problems