wave-executor

Solid

Use this skill when executing the agreed session plan in waves with role-based execution and parallel subagents. Handles inter-wave quality checks, plan adaptation, and progress tracking. Core orchestration engine for feature and deep sessions. Triggered by /go command.

Code & Development 48 stars 4 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Wave Executor Skill ## Execution Model You are the **coordinator**. You do NOT implement — you orchestrate. Your job: 1. Dispatch subagents for each wave 2. Wait for ALL agents in a wave to complete 3. Review their outputs 4. Adapt the plan if needed 5. Dispatch the next wave 6. Repeat until all waves complete ## Design Philosophy This harness exists to enable multi-agent coordination at scale — not by removing friction, but by making it visible, classifiable, and recoverable. The wave-executor is process scaffolding around LLM agents. It handles task breakdown, scope enforcement, circuit breaker guards, and recovery patterns. Unlike direct chat with an agent, it trades flexibility for safety and repeatability across a bounded execution envelope. Every harness creates friction. The goal is not minimum friction — it is useful friction that prevents higher-cost problems downstream. **Friction we accept:** - Wave planning overhead and `wave-scope.json` pre-dispatch setup - Per-wave quality gates before proceeding - Worktree isolation costs for parallel agents - Turn-limit constraints that stop runaway agents early **Friction we prevent:** - Agent scope violations (PreToolUse hooks block out-of-scope file edits) - Cascading failures (circuit breaker + spiral detection halt broken agents before they propagate damage) - Silent partial completion (STATUS line requirement forces explicit reporting) - Untracked carryover work (session-end plan verification catches unresolved...

Details

Author
Kanevry
Repository
Kanevry/session-orchestrator
Created
1 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category