bondarewicz/dreamteam

5 stars · Last commit 2026-06-10

Seven legends. One coach. Zero groupthink. Your agents coordinate, challenge each other, and surface the hard calls - every checkpoint, every ship decision stays with you. You're head coach.

README preview

# Dream Team

Source of truth for all Claude Code agents and commands. Install once, use everywhere.

## What's in the box

**7 agents**, each with a matching `/command`, plus a `/team` orchestrator and `/code-review` for automated PR reviews.

| Agent | Command | Persona | Role | Model | Tools |
|-------|---------|---------|------|-------|-------|
| **bird** | `/bird` | Larry Bird | Domain Authority & Final Arbiter | `claude-opus-4-8` | Read, Grep, Glob, Bash |
| **mj** | `/mj` | Michael Jordan | Strategic Systems Architect | `claude-opus-4-8` | + WebFetch, WebSearch, Context7, Honeycomb |
| **shaq** | `/shaq` | Shaquille O'Neal | Primary Code Executor | `claude-sonnet-4-6` | All except Task |
| **kobe** | `/kobe` | Kobe Bryant | Quality & Risk Enforcer | `claude-opus-4-8` | + Edit |
| **pippen** | `/pippen` | Scottie Pippen | Stability, Integration & Defense | `claude-opus-4-8` | Read, Grep, Glob, Bash, Honeycomb |
| **magic** | `/magic` | Magic Johnson | Context Synthesizer & Team Glue | `claude-sonnet-4-6` | + Write, Edit |
| **drexler** | `/drexler` | Clyde "The Glide" Drexler | Deletion-Bias Enforcer | `claude-sonnet-4-6` | Read, Grep, Glob, Bash |

Coach K (the orchestrator) runs on `claude-opus-4-7`. All agents are pinned to specific model builds rather than floating aliases so eval baselines stay reproducible across versions. Kobe and Magic carry `memory: user` and learn across sessions.

View full repository on GitHub →