From 4334ff508ae8dd0e8fd394f921a2a40a90904369 Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Mon, 20 Jul 2026 03:06:04 -0700 Subject: [PATCH] sdd: persist plan constraints at setup for closed-plan dispatches --- skills/subagent-driven-development/SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skills/subagent-driven-development/SKILL.md b/skills/subagent-driven-development/SKILL.md index 151945ac..52102f81 100644 --- a/skills/subagent-driven-development/SKILL.md +++ b/skills/subagent-driven-development/SKILL.md @@ -133,6 +133,10 @@ a ledger file, not only in todos. plan's progress: leave it in place and start your own, fresh. - Create the ledger with its identity as the first line: `# SDD ledger — plan: `. +- During that same Setup read, copy the plan's Global Constraints section + verbatim into `/constraints.md`. Every dispatch's binding + constraint values paste from that file — the plan itself stays closed + after Setup, even across compaction. - The ledger is your recovery map: the commits it names exist in git even when your context no longer remembers creating them. After compaction, trust the ledger and `git log` over your own recollection.