概要
This skill automates the creation and management of isolated Git worktrees, allowing developers and AI agents to work on multiple branches simultaneously without workspace pollution. It intelligently selects storage locations (project-local or global), ensures worktrees are properly ignored by Git to prevent repository pollution, automatically detects and installs project dependencies for Node.js, Rust, Python, and Go, and verifies a clean starting state through baseline test execution. It is an essential utility for maintaining workflow isolation and reliability during complex implementation tasks.