Breaking the Linear Workflow
Developers often struggle with context switching when blocked on a code review or a slow CI build. Git stashing works, but it's fragile.
The Git Worktree Approach
With git worktree, you can checkout multiple branches in separate directories. When paired with AI coding agents like Claude Code, this becomes a superpower.
I can have Claude Code running tests and refactoring in one worktree, while I manually debug an urgent issue in another worktree. This enables true multi-processing for an individual engineer.
This is a placeholder post.