What problem does it solve?
This Skill removes the risk and friction of starting feature work in a shared workspace by creating isolated git worktrees with predictable directory placement and safety checks to prevent accidental commits of worktree contents.
Core Features & Use Cases
- Smart Directory Selection: Prefers existing project-local directories (.worktrees or worktrees), honors AGENTS.md preferences, and asks the user when ambiguous.
- Safety Verification: Verifies project-local worktree directories are ignored, adds entries to .gitignore and commits when necessary to prevent accidental tracking.
- Bootstrap and Baseline Validation: Creates branch-based worktree paths, runs the project's setup command if discoverable, and executes baseline tests to ensure a clean starting point.
- Use Case: Create an isolated worktree for a long-running feature branch, install dependencies, and validate tests before beginning implementation to avoid polluting the main workspace.
Quick Start
Ask the skill to create an ignored project-local worktree named feature/auth, run the repository setup, and verify tests pass before starting implementation.