using-git-worktrees - Set up isolated Git worktrees for feature work.
Ensures an isolated workspace exists via native tools or git worktree fallback before executing implementation plans.
Tags
Updated: 2026-09-17Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Detect existing workspace isolation
- Check git submodule status
- Create native worktree workspace
- Add fallback git worktree
- Verify directory ignore configuration
- Install project dependencies
- Execute baseline verification tests
Inputs
- Git repository state
- User worktree preferences
- Project configuration files
Outputs
- Isolated worktree directory
- Updated gitignore file
- Workspace baseline report
Requirements
- Git command line tool
- Project build tools
