What problem does it solve? When a loose idea is too big for a single agent session, work stalls in ambiguity: nobody knows which decisions must be made, in what order, or what is already settled. Wayfinder turns that fog into a shared map of investigation tickets on the repo's issue tracker, so progress survives across sessions and contributors. ## Core Features & Use Cases - Map creation: Names the destination (a spec, decision, or authorized change), then creates a wayfinder:map issue with child tickets for each open question, wired with native blocking dependencies. - Ticket-driven resolution: Each ticket is typed (grilling, research, prototype, task) and marked HITL or AFK, claimed via assignment plus a timestamped claim comment, and resolved with a ## Resolution comment before closing. - Resumability and frontier tracking: State lives entirely on the tracker, so dead sessions are detected via stale claims and the frontier of unblocked, unclaimed tickets is always queryable. - Use Case: A team needs to decide the shape of a data migration. Wayfinder charts a map of grilling and research tickets on GitHub, and each agent session resolves exactly one ticket until the migration spec is fully decided. ## Quick Start Ask the agent to use wayfinder to chart your loosely defined project idea into a map of investigation tickets on the GitHub issue tracker.