What problem does it solve? Large, ambiguous efforts often exceed what a single agent session can hold, leaving the path from idea to destination unclear. This Skill breaks such work into a shared map of decision tickets on the repo's issue tracker, resolving them one at a time until the route is clear. ## Core Features & Use Cases - Map-based planning: Creates a single map issue (labelled wayfinder:map) that indexes decisions, open questions, fog of war, and out-of-scope work. - Typed decision tickets: Supports research, prototype, grilling, and task ticket types, each resolved in its own session with blocking relationships and a visible frontier. - Concurrent-session safety: Claims tickets via assignment so parallel sessions never collide, and records resolutions as comments linked from the map. - Use Case: You need to plan a data-structure migration too big for one session. Invoke the skill to chart a map, spawn research subagents for open questions, and work through grilling and prototype tickets until every decision is made. ## Quick Start Ask the agent to use the wayfinder skill to chart a map for your loosely defined project idea on the issue tracker.