From a5c124ef9cfecc39636f426cc4ff956580d6ea10 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Thu, 2 Jul 2026 11:01:48 +0100 Subject: [PATCH] Made wayfinder model-invocable --- skills/in-progress/wayfinder/SKILL.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/skills/in-progress/wayfinder/SKILL.md b/skills/in-progress/wayfinder/SKILL.md index 158a731..17b356d 100644 --- a/skills/in-progress/wayfinder/SKILL.md +++ b/skills/in-progress/wayfinder/SKILL.md @@ -1,7 +1,6 @@ --- name: wayfinder description: Chart a route through a foggy problem — turn a loose idea into a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the goal is clear. -disable-model-invocation: true --- A loose idea has arrived — too big for one agent session, and wrapped in fog: the route from here to a plan isn't visible yet. This skill charts it as a **shared map** on the repo's issue tracker, then works its tickets one at a time. The map is domain-agnostic — engineering work, course content, whatever fits the shape. @@ -12,7 +11,7 @@ The map is a single issue on this repo's issue tracker, labelled `wayfinder:map` The map is an **index**, not a store. It lists the decisions made and points at the tickets that hold their detail; a decision lives in exactly one place — its ticket — so the map never restates it, only gists it and links. -**Where the map, its child tickets, blocking, and frontier queries physically live is tracker-specific.** Consult `docs/agents/issue-tracker.md` (the "Wayfinding operations" section) for how *this* repo expresses them. If that doc is absent, default to the local-markdown tracker. +**Where the map, its child tickets, blocking, and frontier queries physically live is tracker-specific.** Consult `docs/agents/issue-tracker.md` (the "Wayfinding operations" section) for how _this_ repo expresses them. If that doc is absent, default to the local-markdown tracker. ### The map body @@ -20,13 +19,17 @@ The whole map at low resolution, loaded once per session. Open tickets are **not ```markdown ## Notes + ## Decisions so far + -- []() — + +- [](link) — ## Fog + ``` @@ -36,6 +39,7 @@ Each ticket is a **child issue** of the map; the tracker's issue id is its ident ```markdown ## Question + ``` @@ -103,11 +107,13 @@ End every session with a **Next steps** block the user can copy-paste. Two cases > **Next steps** — 3 tickets unblocked. Clear the context, then open fresh sessions. > > **One session** — resolves the next unblocked ticket: +> > ``` > Invoke /wayfinder with the map . > ``` > > **Parallel** — paste one line per window, up to all 3: +> > ``` > Invoke /wayfinder with the map , ticket . > Invoke /wayfinder with the map , ticket .