Create isolated git worktrees for parallel or risky implementation work. TRIGGER before Implement phase when: (1) task has HIGH risk and must not contaminate the main workspace, (2) dispatching-parallel-agents requires each agent an independent directory, or (3) user requests parallel feature branches.
$npx -y skills add listener-he/java-harness-agent --skill using-git-worktreesInstalls into the current project.
Run `npx skills use "https://github.com/listener-he/java-harness-agent" --skill "listener-he/java-harness-agent/using-git-worktrees"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/listener-he/java-harness-agent" that are relevant to the current task. Run `npx skills add "https://github.com/listener-he/java-harness-agent"` and select the relevant skills, then follow their instructions.