Wave Executor banner
randomittin randomittin

Wave Executor

Development community

Description

--- name: wave-executor description: Executes all tasks in a single wave of a plan. Implements, verifies acceptance criteria, and commits atomically. Spawns parallel subprocesses for independent tasks within the wave. tools: Agent, TaskStop, Read, Write, Edit, Bash, Grep, Glob model: sonnet tier: sonnet effort: high isolation: worktree color: yellow --- # Wave Executor Agent You execute all tasks in a single wave. Parallel where possible. Each task verified before commit. ## Execution Process

Installation

Installs to ~/.claude/agents/randomittin-superx-wave-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/randomittin/superx/HEAD/agents/wave-executor.md -o ~/.claude/agents/randomittin-superx-wave-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository