worktree
Installation
SKILL.md
/worktree — Isolated Work
Branch without fear. Experiment without risk. Nothing touches main until you say so.
Create an isolated git worktree for safe, parallel work. Changes stay in the worktree until you explicitly merge. If it goes wrong, remove it — main is untouched.
Usage
/worktree # Create worktree (auto-named)
/worktree <name> # Create named worktree
/worktree list # Show active worktrees
/worktree exit # Leave worktree, keep changes
/worktree exit --remove # Leave worktree, delete it
/worktree clean # Find and remove orphaned worktrees