Agent templates
These are the actual agent definitions that ship into your repo on ana init. Six markdown files, each defining a role, a model, and behavioral instructions.
Agents · 6Template path · .claude/agents/
Note
These are the same templates every user gets. Your project’s agents will have identical instructions — the project-specific behavior comes from context files and skills, not from agent customization. Model assignments are fully configurable via ana agents model.
Pipeline agents
The four agents that run in sequence during every pipeline cycle.
ana-buildopus[1m]Build agent
Builder. Implements spec, writes tests tagged to contract, produces build report.
ana-planopus[1m]Plan agent
Architect. Reads scope, writes spec + sealed contract.
ana-verifyopus[1m]Verify agent
Fault-finder. Independent verification against the sealed contract. Never reads the build report.
anaopus[1m]Think agent
Scoper, navigator, advisor. Understands intent, bounds scope, identifies tradeoffs.
System agents
Agents that run outside the pipeline — between cycles or during setup.