Git Worktrees
Installation
SKILL.md
Git Worktrees
Isolated development environments. Parallel work without branch switching. Clean separation.
Triggers
- Need to work on multiple features simultaneously
- Subagent work that modifies overlapping files
- Experimental changes that should not touch the main working directory
- Running tests on one branch while developing on another
- Agent isolation via
EnterWorktree/ExitWorktreetools