worktree-handoff
Installation
SKILL.md
Worktree Handoff
Mission
Reproduce the current source worktree state onto a local target branch. If the user does not name a target branch, use develop.
The source worktree must look the same before and after the handoff. The handoff only changes the destination branch/worktree.
When To Use
- User wants current worktree changes moved onto another local branch.
- Untracked files must come along with tracked edits.
- The repo uses multiple worktrees and the target branch may already have one.