venutian-antfarm

Examples

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.

Which Example Should I Start With?

Progression

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

How to Test Any Example

# 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.