aico-worktree
Installation
SKILL.md
Git Worktree
Process
- Check existing directories:
.worktrees/orworktrees/ - Verify gitignored: MUST verify before creating
- Create worktree:
git worktree add <path> -b <branch> - Run project setup: Auto-detect (npm/pip/go/cargo)
- Verify baseline tests: Run tests, report status
Directory Selection
| Priority | Check |
|---|---|
| 1 | Existing .worktrees/ |
| 2 | Existing worktrees/ |
| 3 | Project config/docs |
| 4 | Ask user |