Documentation Index
Fetch the complete documentation index at: https://ade-app.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
What is the CTO Agent?
The CTO (Chief Technical Officer) is ADE’s persistent, project-scoped AI agent — always running in the background watching commits, monitoring lane status, tracking PR progress, and accumulating project understanding over time. Its system prompt includes a baked-in Memory Protocol (search before acting, save findings immediately), a Daily Context routine (check recent decisions and worker activity at each activation), and a Decision Framework (act autonomously when safe, escalate when risky). These protocols survive compaction.Always-On Awareness
Runs on a configurable heartbeat, checking for new commits, PR status changes, Linear issue updates, and stuck lanes — even when you are not looking.
Org Chart Model
The CTO sits at the top of an agent hierarchy. It spawns and coordinates specialized Worker agents (Employees) to handle specific tasks.
Bidirectional Linear Sync
Reads from and writes to Linear. Creates issues from code changes, updates issue status when PRs merge, and adds analysis comments automatically.
PR Convergence
Drives PRs to merge readiness autonomously — starts convergence rounds, monitors CI and review comments, and manages the full resolution loop via five dedicated operator tools.
Deep Memory
Maintains multi-scope persistent memory across
project, identity, daily-log, run, and runtime-thread scopes. The CTO remembers what happened yesterday.CTO vs. Regular Agents
Understanding how the CTO differs from the agents you spawn manually (in chat sessions or missions) helps you know when to use each.| CTO Agent | Regular / Worker Agent | |
|---|---|---|
| Lifecycle | Always on; persistent across sessions | Ephemeral; lives for one task or session |
| Scope | Entire project | Specific lane, task, or mission |
| Memory | Accumulates over weeks/months | Within the current session or run |
| Triggers | Heartbeat schedule + events + manual chat | Explicit user action or automation trigger |
| Authority | Can spawn lanes, create missions, delegate to workers, drive PR convergence | Operates within its assigned lane/context |
| Linear access | Full bidirectional sync (owner) | Read-only via ADE CLI tools, if granted |
| Primary UI | CTO tab | Lane terminal, Chat pane, Missions tab |
The Org Chart Model
The CTO implements an org chart model for AI work delegation.- A name and specialization prompt that defines their role and constraints
- An assigned lane (optional; some workers operate across lanes)
- A tool palette — a subset of ADE CLI tools they are permitted to use
- A budget limit — a token/cost cap enforced by the CTO
Explore CTO Features
Setting Up the CTO
Walk through onboarding, heartbeat configuration, and verifying the CTO is active.
CTO Memory
Understand multi-scope persistent memory, memory tiers, and the memory review surface.
Linear Integration
Connect Linear for bidirectional issue sync, status updates, and intelligent triage.
Workers & Budget
Hire workers, manage budgets, configure practical workflows, and troubleshoot issues.