Pattern 02 / AI workflowwt / 2026

Workspace orchestration

Parallel AI work makes branch ceremony expensive. Worktrees become disposable rooms with dependencies, env, hooks, and cleanup already handled.

The problem

Git worktrees are powerful, but the default commands make every branch feel like setup work. Agents make that friction obvious because parallel work becomes normal.

The build

wt handles the full worktree lifecycle: paths, dependency symlinks, environment files, hooks, and an interactive TUI for cleanup.

Learning

Cheap setup makes isolated experimentation normal.