Worktree Isolation

Isolate non-trivial work in a sibling git worktree using `basicly worktree`, covering sibling placement on a harness branch, dependency + git-hook provisioning, and safe cleanup. Use when starting a unit of work that should not touch the main checkout, when parallel tracks would collide, or when deciding whether a change needs its own worktree.

niksavis 70a572d 5.1 KB Updated

File contents

niksavis/basicly/tree/main/.agents/skills/worktree-isolation commit 70a572ded0

Frequently asked questions

npx skillmds@latest add niksavis/worktree-isolation