What problem does it solve?
This skill eliminates the manual friction of setting up and naming git worktrees, ensuring that your development environment remains clean and synchronized with your active plans or branches.
Core Features & Use Cases
- Automated Naming: Derives worktree names from active plans or branch slugs to maintain consistent project structure.
- Environment Repair: Automatically detects and fixes git configuration issues like incorrect core.bare settings that often occur when switching between worktrees.
- Use Case: When you are ready to start a new feature, use this skill to instantly create a dedicated worktree directory that matches your current plan, preventing branch collisions and configuration drift.
Quick Start
Ask the assistant to enter a worktree for the current feature plan to automatically initialize the directory and configure the git environment.