Team-C (Fast) - 3-agent lightweight team for quick iterations
Executes a 3-agent lightweight team for rapid bug fixes and small features.
/plugin marketplace add ashchupliak/dream-team/plugin install dream-team@dream-team-marketplace3 agents | Fast iterations | Minimal overhead
Best for: Quick fixes, small features, prototyping
| Agent | Role |
|---|---|
| analyst | Quick requirements check |
| developer | Implementation |
| qa | Testing and review |
ANALYZE → IMPLEMENT → VERIFY
│ │ │
analyst developer qa
Fast, sequential, no design phase.
Create .claude/team-state.md:
# TEAM STATE (Lightweight)
## Task: [User request]
## Current: Phase 1
## Phase 1: ANALYZE - analyst - pending
## Phase 2: IMPLEMENT - developer - pending
## Phase 3: VERIFY - qa - pending
Phase 1: ANALYZE (quick)
Launch: analyst
Task: "Quick analysis: [task]. Return key requirements and gotchas. Be brief."
Phase 2: IMPLEMENT
Launch: developer
Task: "Implement based on analyst notes. Keep it simple. Commit when done."
Phase 3: VERIFY
Launch: qa
Task: "Quick review and test. Flag any issues."
✓ DONE
Files: [list]
Status: [verified/needs-work]
For complex work → Use /team-a instead
Quick plan → Analyze → Implement → Verify → Done