If you use Git worktrees, you probably know the pain. You're deep in your IDE, focused, and then you need to create a new worktree or switch to another one. So you open a terminal, type git worktree add, manually navigate to the new folder, open it in a new IDE window... and by the time you're set up, you've lost your flow.

I've been using...