소개
This skill streamlines the process of working on multiple feature branches simultaneously by automating the setup of Git worktrees. It handles intelligent directory selection—supporting project-local and global locations—and enforces safety by ensuring paths are properly git-ignored to prevent accidental commits. Beyond just folder creation, the skill automatically detects project stacks (Node.js, Rust, Python, Go), installs necessary dependencies, and runs baseline tests to ensure your new workspace is stable and ready for immediate implementation.