Create a lane
Choose the source
Start from the primary branch, an existing branch, or another lane when creating stacked work.
Attach an existing worktree
If you already created a Git worktree outside ADE, attach it from the lane actions. ADE tracks the lane but does not move the directory.Rename, archive, or delete
| Action | Use it when |
|---|---|
| Rename | The task name is unclear. This changes ADE metadata, not necessarily the Git branch name. |
| Archive | The work may be useful later but should leave the active list. |
| Delete | The worktree is no longer needed. Commit or stash anything important first. |
Good cleanup habits
- Archive stalled experiments instead of keeping every lane active.
- Delete lanes after their PRs merge and follow-up work is complete.
- Keep lane names tied to outcomes, not model names.
- Use History if you need to find what happened in a deleted or archived lane.