What problem does it solve?
This Skill provides a Git worktree-based isolated development environment, allowing you to work on a detached copy without contaminating the current branch. It defines a safe directory selection order, validates .gitignore usage, auto-detects project settings, and performs a clean baseline check to ensure reliability.
Core Features & Use Cases
- Safe worktree creation that preserves the active branch by operating in an isolated copy.
- Automated environment setup including dependency installation and project-specific configuration detection.
- Baseline verification and decision prompts to decide whether to merge or discard worktrees after testing.
Quick Start
Initialize a new isolated worktree in your project and let the system automatically detect the project setup, create the worktree, install dependencies, and verify a clean baseline.