1. Connect Linear
Authenticate
Click Connect Linear and authorize ADE with your Linear workspace. ADE requests read/write access to issues, projects, and labels.
2. Configure the CTO Agent
Navigate to CTO in the sidebar to access the CTO agent’s settings and chat interface.Set the CTO model
In CTO Settings, select which AI model the CTO uses. A capable model (Claude Sonnet or Opus) is recommended for triage and planning tasks.
Configure Linear sync behavior
- Sync interval — how often the CTO checks for new issues (default: 5 minutes)
- Issue filters — which issue states, labels, or priorities to include
- Auto-triage — whether the CTO should automatically triage new issues or wait for your instruction
3. Triage Incoming Issues
When new issues arrive in Linear, the CTO can triage them:- Read the issue — the CTO reads the title, description, and any comments
- Assess complexity — estimates effort and identifies which parts of the codebase are involved
- Propose a plan — suggests whether the issue should be a mission, a single-lane task, or deferred
- Assign priority — updates the Linear issue with a recommended priority if auto-triage is enabled
4. Delegate to Worker Agents
When the CTO decides to act on an issue, it:Creates a lane
The CTO spawns a new lane for the issue, named after the Linear issue ID (e.g.,
linear/ENG-142).Spawns a worker
A worker agent is launched in the new lane with context from the issue, the project pack, and any relevant code references.
5. Status Syncing
As work progresses, ADE keeps Linear updated:| ADE event | Linear update |
|---|---|
| Worker starts | Issue moves to In Progress |
| PR opened | Issue linked to the PR, comment added |
| Mission completed | Issue moves to Done, summary comment added |
| Worker failed | Issue flagged with a comment describing the failure |
| Intervention needed | Issue comment requesting human input |
6. Review and Close
When a worker or mission completes:- The CTO posts a summary comment on the Linear issue with links to the PR and any artifacts
- The issue status is updated based on the outcome
- You can review the work in ADE’s Mission or History views, then close the issue in Linear
Tips
- Start with Ask first mode until you trust the CTO’s triage judgment. Switch to Auto-delegate once the CTO has enough project memory to make good decisions.
- Use Linear labels to control routing — for example, label issues
ai-eligibleand filter the CTO to only triage those. - The CTO’s project memory improves over time. Brief it on your architecture and conventions early; it will produce better triage and delegation as it learns.
Next Steps
CTO Concepts
Understand the CTO’s role, memory system, and org chart model.
Your First Mission
Learn how missions work — the execution unit the CTO uses for complex issues.