Dream Team plugin - assemble and dispatch teams of Claude Code agents
npx claudepluginhub drbscl/dream-teamAssemble and orchestrate teams of Claude Code agents to solve complex tasks through a 5-phase workflow: Scope → Team-Plan → Assemble → Train → Execute
Assemble your dream team of Claude Code agents to solve complex tasks through a systematic 5-phase workflow.
Dream Team is a Claude Code plugin that orchestrates teams of specialized agents to tackle complex development tasks. It automatically analyzes your project, identifies talent gaps, discovers and assembles the right agents and skills, and then coordinates them to execute your task.
Dream Team requires Claude Code's experimental agent teams feature for parallel agent coordination.
Add to your .claude/settings.json:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
Or set the environment variable:
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
Without this enabled, Dream Team will fall back to sequential subagent execution (slower, less parallel).
Dream Team is distributed through a custom marketplace. Add it to Claude Code:
# Add the marketplace
claude plugin marketplace add drbscl/dream-team
# Install the plugin
claude plugin install dream-team@dream-team-marketplace
Or interactively within Claude Code:
/plugin marketplace add drbscl/dream-team
/plugin install dream-team@dream-team-marketplace
git clone https://github.com/drbscl/dream-team.git
claude --plugin-dir ./dream-team
/dream-team [your task description]
/dream-team Refactor the authentication module to use JWT tokens with refresh token rotation
/dream-team Add comprehensive test coverage for the payment processing API
/dream-team Optimize the database queries for the analytics dashboard
/dream-team Create a new microservice for user notifications
IMPORTANT SECURITY WARNING
DO NOT run with --dangerously-skip-permissions during the assembly phase!
External agents and skills from third-party sources may contain:
CRITICAL: Popularity or install count does NOT mean something is safe. A widely-used agent could still contain vulnerabilities or malicious code. You must review every resource yourself before approving it.
Review Before Installing
Use Minimal Permissions
--dangerously-skip-permissions right awayThe workflow includes 3 mandatory approval points:
Before installing external resources, you'll see:
You choose which to install.
Before creating custom agents/skills, you'll see:
.claude/agents/, .claude/skills/)You approve, modify, or skip each one.
Before spawning the team, you'll see:
You confirm before execution begins.
The plugin analyzes your project:
.claude/ configurationThe plugin identifies gaps:
If gaps exist, the plugin searches:
Resources are ranked by relevance and popularity.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.