Worktree

Use the instant a slice is about to be implemented and needs its own isolated, clean-baseline workspace — BEFORE any code is written. Detects existing isolation first (never double-nests, never fights the harness), prefers a native worktree tool over raw `git worktree add`, installs deps, and proves the test baseline is green so new failures are distinguishable from old ones. If you are about to run `git worktree add` without checking whether you are already isolated or a native tool exists, or about to start implementing without a verified-clean baseline — STOP and use this.

celestialdust f2548fc 11.9 KB Updated

File contents

celestialdust/achilles-skills/tree/main/skills/worktree commit f2548fcaac

Frequently asked questions

npx skillmds@latest add celestialdust/worktree