What problem does it solve?
This Skill helps you start feature work in a clean, isolated Git worktree so you can change code without disturbing the current workspace or risking branch conflicts.
Core Features & Use Cases
- Smart directory selection: Chooses an existing worktree location first, then checks project preferences, and only asks the user when no convention is available.
- Safety verification: Confirms project-local worktree directories are ignored before creation to prevent accidental tracking in Git.
- Baseline readiness: Creates the worktree, switches the agent into it, installs dependencies, and verifies the project passes its baseline tests.
- Use case: Use this when you are about to implement a feature, run an isolated review, or launch parallel development tasks that must stay separate from the main workspace.
Quick Start
Tell the assistant to create an isolated git worktree for this repository, verify it is ignored, run the project setup, and confirm the baseline tests pass before starting implementation.