By drdanmaggs
Multi-agent orchestrator for Claude Code — skills, agents, and rules for TDD, code review, shipping, and project management
Hunts for bugs and security vulnerabilities in code diffs. Used by the code-reviewer skill.
Reviews code diffs for semantic issues using full file context. Used by the code-reviewer skill.
Reviews code diffs for real performance problems. Used by the code-reviewer skill.
Reviews code diffs for code quality, maintainability, and clean code violations. Used by the code-reviewer skill.
Checks code diffs against CLAUDE.md project standards. Used by the code-reviewer skill.
Create or verify the dedicated Rocket Fuel project board with GitHub Project automation
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards. Uses parallel review agents with a validation pass to deliver high-signal findings only.
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.
Risk-driven testing — identify and test critical user paths first, coverage is an output not the goal
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A multi-agent orchestrator that multiplies developer productivity by composing existing tools — Claude Code, GitHub Projects, tmux-CC/iTerm2, and git worktrees.
Based on the Visionary/Integrator model from Rocket Fuel by Gino Wickman & Mark C. Winters.
You're the Visionary — ideas, direction, product thinking. You talk to the Integrator, an AI agent that manages execution: spawning workers, tracking progress, protecting the current sprint from your destabilising brilliance.
Workers are ephemeral Claude Code instances running in isolated git worktrees, each picking up a GitHub issue and delivering a PR using your existing skills (/tdd, /bug-fix, /epc).
The Integrator never says no. It scopes your ideas, parks them in Someday/Maybe, and redirects back to the current epic.
Read docs/vision.md for the full concept.
brew install tmuxnpm install -g @anthropic-ai/claude-codebrew install ghbrew install go (for building from source)# From source
git clone https://github.com/drdanmaggs/rocket-fuel.git
cd rocket-fuel
make install
# Verify
rocket-fuel version
Create a GitHub Project for your repo with these columns:
Someday/Maybe → Backlog → Scoped → In Progress → Review → Done
cd your-repo
rocket-fuel project link https://github.com/users/yourname/projects/1
rocket-fuel up
This creates a tmux session with Integrator and Dashboard tabs, then attaches with tmux -CC. iTerm2 renders each as a native tab.
Label an issue with a workflow (e.g., workflow:tdd) and spawn a worker:
rocket-fuel work 42
# or
rocket-fuel work https://github.com/yourname/repo/issues/42
This creates a git worktree, opens a new iTerm2 tab, and launches Claude Code with the issue context and appropriate skill.
# One-shot status
rocket-fuel status
# Live dashboard (in the dashboard tab)
watch -n 30 rocket-fuel status
# View the project board
rocket-fuel project board
The Integrator brings tabs to the foreground when the Visionary's attention is needed:
rocket-fuel surface worker-42 "CI failing — needs your eyes"
This switches the active iTerm2 tab and sends a macOS notification.
# Remove completed workers (worktrees + windows)
rocket-fuel reap
# Tear down the entire session
rocket-fuel down
Issues are routed to skills based on labels:
| Label | Skill | Approach |
|---|---|---|
workflow:tdd | /tdd | RED → GREEN → REFACTOR |
workflow:bug-fix | /bug-fix | Failing test first |
workflow:epc | /epc | Explore → Plan → Code |
workflow:issue-scope | /issue-scope | Break down into sub-issues |
| (no label) | /epc | Default |
make setup # Configure git hooks
make build # Build binary
make test # Run tests (with race detector)
make test-integration # Run integration tests (needs tmux)
make lint # golangci-lint
make fmt # Format code
make all # fmt + lint + test + build
Inspired by gastown (Steve Yegge's multi-agent workspace manager) but philosophically opposite — compose existing tools rather than building a platform. See docs/gastown-lessons.md.
npx claudepluginhub drdanmaggs/rocket-fuel --plugin rocket-fuelSubagents and hooks for TTAL multi-agent orchestration
Multi-agent orchestration for Claude Code. 12 specialized agents working in parallel — planning, building, reviewing, debugging. Plus a Hub for always-alive multi-project sessions controllable from Telegram or Slack.
Portable Development System — AI-assisted development methodology with skills for consistency and agents for scale.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Long-running agent harness with 5-layer memory architecture, GitHub integration, autonomous batch processing, Agent Teams with ATDD, 9 hooks (safety, quality gates, team coordination), and 6 Agent Skills