Creates a new git worktree using the wt CLI and immediately switches your Claude session into it, so you're working in an isolated branch from the start. You can launch a session with `/wt-switch-create my-feature -- fix the parser` or mid-session to move work into a fresh branch. It handles the worktrunk sibling layout automatically and won't nest worktrees if you're already in one. The real utility is keeping exploratory work or risky changes in their own worktrees without mucking up your main directory. Requires the wt CLI installed and the WorktreeCreate hook configured. Cleanup is handled by separate exit commands that respect uncommitted changes.
npx skills add https://github.com/max-sixty/worktrunk --skill wt-switch-create