Progressive examples that teach the Venutian Antfarm framework from first setup to operational maturity. Each example is self-contained and introduces one or two new concepts.
| Example | Focus | Specialists | Compliance Rules | Enforcement Blocks | Floors | Pace | Setup Hook |
|---|---|---|---|---|---|---|---|
| 01-getting-started | Full lifecycle, minimum config | 1 (developer) | 3 | 0 | compliance | Crawl | — |
| 02-ecommerce | Multi-specialist, inheritance | 2 (frontend + backend) | 5 | 0 | compliance | Crawl | — |
| 03-multi-team | Review gates, enforcement intro | 2 + 1 reviewer | 4 | 2 | compliance | Crawl | — |
| 04-compliance-heavy | Regulated domain, thick floor | 1 + 1 reviewer | 7 | 3 | compliance | Crawl | Seeds proposals |
| 05-operational-maturity | Mature fleet, multi-floor | 3 (frontend + backend + e2e) | 5+2 | 4 | compliance + behavioral | Walk | Seeds metrics, compiles floors |
# Set up an isolated test environment (git worktree)
ops/test-example.sh <example-name>
# Follow the printed instructions to cd into the worktree
# Open Claude Code and run /po
# Clean up when done
ops/test-example.sh --cleanup <example-name>
Testing happens in isolated git worktrees — your framework repo is never modified.