Team-B (Standard) - 5-agent team with simplified workflow
Executes a 5-agent sequential workflow for structured development tasks.
/plugin marketplace add ashchupliak/dream-team/plugin install dream-team@dream-team-marketplace5 agents | State tracking | No health checks
Best for: Normal development, standard features
| Agent | Role |
|---|---|
| analyst | Requirements, research, edge cases |
| architect | Design, APIs, data model, implementation plan |
| developer | Fullstack implementation |
| qa | Testing, security, code review |
| devops | Infrastructure, CI/CD, deployment |
DISCOVER → DESIGN → DO → VERIFY
│ │ │ │
analyst architect dev qa+devops
Sequential execution. Max 2 agents parallel in VERIFY.
Create .claude/team-state.md:
# TEAM STATE
## Task: [User request]
## Current: Phase 1
## Phase 1: DISCOVER - analyst - pending
## Phase 2: DESIGN - architect - pending
## Phase 3: DO - developer - pending
## Phase 4: VERIFY - qa - pending
## Recovery: Continue from Current Phase, DELEGATE to agents!
Ask: "Plan ready. Start Phase 1?"
Phase 1: DISCOVER
Launch: analyst
Task: "Analyze requirements for: [task]. Return requirements, edge cases."
Phase 2: DESIGN
Launch: architect
Task: "Design solution. Return architecture, API, implementation steps."
Phase 3: DO
Launch: developer
Task: "Implement architect's design. Commit after each change."
Phase 4: VERIFY
Launch: qa
Task: "Test and review. Run unit tests, check security."
Launch: devops (if needed)
Task: "Update infrastructure."
✓ COMPLETE
Phases: 4
Files: [list]
Tests: [pass/fail]
.claude/team-state.md## Current: Phase NCreate state file → Ask approval → Execute phases → Report