From Wayfinder Maps
Plans large work across multiple agent sessions as a shared map of investigation tickets, resolving them one at a time until the route is clear.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wayfinder-maps:wayfinder-mapsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A loose idea has arrived — too big for one agent session, and wrapped in fog: the way from here to the **destination** isn't visible yet. Wayfinding is about finding that way, not charging at the destination. This skill charts the way as a **shared map**, then works its tickets one at a time until the route is clear.
A loose idea has arrived — too big for one agent session, and wrapped in fog: the way from here to the destination isn't visible yet. Wayfinding is about finding that way, not charging at the destination. This skill charts the way as a shared map, then works its tickets one at a time until the route is clear.
The destination varies per effort, and naming it is the first act of charting — it shapes every ticket. It might be a spec to hand off and iterate on, a decision to lock before planning starts, or a change made in place like a data-structure migration. The map is domain-agnostic — engineering work, course content, whatever fits the shape.
Wayfinder is planning by default: each ticket resolves a decision, and the map is done when the way is clear — nothing left to decide before someone goes and does the thing. The pull to just do the work is usually the signal you've reached the edge of the map and it's time to hand off. An effort can override this in its Notes — carrying execution into the map itself — but absent that, produce decisions, not deliverables.
Every map and ticket has a name — its title. In everything the human reads — narration, the map's Decisions-so-far — refer to it by that name, never by a bare id, number, or filename. A wall of 03, 04, 05 is illegible; names read at a glance. The id doesn't vanish — a name wraps its link — but it rides inside the name, never stands in for it.
The map is the canonical artifact. Its tickets hang off it, one per ticket.
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 tickets, blocking, claims, and frontier queries physically live is adapter-specific. Consult the adapter for this repo before writing anything. Absent one, default to the local-markdown adapter: TRACKER-MARKDOWN.md, which stores the map under .plan/ and states its own shapes, invariants, and verification checklist.
Two rules keep the index honest, because a map that has drifted misleads every session that trusts it, and it does so silently:
The whole map at low resolution, loaded once per session. Open tickets are not listed here — they are found by querying the adapter.
## Destination
<what reaching the end of this map looks like — the spec, decision, or change this effort is finding its way to. One or two lines; every session orients to it before choosing a ticket.>
## Notes
<domain; skills every session should consult; standing preferences for this effort>
## Decisions so far
<!-- the index — one line per resolved ticket: enough to judge relevance, then zoom the link for the detail the ticket holds -->
- [<resolved ticket title>](<link>) — <one-line gist of the answer>
## Not yet specified
<!-- see "Fog of war": in-scope fog you can't ticket yet; graduates as the frontier advances -->
## Out of scope
<!-- see "Out of scope": work ruled beyond the destination; closed, never graduates -->
A ticket's body is the question, sized to one fresh agent session.
A session claims a ticket, first, before any work, so concurrent sessions skip it. How a claim is expressed, and how a dead session's stale claim is told apart from live work, is the adapter's business.
Blocking is a ticket's list of the tickets it waits on. A ticket is unblocked when every ticket it lists is resolved; the frontier is the open, unblocked, unclaimed tickets — the edge of the known. Prefer an adapter whose blocking is native, because it renders the frontier visually in the tracker's own interface, and the human sees what's takeable without opening the map.
out_of_scope is closed, and closed is not resolved: it satisfies no blocking edge. A ticket blocked by an out-of-scope ticket therefore never unblocks — one of the two is mis-scoped, and you should say which.
The answer isn't part of the body as written — it is recorded on resolution. Assets created while resolving (research notes, prototype code) are saved in the repo and linked, not pasted in.
A resolved ticket sometimes rests on a premise that a later ticket destroys. Mark it and say what broke: record the ticket that broke it, and open its answer with a line saying so. The decision still stands — nobody has reopened it — but every session that reads the map can now see what it is standing on. A decision recorded as simply resolved reads as settled, and that is how a live problem gets laundered into a checkmark.
Every ticket is either HITL — human in the loop, worked with a human who speaks for themselves — or AFK, driven by the agent alone. A HITL ticket only resolves through that live exchange; the agent never stands in for the human's side of it (a grilling agent that answers its own questions has broken this).
research skill: investigate against primary sources and create a cited markdown summary as a linked asset. Use when knowledge outside the current working directory is required.prototype skill. Links the prototype as an asset. Use when "how should it look" or "how should it behave" is the key question.domain-modeling skill applied so terms and decisions are captured as they crystallise. The default case.The map is deliberately incomplete: don't chart what you can't yet see. Beyond the live tickets lies the fog of war — the dim view of decisions and investigations you can tell are coming but can't yet pin down, because they hang on questions still open. Resolving a ticket clears the fog ahead of it, graduating whatever's now specifiable into fresh tickets — one at a time, until the way to the destination is clear and no tickets remain.
The map's Not yet specified section is where that dim view is written down: the suspected question, the area to revisit later. It's the undiscovered frontier toward the destination — everything here is in scope, just not sharp enough to ticket. Write as loosely or as fully as the view allows; it doubles as a signpost for collaborators reading where the effort is headed.
Each patch carries a title and, where you know which open ticket will clear it, an anchor. A title names a question no live ticket holds; a question tracked both sharply and vaguely rots in its vague copy.
Fog or ticket? The test is whether you can state the question precisely now — not whether you can answer it now.
Not yet specified excludes what's already decided (Decisions so far), what's already a live ticket, and what's out of scope (the next section).
Fog only ever gathers toward the destination. The destination fixes the scope, so work beyond it is out of scope — it isn't fog, and it doesn't belong in Not yet specified. It gets its own Out of scope section on the map: work you've consciously ruled out of this effort. Scope, not sharpness, lands it here.
Out-of-scope work never graduates — the frontier stops at the destination — so it returns only if the destination is redrawn, and then as a fresh effort, not a resumption.
Ruling something out of scope is a scoping act, not a step on the route. When a ticket that already exists turns out to sit past the destination — mis-scoped in while charting, or exposed by a resolution — close it (a closed ticket is unambiguously off the frontier) and leave one line in the map's Out of scope section: the gist plus why it's out of scope, linking the closed ticket. It stays out of Decisions so far, which records the route actually walked — a scope boundary isn't a step on it. That is why out_of_scope is its own state and not a flavour of resolved: anything counting the decisions made would otherwise count a boundary as a step.
The Destination, the Notes, a ticket's Question, its Answer, and a decision's one-line gist in Decisions-so-far stay unstructured, permanently. They are lossy human summaries — nothing can derive them, and no field should try to hold them. Give the prose a schema and you have built a ticket tracker and thrown away the thing this skill is for.
Two modes. Either way, never resolve more than one ticket per session.
User invokes with a loose idea.
domain-modeling applied) to pin down what this map is finding its way to — the spec, decision, or change. The destination fixes the scope, so it's settled first.User invokes with a map. A ticket is optional — without one, you pick the next decision, not the user.
## Notes block names. If in doubt, grill (with domain-modeling applied).Whether two sessions may work the map at once is the adapter's to say. A tracker that allocates ids atomically can permit it; a directory of files generally cannot.
npx claudepluginhub rengwu/wayfinder-mapsPlans large, multi-session work by creating a map of decision tickets on your issue tracker, resolving each one until the path to the destination is clear.
Breaks down large, ambiguous work into a shared map of investigation tickets in an issue tracker, resolving one ticket at a time until the route is clear.
Turns a loose idea into a git-tracked map of investigation tickets and resolves them one per session. For work too fuzzy for a campaign but too big for a single intake item.