Skip to content

Guides

These guides assume you understand the high-level architecture in /concepts/overview/ and how the runner resolves intelligence in /concepts/architecture/. For CLI details, see /reference/cli/ when available, or /contributing/local-setup/ for workstation setup.

All guides

OrderGuideWhat you will do
0Coro plan modeShape a run brief in conversational intake on New Run, pick a workflow lane, override the model per session, and dispatch.
1Team setupProvision a shared tenant intelligence repo, point every developer at it, coordinate webhooks, and surface cost usage.
2Tenant overlayChoose localDir vs gitRemote, structure agents/, workflows/, memory/, and skills; understand append vs replace.
3Repo overlayAdd a per-repository .coro/ layer for repository-specific workflows and memory.
4Customize an agentOverride agents/*.md at tenant or repo with last-wins semantics.
5Add a skillAuthor .claude/skills/<name>/SKILL.md with frontmatter and invocation patterns.
6Manage memoryWork with memory/*.md, add_insight, and the memory-curator workflow.
7Review proposalsReview propose_change pull requests safely before merging.
8WebhooksConfigure SCM and tracker webhooks, HMAC verification, and solo polling.
9Run a campaignFollow child jobs, dependencies, and coro campaign controls.
10Switch lanesUse FAST, STANDARD, and DEEP workflows with switch_workflow.
11Configure guardrailsTune PR and self-improvement policies in the dashboard and config.
12Claude Code authPrefer dashboard OAuth vs API keys for the Anthropic executor.
13Hybrid modePair the local runner with the cloud control plane for teams.
14ObservabilityWire Loki and Tempo for loki_query, tempo_get_trace, and tempo_search.
15Bring-your-own MCPAttach external MCP servers via mcpServers and Claude Code inheritance.
16CookbookCopy-paste patterns for common engineering tasks.

Start with Coro plan mode or Team setup depending on whether you are solo or onboarding a group; use Tenant overlay and Repo overlay when you are shaping intelligence; use the Cookbook when you already know the model and want recipes.