When I shared Vibe Coding tips before, I recommended everyone use git worktree, so you can open the same project in two instances. This is actually very simple. In the project root directory, just run this command once: git worktree add -b im-good-looking ../im-good-looking