Context-optimized agent dispatch for Claude Code with built-in dev feedback loops.
Every agent includes a verify-fix loop (default 7 iterations):
- IMPLEMENT the task
- VERIFY with dev-verify.sh
- If FAIL: FIX and repeat
- If PASS: Signal DONE
Auto-detects: Python, Node.js, Go, Rust
git clone https://github.com/pookNast/claude-super-dispatch.git
cd claude-super-dispatch
./install.sh
source ~/.bashrc/super be Add rate limiting to API
/super py Refactor pipeline --max-iter 10
/super Fix the login bug| Alias | Agent | Use For |
|---|---|---|
| be | backend-developer | APIs, databases |
| fe | frontend-developer | UI, React |
| py | python-pro | Python scripts |
| db | debugger | Bug investigation |
| dev | devops-engineer | Deploy, docker |
| sec | security-engineer | Security audit |
| test | test-automator | Tests |
| api | api-designer | API design |
/tmux-orchestrator:status
tmux capture-pane -t agent-{id} -p- Claude Code CLI with MCP tmux tools
- Python 3.8+
- tmux 3.0+
MIT