A two-specialist e-commerce setup demonstrating agent inheritance, overrides, and domain-specific compliance. This is the first example that uses extends: to inherit from harness templates.
extends: for specialists and overrides for core agents02-ecommerce/
├── .claude/
│ ├── agents/
│ │ ├── frontend-specialist.md # Extends harness template
│ │ └── backend-specialist.md # Extends harness template
│ └── overrides/
│ └── scrum-master.md # Retro cadence override
├── floors/
│ └── compliance.md # 5 rules (PCI, GDPR, audit)
├── fleet-config.json # 2 specialists, pathways, knowledge cadence
└── ops/
└── deploy.sh # Deploy stub
ops/test-example.sh 02-ecommerce
# cd into the worktree, open Claude Code
/po
/po — See the fleet with two specialistsextends: harness/frontend-specialist worksYou should be comfortable with 01-getting-started before this example.
Move to 03-multi-team to learn about review gates and cross-team pathways.