Worktrees

Use when work is about to become commits and needs isolation first — check the tree state, then branch or cut a git worktree off a clean base (native EnterWorktree first, git fallback) so implement never runs on main. NOT what may run concurrently inside those workspaces (that is `parallel`), NOT the merge/cleanup after (that is `ship`).

ericrisco 4fa6b67 3 files · 22.8 KB Updated

File contents

ericrisco/rsc-harness/tree/main/skills/worktrees commit 4fa6b67f61

Frequently asked questions

npx skillmds@latest add ericrisco/worktrees