What problem does it solve?
This skill helps teams start feature work in isolation by creating Git worktrees and choosing directories safely, avoiding disruption to the main workspace.
Core Features & Use Cases
- Directory selection priority: preference order is .worktrees, then worktrees, then CLAUDE.md; if none is found, the skill will prompt for a location.
- Safety verification: verifies whether the worktree directory is ignored in .gitignore and updates it if necessary to prevent accidental commits of worktree contents.
- Automated workspace setup: creates the worktree for the target branch, changes into it, and runs project setup steps (npm install, cargo build, pip install, etc.) as detected by the project files.
- Use case: start a new feature branch in isolation to implement changes without touching the main branch, and verify a clean baseline before integration.
Quick Start
To begin, ask the skill to create an isolated worktree for your feature branch and follow the prompts; after creation, rely on the detected project files to run the appropriate setup commands.