shared-worktree
Installation
SKILL.md
Worker Worktree Skill
"Parallel development without conflicts – each agent works in their own worktree."
Verification Checklist
Before starting work:
- Worktree exists (
git worktree listshows your worktree) - In worktree directory (
pwdshows../{agent}-worktree) - On correct branch (
git branchshows{agent}-worktree) - Main branch merged (
git merge origin/maincompleted) - No merge conflicts (
git statusis clean) - Latest changes pulled (
git logshows recent main commits)