What problem does it solve?
Git worktrees enable isolated development spaces, allowing teams to work on features without altering the main working directory or polluting history. This skill helps you safely create and manage those worktrees with automatic directory selection and safety verification.
Core Features & Use Cases
- Automatic directory discovery and safe worktree creation with priority: .worktrees, worktrees, CLAUDE.md, or user prompt.
- Safety verification to ensure the worktree directory is ignored by git to prevent accidental commits of worktree contents.
- Auto-detection of project setup requirements (Node.js, Rust, Python, Go) and baseline test execution to validate a clean starting point.
- Real-world use case: start feature work on a new branch without altering the current working directory or polluting history.
Quick Start
Instruct the system to create an isolated git worktree for the current feature branch, with automatic directory selection and safety verification.