A SaaS platform with frontend, backend, and a security reviewer who gates deployments to staging and production. Demonstrates cross-team coordination and review gates.
ops/pathways.sh catches undeclared communication between agents03-multi-team/
├── .claude/
│ ├── agents/
│ │ ├── frontend-specialist.md # SaaS frontend (extends harness)
│ │ ├── backend-specialist.md # SaaS backend (extends harness)
│ │ └── security-reviewer.md # Gates staging/prod (extends harness)
│ └── overrides/
│ └── scrum-master.md # Retro cadence override
├── floors/
│ └── compliance.md # 5 rules + 2 enforcement blocks (secrets, metrics)
├── fleet-config.json # 2 specialists + 1 reviewer, cross-team pathways
└── ops/
└── deploy.sh # Three-env deploy stub
ops/test-example.sh 03-multi-team
# cd into the worktree, open Claude Code
/po
ops/pathways.sh — see declared vs actual agent communicationYou should be comfortable with 01-getting-started and 02-ecommerce before this example.