worktree-setup
Installation
SKILL.md
Worktree Setup
Create an isolated git worktree with a feature branch for PACT workflows. This provides filesystem isolation so multiple features or sub-scopes can run in parallel without interference.
When to Use
- Starting a new feature workflow (
/PACT:orchestrate,/PACT:comPACT) - ATOMIZE phase creating sub-scope isolation
- Manually isolating work for a feature branch
Process
Follow these steps in order. Stop and report any errors to the user.
Step 1: Check for Existing Worktree
Before creating anything, check if a worktree already exists for this branch.