About
This skill enables Claude to manage multiple development branches simultaneously by creating isolated workspaces using Git worktrees. It follows a systematic directory selection process, ensures all project-local worktrees are correctly ignored by version control to prevent repository pollution, and automatically initializes the environment by detecting project types like Node.js, Rust, Python, or Go. By running baseline tests before work begins, it provides a reliable, clean starting point for feature implementation without disrupting your primary workspace or requiring complex stashing workflows.