Context-optimized agent dispatch for Claude Code - run parallel agents in isolated tmux sessions
This repository has been archived on 2026-04-24. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Shell 57.9%
  • Python 42.1%
Find a file
pookNast f0897580a4 feat: integrate tldr CLI for exploration and verification
- Remove Task from allowed-tools to enforce tmux isolation
- Replace dev-verify.sh with tldr-powered verification
  - tldr diagnostics for type checking + linting
  - tldr dead for dead code detection (warnings)
  - tldr change-impact --run for selective testing
  - Fallback to traditional tools when tldr unavailable
- Add tldr exploration section to agent prompts
  - tldr structure for codebase layout
  - tldr search for code discovery
  - tldr impact for pre-refactoring analysis
- Update super.md documentation with new workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 19:24:32 -05:00
.claude feat: integrate tldr CLI for exploration and verification 2026-01-13 19:24:32 -05:00
docs Add hooks and helper scripts 2026-01-09 19:21:38 -05:00
lib Add core library files and installer 2026-01-09 19:18:59 -05:00
scripts feat: integrate tldr CLI for exploration and verification 2026-01-13 19:24:32 -05:00
install.sh Add core library files and installer 2026-01-09 19:18:59 -05:00
LICENSE Add core library files and installer 2026-01-09 19:18:59 -05:00
README.md docs: Add dev feedback loop documentation 2026-01-10 21:53:04 -05:00
uninstall.sh Add core library files and installer 2026-01-09 19:18:59 -05:00

claude-super-dispatch

Context-optimized agent dispatch for Claude Code with built-in dev feedback loops.

Key Feature: Dev Feedback Loop

Every agent includes a verify-fix loop (default 7 iterations):

  1. IMPLEMENT the task
  2. VERIFY with dev-verify.sh
  3. If FAIL: FIX and repeat
  4. If PASS: Signal DONE

Auto-detects: Python, Node.js, Go, Rust

Quick Start

git clone https://github.com/pookNast/claude-super-dispatch.git
cd claude-super-dispatch
./install.sh
source ~/.bashrc

Usage

/super be Add rate limiting to API
/super py Refactor pipeline --max-iter 10
/super Fix the login bug

Agent Types

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

Status

/tmux-orchestrator:status
tmux capture-pane -t agent-{id} -p

Requirements

  • Claude Code CLI with MCP tmux tools
  • Python 3.8+
  • tmux 3.0+

License

MIT