What problem does it solve? Large efforts often exceed what a single agent session can hold, leaving decisions scattered, context lost between sessions, and no shared record of what has been decided. This Skill charts such work as a map of decision tickets on the repo's issue tracker so the route to the destination stays visible across sessions. ## Core Features & Use Cases - Map-based planning: Creates a single map issue (labelled wayfinder:map) holding the destination, notes, decisions-so-far index, fog of war, and out-of-scope sections, with child issues as decision tickets. - Typed tickets with frontier tracking: Classifies tickets as research, prototype, grilling, or task (HITL or AFK), uses native tracker blocking to compute the frontier of takeable work, and claims tickets by assignment to avoid concurrent-session conflicts. - Discovery routing: Routes mid-effort findings through four ordered branches — external ownership, sub-ticket, new map, or not-yet-gradeable — with human confirmation before anything is created. - Use Case: You need to plan a data-structure migration too big for one session. Invoke the Skill to grill out the destination, create a map issue with the first decision tickets wired by blocking edges, then resolve one ticket per session until the way is clear. ## Quick Start Ask the agent to chart a map for your loosely defined effort, for example: use wayfinder to plan the authentication redesign as decision tickets on our issue tracker.