git-worktree-workflow
Installation
SKILL.md
Git Worktree Workflow
Manage multiple feature branches with isolated IDE sessions using git worktrees. Each worktree gets its own Cursor window with preserved session history.
Why Worktrees
Instead of switching branches in one directory, worktrees let you have multiple branches checked out simultaneously in separate folders:
- No stashing or context switching
- Session history preserved per feature
- Return to old sessions days/weeks later
- Each window shows only that feature's changes
Configuration
Config file: config.json (in this skill folder)