From a8c37a114f0a34d50b7c491b18320a84da771958 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Thu, 2 Jul 2026 13:41:51 +0100 Subject: [PATCH] wayfinder: recheck claims before showing the frontier in Handoff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a gate at the top of the Handoff section that rereads the session's assertions — the resolution answer, the appended Decisions-so-far line, and facts later tickets depend on — against the actual tracker state and linked assets, fixing whatever doesn't hold, before the Next steps block reveals the available sessions and new frontier. Co-Authored-By: Claude Opus 4.8 (1M context) --- skills/in-progress/wayfinder/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skills/in-progress/wayfinder/SKILL.md b/skills/in-progress/wayfinder/SKILL.md index 7f1b8b3..e2721ae 100644 --- a/skills/in-progress/wayfinder/SKILL.md +++ b/skills/in-progress/wayfinder/SKILL.md @@ -104,7 +104,9 @@ The user may run unblocked tickets in parallel, so expect other sessions to be e ## Handoff -End every session with a **Next steps** block the user can copy-paste. Two cases: +**Recheck your claims first.** Before you show the frontier, reread every assertion you're about to hand off — the resolution answer, the Decisions-so-far line you appended, any facts later tickets will depend on — against the actual tracker state and the assets you linked, and fix whatever doesn't hold. The available sessions and the new frontier the human is about to act on are only as sound as the claims underneath them. + +Then end every session with a **Next steps** block the user can copy-paste. Two cases: **Open tickets remain.** Query the map for the currently-unblocked children, then give two copy-paste options: a bare command for one session (you pick the next ticket), and one pinned command per unblocked ticket for running them in parallel. Paste one line per fresh window — opening one, some, or all of them.