What problem does it solve? Parallel development streams and experiments often collide in a single working tree, causing branch conflicts and lost work. This Skill creates and manages isolated git worktrees so multiple agents or developers can work simultaneously without touching the main working tree. ## Core Features & Use Cases - Worktree Creation: Creates isolated workspaces under .claude/worktrees/ with rune/-prefixed branches, capped at 3 active worktrees. - Safe Cleanup: Removes worktrees only after checking for uncommitted changes and unmerged branches, with optional force mode and stale worktree pruning. - Listing & Reporting: Lists active rune/* worktrees and emits a structured Worktree Report with status per workspace. - Use Case: A team skill spins up two parallel feature streams; this Skill creates rune/stream-a and rune/stream-b worktrees, then cleans them up after merge without risking uncommitted agent work. ## Quick Start Ask the agent to create an isolated worktree named auth-feature so you can develop it in parallel without affecting the main working tree.