What problem does it solve? Large, ambiguous efforts exceed what a single agent session can hold, leaving decisions scattered across chat history and blocking progress. Wayfinder charts the route to a destination as a shared map of decision tickets on the repo's issue tracker, resolving them one at a time until the way is clear. ## Core Features & Use Cases - Map as Index: Creates a single map issue (labelled wayfinder:map) holding the destination, notes, decisions-so-far, fog of war, and out-of-scope sections, with tickets as child issues. - Typed Decision Tickets: Classifies tickets as research (AFK), prototype (HITL), grilling (HITL), or task, each sized to one agent session and claimed via assignment to prevent concurrent-session conflicts. - Frontier Tracking: Uses the tracker's native blocking relationships so open, unblocked, unclaimed tickets form a visible frontier; resolving a ticket graduates fog into new tickets. - Use Case: A team faces a vague data-structure migration too big for one session. Wayfinder names the destination, fans out the open decisions breadth-first, creates research and grilling tickets, and works them one per session until the migration plan is fully decided. ## Quick Start Ask your AI assistant to chart a wayfinder map for a loosely defined effort, naming the destination and the first decisions to resolve.