From cebcda7d68e587e3b12cddf2325c2cd813178c59 Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Tue, 7 Apr 2026 10:32:31 -0700 Subject: [PATCH] feat: add multi-repo worktree guidance (#710) --- skills/using-git-worktrees/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/using-git-worktrees/SKILL.md b/skills/using-git-worktrees/SKILL.md index df9a0b9a..29faaab2 100644 --- a/skills/using-git-worktrees/SKILL.md +++ b/skills/using-git-worktrees/SKILL.md @@ -168,6 +168,7 @@ Ready to implement | Permission error on create | Sandbox fallback, work in place | | Tests fail during baseline | Report failures + ask | | No package.json/Cargo.toml | Skip dependency install | +| Plan touches multiple repos | Create a worktree in each repo (same Step 0→1a→1b flow, matching branch names) | ## Common Mistakes