What problem does it solve?
This skill enables safe, isolated development workflows by creating git worktrees — separate working directories that share the same repository but allow independent branching and development without affecting the main working directory.
Core Features & Use Cases
- Smart Directory Selection: Automatically suggests appropriate directory names based on branch names.
- Safety Verification: Validates that the target directory doesn't conflict with existing work.
- Isolated Environment: Creates completely separate working directories with their own file states.
- Branch Management: Handles branch creation and switching within worktrees.
- Cleanup Support: Provides guidance for proper worktree removal and cleanup.
- Use Case: Manage multiple features or experiments in parallel without polluting the main workspace.
Quick Start
Create a new worktree for a feature branch and start development in its dedicated directory.