DREAMTEAMEST. 2026
PG. 01 / 06
VOL. II · One agent team · Any model provider

The Dream Team. Any model.

Seven legends. One coach. Zero groupthink.

Put any agent on any provider — Claude, Codex, Gemini, or Ollama — for both evals and live /team sessions, each on your own subscription. No metered API, ever.

And every agent is graded against a domain corpus — not vibed: schema-enforced output, an LLM judge, a regression gate. The scores are public.

They coordinate, challenge each other, and surface the hard calls — every checkpoint stays with you. You're head coach.

$ bun add -g @bondarewicz/dreamteam
View on npm
§ 01 — THE ROSTER

Meet the
starting seven.

Each agent on its own model — Claude, Codex, Gemini or Ollama, your pick per agent — with restricted tools and a single job. No generalists, no overlap.

33
SMALL FORWARD
Larry Bird · #33

bird

Domain Authority & Final Arbiter. Defines what correct looks like before anyone writes a line of code.

“Is this correct?”

Cmd
/bird
Model
claude-opus-4-8
Tools
read-only
Turns
50
23
SHOOTING GUARD
Michael Jordan · #23

mj

Strategic Systems Architect. Designs clean boundaries, anticipates second-order effects, diagnoses latency at altitude.

“How should we build this?”

Cmd
/mj
Model
claude-opus-4-8
Tools
+ web
Turns
50
34
CENTER
Shaquille O'Neal · #34

shaq

Primary Code Executor. Turns specs into production-ready code with tests, on a plan you approved.

“Build it.”

Cmd
/shaq
Model
claude-sonnet-4-6
Tools
full
Turns
100
24
SHOOTING GUARD
Kobe Bryant · #24

kobe

Quality & Risk Enforcer. Hunts edge cases, race conditions, and hidden assumptions. Can fix critical bugs directly.

“What could break?”

Cmd
/kobe
Model
claude-opus-4-8
Tools
+ edit
Turns
50
33
SMALL FORWARD
Scottie Pippen · #33

pippen

Stability, Integration & Defense. Covers the seams others don't see — observability, operational readiness, the 3 a.m. shift.

“Will it stay working?”

Cmd
/pippen
Model
claude-opus-4-8
Tools
read-only
Turns
50
32
POINT GUARD
Magic Johnson · #32

magic

Context Synthesizer & Team Glue. Curates handoff briefs, writes ADRs, captures retros. Keeps the team aligned.

“Summarize everything.”

Cmd
/magic
Model
claude-sonnet-4-6
Tools
+ write
Turns
50
22
SMALL FORWARD
Clyde "The Glide" Drexler · #22

drexler

Deletion-Bias Enforcer. Searches the repo for existing utilities before accepting new ones. Keeps the diff lean.

"Can this be smaller?"

Cmd
/drexler
Model
claude-sonnet-4-6
Tools
read-only
Turns
30
AC
ASSISTANT COACH · NOT YOUR REPLACEMENT
Mike Krzyzewski · On Chuck Daly's bench

coach k

The orchestrator — working for you, not instead of you. On the '92 Dream Team, Krzyzewski was an assistant to head coach Chuck Daly. Same deal here: Coach K routes the right specialist, curates context per handoff, enforces checkpoints, and surfaces every non-trivial decision back to you, the head coach. No agent ever commits, pushes, merges, or ships. Every call that matters is yours to make.

“You're head coach Chuck Daly. I just run the bench.”

Cmd
/team
Modes
3
Agents
1 → 7
Final say
you
§ 02 — THE PLAYBOOK

How /team
runs the floor.

One command. Three modes. Spec-driven — you author the intake, each agent writes their artifact, Magic synthesises the final spec. Coach K runs the handoffs and hands every ship decision back to you. And any agent can run on any provider — pin an agent to Codex, Gemini or Ollama and Coach K delegates its turn to that provider's own CLI, then folds the result back into the same checkpoint loop. Implementation agents get a real plan→approve→write gate per provider. No proxy, no metered API.

