Built-in sub-agents
| Agent | Model | Purpose |
|---|---|---|
explore | Haiku | Fast codebase exploration |
code | Sonnet | Isolated code implementation |
review | Sonnet | Code analysis and review |
deploy | Sonnet | Deployment orchestration |
research | Haiku | Context gathering |
When sub-agents are spawned
| Request pattern | Agent | Why |
|---|---|---|
| ”Build a new [feature]“ | code | Isolated implementation |
| ”Search for…” / “Find…” | explore | Fast codebase search |
| ”Check the code for…” | review | Code analysis |
| ”Deploy…” / “Release…” | deploy | Deployment orchestration |
| ”What does X do?” | research | Context gathering |
Custom agents
Define project-specific agents for specialized workflows:.veryfront/agents/docs.md
Frontmatter options
| Field | Description |
|---|---|
name | Display name |
description | Brief description |
model | AI model (haiku, sonnet) |
allowed-tools | Restrict available tools |
max-steps | Maximum execution steps |