What problem does it solve?
This skill helps teams and developers isolate feature work by automatically creating and managing dedicated Git worktrees, preventing accidental changes to the main workspace and enabling parallel development without branch switching.
Core Features & Use Cases
- Directory selection and safety verification: prioritizes existing worktree directories, respects .gitignore settings, and validates safety before creating a new worktree.
- Project-aware setup: detects the current project name and establishes a structured workspace layout for multiple branches.
- Workflow guardrails: enforces consistent steps for creating, using, and pruning worktrees, reducing risk of accidental commits to the wrong scope.
- Use cases include starting feature development in isolation, performing experiments on separate branches, and maintaining clean baselines for testing.
Quick Start
Create an isolated worktree for your current feature branch and start developing without touching the main workspace.