Work in lanes
Put each task in its own git worktree so agents do not collide with your main checkout or each other.
Talk to agents
Start lane-scoped chats with Claude, Codex, Cursor, or OpenCode and let agents edit, test, commit, and explain.
Review before merge
Use Files, PRs, Graph, and History to inspect diffs, CI, conflicts, proof, and session transcripts.
The usual loop
1
Open a repository
ADE creates local project state under
.ade/ and leaves your source tree under Git’s control.2
Create a lane for the task
A lane is an isolated branch and worktree. Use one lane per feature, fix, experiment, or PR.
3
Run an agent or a terminal
Ask for a targeted change in chat, launch an interactive shell, or hand larger coordination to the CTO and workers.
4
Inspect the result
Review changed files, terminal output, tests, PR state, and proof artifacts from one place.
5
Ship or split the work
Commit, push, create a PR, stack follow-up lanes, or ask another agent to continue in a separate lane.
App map
Quickstart
Follow the shortest path to a working agent.
Key concepts
Learn the product vocabulary before going deeper.