What problem does it solve?
This Skill removes the friction and risk of starting feature work in a shared checkout by creating an isolated Git worktree with the right branch and location.
Core Features & Use Cases
- Smart Directory Selection: Chooses an existing
.worktrees/ or worktrees/ directory when present, otherwise checks project guidance before asking the user.
- Safety Verification: Ensures project-local worktree directories are ignored by Git before creating anything that could pollute the repository.
- Baseline Validation: Sets up dependencies and runs the project’s tests so you know the workspace is ready before implementation begins.
- Use Case: Start a new feature branch without disturbing your current changes, then confirm the workspace is clean and ready to code.
Quick Start
Use the using-git-worktrees skill to create an isolated worktree for my current feature and confirm it is safe, set up, and ready to use.