概要
This skill enables Claude to efficiently manage parallel development branches by leveraging Git worktrees. It automates the process of creating isolated workspaces, ensuring that project-local worktree directories are correctly ignored by Git to prevent repository pollution. The skill handles automatic environment setup—detecting Node.js, Rust, Python, or Go projects—and runs baseline tests to ensure a clean starting point before feature implementation begins, allowing developers to switch contexts without stashing or losing progress.