wave-execution
Installation
SKILL.md
Wave-Based Parallel Execution
Problem: Sequential execution wastes time on independent tasks.
Solution: Group tasks into waves based on dependencies. Execute waves sequentially, tasks within waves in parallel.
When to Use
Multiple tasks in implementation plan?
↓ YES
WAVE EXECUTION ← APPLY