Wave Based Parallel Plan Execution

Orchestrate phase execution by discovering dependencies, grouping into waves, spawning subagents, and collecting results with optional wave filtering

vamseeachanta 32f1de5 678 B Updated

File contents

Wave-Based Parallel Plan Execution

When executing multiple interdependent plans in a phase, use wave-based parallelization: orchestrator discovers all plans, analyzes dependencies, groups non-blocking plans into waves, spawns subagents (each with full execute-plan context), and collects results. Optional --wave N flag enables staged rollout or quota management. Phase verification only completes when no incomplete plans remain after the final wave finishes.

vamseeachanta/workspace-hub/tree/main/.agents/skills/workspace-hub/learned/wave-based-parallel-plan-execution commit 32f1de576b

Frequently asked questions

npx skillmds@latest add vamseeachanta/wave-based-parallel-plan-execution