create-dream-team
v1.3.0
Published
Install the AI Agent Dream Team into your Claude Code project — 27 agents, 10 commands, memory infrastructure, one command
Maintainers
Readme
create-dream-team
One command to install the AI Agent Dream Team into your Claude Code project.
Usage
npx create-dream-team # install
npx create-dream-team update # update plugin + merge new templates
npx create-dream-team uninstall # remove (keeps .claude/memory/ — your project's history)
npx create-dream-team uninstall --purge # remove everything, including memoryWhat it does
- Installs the dream-team Claude Code plugin — 29 agents + 10 slash commands
- Scaffolds memory infrastructure —
.claude/memory/with templates for VISION.md, PLAN.md, ARCHITECTURE.md, patterns, ADRs, error ledger, sessions - Creates CLAUDE.md — session bootstrap that loads context, ADRs, and patterns
- Sets up
.claude/rules/— for permanent pattern promotion - Prints recommended permissions — it never writes to
.claude/settings.json; granting tool permissions stays your decision
After install
# Start a new Claude Code session
claude
# Begin your first feature
/dream-team "I want to build..."The concierge will interview you, the strategy team will plan, dev agents will build in parallel worktrees, 7 verification gates will check everything, and the release manager will ship it.
Update
npx create-dream-team update pulls the latest plugin version (claude plugin update dream-team@dream-team-marketplace) and merges any new template files into .claude/memory/ — your existing files are never overwritten. Restart Claude Code to apply.
Uninstall
npx create-dream-team uninstall:
- Uninstalls the plugin and removes the marketplace registration
- Strips the Dream Team section from your
CLAUDE.md(deletes the file only if it contained nothing else) - Keeps
.claude/memory/and.claude/rules/by default — they hold your project's decisions, patterns, and history, which stay useful without the plugin. Add--purgeto delete those too.
Manual equivalent, no npx needed:
claude plugin uninstall dream-team@dream-team-marketplace
claude plugin marketplace remove dream-team-marketplaceRequirements
- Claude Code installed
- Git (for worktree isolation during builds)
- Node.js >= 16 (to run this installer)
License
MIT
