What problem does it solve? When working with multiple git worktrees, it is easy to lose track of which directory the session is operating in, risking edits in the wrong tree. This Skill moves the session's working context between the primary checkout and linked session worktrees in a deliberate, verified way. ## Core Features & Use Cases - Context Resolution: Resolves a target by root keyword, slug, branch, or path via pnpm run worktree:switch, refusing to guess on ambiguous matches. - Safety Gating: Surfaces done status and active-edit markers before entering, prompting for confirmation when another session may be editing the target. - Verified Handoff: Enters the target with EnterWorktree/ExitWorktree or cd, then proves the move with git rev-parse --show-toplevel before any further commands run. - Use Case: You ask to work in the feature-auth worktree; the Skill resolves it, warns that it is marked done, enters it, and confirms the new working root before you edit anything. ## Quick Start Ask the agent to run /switch with a worktree slug, branch, path, or root to move the session into that context.