wmux-orchestrator
Multi-agent task orchestration for Claude Code. Decomposes complex development tasks into parallel Claude Code agents coordinated through de
Open source Repository Open in the app JSON README (API)
About
Multi-agent task orchestration for Claude Code. Decomposes complex development tasks into parallel Claude Code agents coordinated through dependency-aware waves with visual terminal panes and automated review. Works standalone with native subagents or with wmux for visible agent panes. Features include dependency-aware wave planning, file zone enforcement per worker to prevent conflicts, and post-orchestration automated review with auto-fix.
Details
- Kind
- Plugins
- Topic
- Developer tools
- Publisher
- amirlehmam
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 10
- Forks
- 3
- Open pull requests
- 3
- Last push
- 2026-07-17T10:07:29Z
- Repository state
- ativo
- Language
- JavaScript
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
amirlehmam/wmux-orchestrator/wmux-orchestrator
README
# wmux-orchestrator Claude Code plugin that decomposes complex dev tasks into parallel agents coordinated through dependency-aware waves with automated review. **With wmux**: Each agent gets its own visible terminal pane — watch them work in real-time. **Without wmux**: Falls back to native Claude Code subagents. ## Install ```bash claude plugin add amirlehmam/wmux-orchestrator ``` ## Usage In Claude Code: ``` /wmux-orchestrator:orchestrate <your task description> ``` ## How it works 1. Analyzes your codebase structure 2. Decomposes the task into waves of parallel agents 3. Spawns agents (wmux panes or subagents) 4. Monitors progress and drives wave transitions 5. Runs automated review when all agents complete ## Requirements - Claude Code CLI - wmux (optional, for visual multi-pane mode) ## License MIT