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
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.
bun scripts/install.ts
Each agent on its own model, with restricted tools and a single job — no generalists, no overlap.
Domain Authority & Final Arbiter. Defines what correct looks like before anyone writes a line of code.
“Is this correct?”
Strategic Systems Architect. Designs clean boundaries, anticipates second-order effects, diagnoses latency at altitude.
“How should we build this?”
Primary Code Executor. Turns specs into production-ready code with tests, on a plan you approved.
“Build it.”
Quality & Risk Enforcer. Hunts edge cases, race conditions, and hidden assumptions. Can fix critical bugs directly.
“What could break?”
Stability, Integration & Defense. Covers the seams others don't see — observability, operational readiness, the 3 a.m. shift.
“Will it stay working?”
Context Synthesizer & Team Glue. Curates handoff briefs, writes ADRs, captures retros. Keeps the team aligned.
“Summarize everything.”
Deletion-Bias Enforcer. Searches the repo for existing utilities before accepting new ones. Keeps the diff lean.
"Can this be smaller?"
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.”
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.
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.
> /team fix the double-charge bug in checkout [Coach K] Taking it. Lining up Bird first to pin acceptance criteria on the payment rules…
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.
> /team review PR 427 [Coach K] Pulling diff. Fanning out to Bird + MJ + Kobe in parallel…
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.
> /team build a real-time notifications service [Coach K] Big one. Spawning Bird + MJ in parallel sessions. Checkpoint in ~6 minutes…
Two eval engines in one local workbench. Grade your agents against capability scenarios, and grade the sessions you actually ran against a Safety-gated rubric — then calibrate the judge itself. No auth, no cloud.
| # | 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 | — |
One command. The repo is the source of truth. Your MCP servers survive the offseason.
$ git clone https://github.com/bondarewicz/dreamteam $ cd dreamteam && bun scripts/install.ts
The installer backs up existing files,
then syncs agents, commands, scripts,
and MCP servers into
~/.claude/.
A fresh session picks up every agent, every command, every MCP server — ready to go.
$ claude > /team build a discount engine for bulk orders
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.
Dreamteam is free, open source, and shipping.
Star the repo, run the installer,
and let the team go to work.