using-git-worktrees - Set up an isolated workspace using git worktrees.
Ensures an isolated workspace exists via native tools or git worktree fallback before starting feature work or executing implementation plans.
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Detect existing workspace isolation
- Create workspace using native tools
- Create worktree via git fallback
- Verify directory ignore status
- Install project dependencies
- Run baseline test suite
Inputs
- Git repository
- User worktree preference
- Project configuration files
Outputs
- Isolated worktree directory
- Updated .gitignore file
- Workspace status report
Requirements
- Git CLI tool
- Project language runtimes
