parallel_worktree - Parallel Worktree Management for Multi-AI Session Collaboration
Defines criteria for safely running multiple AI sessions on the same repository using git worktree.
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create worktrees for sessions
- assign dedicated branches
- manage naming conventions
- prevent file conflicts
- merge small changes early
Inputs
- git repository
- issue tasks
- AI session contexts
Outputs
- separated worktree directories
- isolated git branches
- PR-ready changes
Requirements
- git worktree support
- git environment
- repository access
