.ade/ directory and launches the project setup wizard. This wizard matches what you see in the app at Settings → General → Open project setup — you can re-run it any time.
If you skip setup, ADE still works. You can configure everything later through Settings. The wizard is a fast path, not a gate.
Step 1: Dev tools
ADE checks that your development toolchain is ready.
If a tool is missing, ADE shows a direct link to install it. None of these checks block setup — you can proceed and install later.
Step 2: AI connections
Connect at least one AI provider so agents can run. ADE supports:API key providers
Anthropic (Claude), OpenAI (GPT/Codex), OpenRouter. Paste your key and ADE verifies the connection immediately.
CLI-based providers
Claude Code CLI (
claude), Codex CLI (codex), Cursor agent. ADE detects installed CLIs and checks their auth status.Step 3: Background helpers
Enable optional AI-powered background features:
These features use your configured AI provider and count toward your budget. Disable any you do not want.
Step 4: GitHub
Connect your GitHub account for PR management, CI status, and stacked PR workflows.1
Authenticate with GitHub
ADE uses a Personal Access Token (PAT) or GitHub CLI auth. If
gh is installed and authenticated, ADE detects it automatically.2
Select repository access
Confirm which repositories and organizations ADE can access.
3
Set default branch
ADE detects your default branch (
main or master) and uses it as the base for new lanes.GitHub is optional. ADE works fully without it — you just won’t have PR management, CI sync, or stacked PR features.
Step 6: Linear
Connect Linear for bidirectional issue tracking between ADE and your Linear workspace.
When connected, the CTO agent can read Linear issues, update status, and create new issues. Workers can link to Linear issues for full traceability.
After setup
Once you finish (or skip) the wizard, ADE takes you to the Run tab. From here you can:Create your first lane
Fork a task into its own isolated worktree.
Start your first agent
Use chat for a quick task or launch a worker run for structured execution.
Set up managed processes
Configure your dev stack so ADE can start everything with one button.
Fine-tune settings
Adjust AI models, budgets, permissions, and notification preferences.
Re-running setup
You can re-run the onboarding wizard at any time:- Settings → General → Open project setup
- Or navigate directly to the onboarding route in the app