Manages isolated Git worktrees for safe, parallel feature development without branch switching overhead.
This skill automates the creation and management of Git worktrees, enabling developers to work on multiple branches simultaneously in separate directories while sharing the same repository. It follows a systematic workflow that includes intelligent directory selection, mandatory safety verification to ensure worktrees are ignored by Git, and automatic environment setup for Node.js, Rust, Python, and Go. By establishing a clean baseline through automated testing before implementation begins, it ensures a reliable and isolated development environment for every task.