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
| Order | Guide | What you will do |
|---|---|---|
| 0 | Coro plan mode | Shape a run brief in conversational intake on New Run, pick a workflow lane, override the model per session, and dispatch. |
| 1 | Team setup | Provision a shared tenant intelligence repo, point every developer at it, coordinate webhooks, and surface cost usage. |
| 2 | Tenant overlay | Choose localDir vs gitRemote, structure agents/, workflows/, memory/, and skills; understand append vs replace. |
| 3 | Repo overlay | Add a per-repository .coro/ layer for repository-specific workflows and memory. |
| 4 | Customize an agent | Override agents/*.md at tenant or repo with last-wins semantics. |
| 5 | Add a skill | Author .claude/skills/<name>/SKILL.md with frontmatter and invocation patterns. |
| 6 | Manage memory | Work with memory/*.md, add_insight, and the memory-curator workflow. |
| 7 | Review proposals | Review propose_change pull requests safely before merging. |
| 8 | Webhooks | Configure SCM and tracker webhooks, HMAC verification, and solo polling. |
| 9 | Run a campaign | Follow child jobs, dependencies, and coro campaign controls. |
| 10 | Switch lanes | Use FAST, STANDARD, and DEEP workflows with switch_workflow. |
| 11 | Configure guardrails | Tune PR and self-improvement policies in the dashboard and config. |
| 12 | Claude Code auth | Prefer dashboard OAuth vs API keys for the Anthropic executor. |
| 13 | Hybrid mode | Pair the local runner with the cloud control plane for teams. |
| 14 | Observability | Wire Loki and Tempo for loki_query, tempo_get_trace, and tempo_search. |
| 15 | Bring-your-own MCP | Attach external MCP servers via mcpServers and Claude Code inheritance. |
| 16 | Cookbook | Copy-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.