关于
This skill streamlines the process of using Git worktrees to maintain isolated environments for concurrent feature branches. It handles intelligent directory selection based on project conventions, performs mandatory safety checks to ensure worktree directories are properly excluded via .gitignore, and automates dependency installation across multiple languages including Node.js, Rust, Python, and Go. By verifying the baseline state with automated testing before work begins, it ensures a reliable and clean starting point for complex implementation plans without the need for branch switching or stashing.