I

Quick Fix

Subagents · in-session · low-cost

Bug fixes, small features, focused changes. Spec-driven: you author intake, Bird sets criteria, Shaq implements, Kobe and Drexler review in parallel, Magic synthesises the final spec. You sign it off. Inside one Claude Code session.

you (intake)
Bird
Shaq
Kobe + Drexler
Magic
you sign off
> /team fix the double-charge bug in checkout
[Coach K] Taking it. Lining up Bird first to pin acceptance criteria on the payment rules…
II

PR Review

Parallel subagents · local output only

Three reviewers hit the diff at once. Coach K fetches PR data with read-only gh, fans out to Bird, MJ, and Kobe, synthesizes the verdicts, and writes docs/PR-NN-review.md. Nothing is ever posted to GitHub — you decide what to say.

Coach K
Bird
MJ
Kobe
→ local file
→ you post the review
> /team review PR 427
[Coach K] Pulling diff. Fanning out to Bird + MJ + Kobe in parallel…
III

Full Team

Agent Teams · 7 parallel sessions · checkpointed

New features, architecture changes, multi-file work. Seven independent sessions, fully spec-driven (SDD). You author the intake — that is the contract. Each agent writes their own artifact under docs/spec-<topic>/: Bird's domain.md, MJ's architecture.md, Pippen's operations.md, Drexler's scope.md, Kobe's review.md. Magic consolidates them — normalising terminology, flagging contradictions — into spec.md inside the same folder, so the whole feature lives in one place. You sign it off. Every phase checkpoints to disk.

0 you (intake)
1 Bird ⇄ MJ
2 Magic brief
you approve
3 Shaq
4 Kobe + Pippen + Drexler
5 Magic spec
you sign off
> /team build a real-time notifications service
[Coach K] Big one. Spawning Bird + MJ in parallel sessions. Checkpoint in ~6 minutes…
§ 03 — THE FILM ROOM

Watch
the tape.

Two eval engines in one local workbench. Grade your agents against capability scenarios — on any provider (--provider claude|codex|gemini|ollama, the judge stays constant) so you can A/B the same agent across models — and grade the sessions you actually ran against a Safety-gated rubric, then calibrate the judge itself. No auth, no cloud.

localhost:3000/evals/live
LIVE RUN #042 · bird
20 scenarios · 03:42 elapsed · trials × 3
# Scenario Score
01 escalation-ambiguous-spec 0.94
02 bounded-context-mapping 0.88
03 business-rule-conflict 0.91
04 stakeholder-validation 0.87
05 pricing-edge-timezones
06 · compliance-fallback
07 · saga-compensation-rules
08 · idempotency-semantics
04 / 20 complete avg pass@3 · 0.90
§ 04 — THE INSTALLATION

Install once.
Play everywhere.

One command from npm. Your MCP servers survive the offseason.

01

Install the CLI & provision

$ bun add -g @bondarewicz/dreamteam
$ dreamteam install

install backs up existing files, then syncs agents, commands, scripts, and MCP servers into ~/.claude/.

02

Check providers, restart Claude Code

$ dreamteam doctor   # claude / codex / gemini / ollama

doctor reports reachability + auth per provider. A fresh Claude Code session picks up every agent and command.

03

Call a play

$ claude
> /team build a discount engine for bulk orders
§ 05 — BY DESIGN

Built-in
creative tension.

You vs Agents
Intent  ·  Artifacts
Bird vs MJ
Correctness  ·  Elegance
Kobe vs Shaq
Quality  ·  Speed
Drexler vs Shaq
Deletion  ·  Addition
Coach K vs The Roster
Shipping  ·  Perfection

No team wins on harmony alone. The agents disagree on purpose.

Coach K surfaces the conflict — then you, the head coach, decide.

Your intake is the contract; no agent overrides it.

§ 06 — FINAL BUZZER

Lace up.

Dreamteam is free, MIT-licensed, and shipping.

Install it from npm, run the installer,

and let the team go to work.