A comedic demo of Claude Code Agent Teams — a dysfunctional scrum team inspired by The Office runs a full sprint to build features for a kanban task tracker.
| Character | Role | Signature Move |
|---|---|---|
| Michael Scarn | Product Owner | Changes requirements mid-sprint after "shower thoughts" |
| Sergei Overthinkov | Architect | Proposes 12 microservices for a single HTML file |
| Chad "10x" Broseph | Tech Lead | Rewrites everyone's code with dramatic sighs |
| Tiffany Testcase | QA/Tester | Files P0 blocker: "button is 1px off" |
| Dave "Daily" Standupson | Scrum Master | Calls a meeting about why there are too many meetings |
| Junior McStackoverflow | Junior Dev | "It works on my machine!" |
- Claude Code CLI installed
- Agent Teams enabled (already configured in
.claude/settings.json)
cd scrap-team
claudeThen type:
/scrap-team
Watch the team run a full scrum sprint:
- Feature Brief — Michael writes a buzzword-filled brief
- Refinement — Dave facilitates while Sergei overengineers and Chad argues
- Sprint Planning — Dave creates and assigns tasks
- Development — Junior codes, Chad reviews, Sergei "guides", Michael changes requirements
- Testing — Tiffany finds impossible edge cases
- Sprint Review & Retro — Dave schedules a retro about the retro
index.html is a simple kanban task tracker (ScrApp Tracker) that the team adds features to during the sprint. Open it in a browser to see the result.
- Use
Shift+Downto cycle between teammates and watch their conversations - The team actually modifies
index.html— check the file after the sprint! - For split-pane mode (see all teammates at once), run inside tmux