1.1 KiB
1.1 KiB
| description | argument-hint | allowed-tools | |
|---|---|---|---|
| Parallelize work across multiple specialized agents with conflict detection and phased execution | <task_description> |
|
Invoke the parallel-orchestrator agent to handle this parallelization request:
$ARGUMENTS
The parallel-orchestrator will:
- Analyze the task and categorize by domain expertise
- Detect file conflicts to prevent race conditions
- Create non-overlapping work packages for each agent
- Spawn appropriate specialized agents in TRUE parallel (single message)
- Aggregate results and validate
Agent Routing
The orchestrator automatically routes to the best specialist:
- Test failures → unit-test-fixer, api-test-fixer, database-test-fixer, e2e-test-fixer
- Type errors → type-error-fixer
- Import errors → import-error-fixer
- Linting → linting-fixer
- Security → security-scanner
- Generic → general-purpose
Safety Controls
- Maximum 6 agents per batch
- Automatic conflict detection
- Phased execution for dependent work
- JSON output enforcement for efficiency