From d4464920ff5c5a164d0f6b8c1a0a4a994f75c949 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 66dcbdac..bda6d32f 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