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 ADE?
ADE (Agentic Development Environment) is a macOS desktop application that lets you run multiple AI coding agents against the same repository without losing control. Each task gets its own isolated workspace (a lane), agents stay context-aware through durable packs, and ADE watches for merge conflicts before they become cleanup work. ADE is not another AI code editor. It is the orchestration layer that sits between you and your agents — whether they run through Claude, Codex, Cursor, or any other tool.Who is ADE for?
Solo developers
Run 3–5 agents in parallel across different features. Ship a full day’s work in an hour.
Small teams
Share lane templates, automation rules, and AI budgets through a committed
ade.yaml. Each developer keeps their own API keys and preferences locally.Agent power users
Orchestrate multi-step missions with planning, validation, and cost tracking. Use the CTO agent to delegate work to specialized workers automatically.
How ADE works
You define the work
Describe what you want built — a feature, a fix, a refactor. ADE handles the rest.
ADE creates isolated lanes
Each task gets its own git worktree. Agents never block each other or step on shared files.
AI agents execute in parallel
Claude, Codex, Cursor, or any configured provider works simultaneously across lanes.
The app at a glance
ADE’s sidebar mirrors this documentation. Each tab in the app has a matching section in the App Guide:| App tab | What it does | Docs |
|---|---|---|
| Run | Start your dev stack, manage processes, run tests | Run → |
| Lanes | Create and manage isolated workspaces | Lanes → |
| Chat | Talk to AI agents scoped to a lane, mission, or the CTO | Chat → |
| Work | Terminal sessions with transcripts and checkpoints | Terminals → |
| Files | Monaco editor with lane-scoped file trees and diffs | Files → |
| Graph | Visual topology of lanes, branches, PRs, and conflicts | Graph → |
| PRs | GitHub PR management with stacked PR support | PRs → |
| History | Timeline of all operations, sessions, and checkpoints | History → |
| Automations | Trigger-driven AI rules for PR review, testing, and more | Automations → |
| Missions | Structured multi-step AI execution with audit trails | Missions → |
| CTO | Always-on project agent with memory, workers, and Linear sync | CTO → |
| Settings | AI providers, integrations, permissions, budgets | Settings → |
Start here
Install and set up
Download ADE, connect a provider, and open your first project. Takes about 5 minutes.
Learn the concepts
Understand lanes, packs, missions, the CTO, and how they fit together before diving in.
Follow the quickstart
A checklist that walks you from install to your first working agent in one session.
Explore the app guide
Jump straight into the feature documentation organized by app tab.