This skill should be used when the user:
- Wants to work on multiple branches simultaneously or in parallel
- Needs to start a new feature/task while preserving current work
- Asks about git worktree operations (create, remove, list, clean)
- Mentions "twig" commands (add, remove, clean, list, init)
- Wants to carry or move uncommitted changes to a new branch
- Wants to copy/sync changes between branches
- Needs to isolate work in a separate directory
- Asks about switching context without stashing
- Wants to clean up old/merged branches and their worktrees
- Says phrases like "new worktree", "create worktree", "branch off",
"work on something else", "start new work", "parallel work",
"separate workspace", "another branch"
Use this skill for ANY worktree-related operation, not just when
explicitly asking about twig.