From a12cca62fa4e63ee7b2fb6b955600789e6dedf63 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Thu, 2 Jul 2026 11:28:42 +0100 Subject: [PATCH] wayfinder: use placeholders in Handoff example, drop no-op MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cut the "(trailing name orients you; it's ignored on paste)" gloss — a # comment is self-evident. Replace the arbitrary "Briefing pipeline" map name and specific ticket names with / placeholders, consistent with the surrounding / style so nothing reads as a real referent. Co-Authored-By: Claude Opus 4.8 (1M context) --- skills/in-progress/wayfinder/SKILL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/skills/in-progress/wayfinder/SKILL.md b/skills/in-progress/wayfinder/SKILL.md index 3790a28..7f1b8b3 100644 --- a/skills/in-progress/wayfinder/SKILL.md +++ b/skills/in-progress/wayfinder/SKILL.md @@ -108,7 +108,7 @@ 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. -> **Next steps** — *Briefing pipeline*: 3 tickets unblocked. Clear the context, then open fresh sessions. +> **Next steps** — **: 3 tickets unblocked. Clear the context, then open fresh sessions. > > **One session** — resolves the next unblocked ticket: > @@ -116,12 +116,12 @@ End every session with a **Next steps** block the user can copy-paste. Two cases > Invoke /wayfinder with the map . > ``` > -> **Parallel** — paste one line per window, up to all 3 (trailing name orients you; it's ignored on paste): +> **Parallel** — paste one line per window, up to all 3: > > ``` -> Invoke /wayfinder with the map , ticket . # Reciprocity filter -> Invoke /wayfinder with the map , ticket . # TTS chunking -> Invoke /wayfinder with the map , ticket . # Voice selection +> Invoke /wayfinder with the map , ticket . # +> Invoke /wayfinder with the map , ticket . # +> Invoke /wayfinder with the map , ticket . # > ``` **No open tickets remain.** The fog is pushed back far enough that the way to the goal is clear — the map is done. (The initial grilling may also surface no fog at all, in which case there was never a map to chart.) Recommend implementing directly, or using `/to-prd` to schedule a multi-session implementation.