What problem does it solve? Large efforts often exceed what a single agent session can hold, leaving the path from idea to destination unclear. This Skill charts that path as a shared map of decision tickets under plans/, resolving them one at a time until the way forward is fully specified. ## Core Features & Use Cases - Map-based planning: Creates a plans/<effort-slug>/map.md index with Destination, Notes, Decisions-so-far, fog (Not yet specified), and Out of scope sections. - Decision tickets: Tracks work as numbered markdown tickets with Type (grilling, research, prototype, task), Status, and Blocked-by dependency wiring, claimed before work to support concurrent sessions. - HITL/AFK ticket routing: Distinguishes human-in-the-loop tickets (grilling, prototype) from agent-alone work (research), firing research tickets as parallel subagents. - Use Case: You have a vague, multi-week migration idea. Invoke the Skill to grill the destination into focus, chart a map of sharp decision tickets, then work the frontier one ticket per session until the map hands off cleanly to spec-writing and implementation. ## Quick Start Ask the agent to use the wayfinder skill to chart a map for your loosely defined project idea, or point it at an existing plans/<effort>/map.md to work the next open ticket.