Parallel Agent Spawner Spawns and coordinates parallel agents for faster feature completion. Quick Start Spawn Parallel Agents Coordinate Results Parallel Execution Model Agent Types | Type | Purpose | Parallelizable | |------|---------|----------------| | coding | Implement features | Yes, if independent | | testing | Run E2E tests | Yes | | review | Code review | Yes | | research | Explore codebase | Yes | Spawn Configuration Integration Points - autonomous-loop : Provides work to parallelize - coding-agent : Worker agents for features - checkpoint-manager : Create checkpoints before spawn…