Git Worktree Workflow

Manage isolated development sessions using git worktrees. Use when the user wants to work on a feature branch with isolated Cursor/IDE sessions, create a worktree for a ticket (e.g., "create worktree for PROJ-1234"), switch between features without stashing, preserve session history per feature, or manage multiple branches simultaneously. Triggers on "create worktree", "new worktree", "worktree for ticket", "isolated session", "feature branch session".

shmulc8 969e17d 6.6 KB Updated

File contents

shmulc8/skills/tree/main/git-worktree-workflow commit 969e17dad1

Frequently asked questions

npx skillmds@latest add shmulc8/git-worktree-workflow