| name | worktree |
|---|---|
| description | Create, manage, and clean up git worktrees for feature branches. Use when starting new work that requires a branch (features, fixes, refactors) or when cleaning up after a PR is merged. |
Worktrees isolate branch work in .worktrees/ subdirectories within the repo. Every non-trivial change uses a worktree + branch. Trivial changes (single-line typos, comment fixes) may go directly to main.