wave-parallelism

Community

Safely parallelize tasks with wave execution

Authortuanldas
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Wave-parallelism provides a methodology for safely executing independent tasks in parallel using subagent waves. Tasks are grouped into waves based on dependency analysis — all tasks in a wave can run simultaneously, waves execute sequentially.

Two responsibilities:

  1. Safety — dependency analysis, file-ownership, git contention handling ensure parallel agents don't conflict.
  2. Orchestration — wave assignment, completion verification, inter-wave validation ensure correct execution order and results.

Core Features & Use Cases

  • Dependency analysis outlines needs, creates, files_modified for each task to build the dependency graph.
  • File ownership safety ensures one file is owned by a single agent per wave to prevent merge conflicts.
  • Wave scheduling & verification sequences waves and validates completion before proceeding.
  • Use Case: Run multiple feature studies in parallel to explore different paths, then orchestrate safe merges.

Quick Start

To begin, define tasks with clear dependencies and let the orchestrator dispatch waves in the current project context.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: wave-parallelism
Download link: https://github.com/tuanldas/superteam/archive/main.zip#wave-parallelism

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.