A healthcare data platform under HIPAA requirements. The thickest compliance floor in the series (7 rules with 3 enforcement blocks), a CRO override with domain-specific enforcement, tighter pace thresholds, and a seeded compliance proposal to interact with.
setup.sh to pre-seed state for a richer starting experience04-compliance-heavy/
├── .claude/
│ ├── agents/
│ │ ├── backend-specialist.md # PHI-handling specialist (extends harness)
│ │ └── security-reviewer.md # Reviews every change (extends harness)
│ └── overrides/
│ └── cro.md # HIPAA-focused CRO override
├── floors/
│ └── compliance.md # 7 rules + 3 enforcement blocks (HIPAA-oriented)
├── fleet-config.json # Tight thresholds, retro every item, floors config
├── ops/
│ ├── checks/
│ │ └── verify-audit-log.sh # Custom enforcement script (audit log integrity)
│ └── deploy.sh # Deploy stub with PHI checks
└── setup.sh # Seeds a compliance proposal
ops/test-example.sh 04-compliance-heavy
# cd into the worktree, open Claude Code
/po
/compliance — See the seeded proposal from setup.sh and run it through review/audit — Run a compliance audit to see the auditor verify conformanceYou should be comfortable with 03-multi-team before this example. This example focuses on compliance depth, not team breadth.