The minimum useful Venutian Antfarm setup. One generalist specialist, three compliance rules, and a deploy stub. Complete enough to run a work item through the full lifecycle.
01-getting-started/
├── .claude/agents/
│ └── developer.md # Self-contained generalist specialist
├── floors/
│ └── compliance.md # 3 rules: secrets, testing, plan-before-build
├── fleet-config.json # Minimal config: 1 specialist, 1 env, Crawl
└── ops/
└── deploy.sh # Deploy stub
# From the framework root
ops/test-example.sh 01-getting-started
# Then follow the printed instructions to cd into the worktree
# Open Claude Code and run:
/po
/po — See the PO status overview. The fleet is alive.ops/dora.sh — See your first metrics after completing the itemOnce you’re comfortable with the lifecycle, move to 02-ecommerce to learn about multiple specialists and agent inheritance.