What problem does it solve?
This Skill eliminates the risk of workspace conflicts and the hassle of constant branch switching when working on multiple features, bug fixes, or experimental changes in a Git repository at the same time.
Core Features & Use Cases
- Smart Directory Selection: Automatically detects existing worktree storage directories, follows project conventions from CLAUDE.md, or prompts you for your preferred location to maintain consistency.
- Safety Verification: Confirms worktree directories are ignored by Git to prevent accidental commits of isolated workspace files to the repository.
- Automated Project Setup: Detects your project's tech stack and runs the appropriate dependency installation and baseline test commands to ensure a clean starting state.
- Use Case: When starting a new authentication feature for a Python project, the skill will create an isolated worktree, run pip install, and verify all tests pass before you begin coding.
Quick Start
Ask the AI to set up an isolated git worktree for your new feature branch to start working without disrupting your current workspace.