Plugin Claude Code
Plugin marketplace listing 1 plugin: dream-team.
Plugin Claude Code
Plugin marketplace listing 1 plugin: dream-team.
Plugin Claude Code
Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams.
Instructions file
Instructions for Ratler/dream-team, covering claude.md, what this is, commands, run all tests and run a single test.
Agent
Use this agent for design decisions, architectural analysis, solution proposals, and structural recommendations. Read-only — produces designs, not code.
Agent
Use this agent when code needs to be written, files created, or features implemented. Executes ONE task at a time with full read/write access. Uses TDD. Follows specs exactly.
Agent
Use this agent for systematic debugging. Reproduces issues, forms hypotheses, investigates root causes, applies targeted fixes, and verifies resolution. Interactive and methodical — understand it before fixing it.
Agent
Use this agent after all code is written to produce and update project documentation. Reviews changes against the spec's Documentation Requirements section and writes README updates, changelog entries, API docs, and inline comments for complex logic. Read-write — modifies documentation files only.
Agent
Use this agent for branch integration in delegated mode. Merges builder worktree branches back into the feature branch with tiered conflict resolution. Dispatched by the orchestrator after builder completion and review approval.
Agent
Use this agent for codebase exploration, documentation research, pattern investigation, and gathering context. Read-only — cannot write or edit files.
Agent
Use this agent for qualitative code review against specs and coding standards. Categorizes issues by severity. Read-only — cannot modify files.
Agent
Use this agent for fast, cheap pre-build reconnaissance. Scans file structures, identifies patterns and conventions, reports gotchas. Read-only — haiku model for cost efficiency. Dispatched by the orchestrator before builders on complex tasks.
Agent
Use this agent for proactive security auditing of code changes. Works through a structured 7-category checklist on every review. Read-only — cannot modify files.
Agent
Use this agent for independent adversarial testing, integration tests spanning multiple components, and security/boundary testing. Writes test files only — cannot modify source code. Complements builder TDD by testing from the spec (not the implementation) and targeting edge cases builders miss.
Agent
Use this agent for final mechanical verification. Runs validation commands, checks acceptance criteria, produces pass/fail report. Read-only.
Command
Execute an implementation plan — reads a spec file, detects mode from frontmatter, runs the appropriate strategy.
Command
Systematic debugging — reproduce the issue, investigate root cause, apply targeted fix, verify resolution.
Command
Start here — brainstorm and plan a new feature or task through interactive conversation.
Command
Show build progress for a spec.
Command
Write a delegated execution spec from the current brainstorming session.
Command
Write a sequential execution spec from the current brainstorming session.
Command
Write a team execution spec from the current brainstorming session.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session_start.js via node. From Ratler/dream-team.
Hook
Runs before the agent uses a tool for Skill, Agent and Task tool calls, executing preflight_team_check.js and block_nested_agent.js via node (2 commands). From Ratler/dream-team.
Hook
Runs when a task is marked completed, executing validate_task_completed.js via node. From Ratler/dream-team.