What problem does it solve?
This Skill prevents feature work from interfering with your current branch by creating an isolated Git worktree for implementation, experimentation, or plan execution.
Core Features & Use Cases
- Isolation First: Detects whether you are already inside a linked worktree and avoids creating nested isolation when it is unnecessary.
- Tool-Aware Creation: Prefers a native worktree mechanism when available, then falls back to standard Git worktree creation only when needed.
- Setup and Verification: Automatically installs project dependencies when relevant and runs baseline tests so you can confirm the environment is ready before making changes.
- Use Case: Use it when you want to start a feature branch without touching your current workspace or when a task explicitly requires a separate development area.
Quick Start
Use this skill to create or verify an isolated Git worktree for the current project before starting implementation.