# Using Git Worktrees

> Isolate feature work in a git worktree

**Subcategory:** Git  
**License:** MIT  
**Source:** https://github.com/obra/superpowers/blob/main/skills/using-git-worktrees/SKILL.md

---

## When it is useful

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

## The Catch

Isolate via worktree. No-op if you ignore it and stay on the dirty branch.
