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
Installs
1
GitHub Stars
54
First Seen
Aug 16, 2026
wave-execution — hainamchung/agent-assistant