What problem does it solve? Large efforts often exceed what a single agent session can hold, leaving the path from idea to destination unclear. Wayfinder breaks such work into a shared map of decision tasks stored in the project's tasks/ directory, so each session resolves one decision at a time until the route is clear. ## Core Features & Use Cases - Map charting: Names the destination, runs breadth-first grilling to surface open decisions, and creates a spec task plus decision tasks with dependency wiring. - Typed decision tasks: Supports Research (AFK subagent), Prototype, Grilling, and manual Task types, each claimed via orch task start and resolved one per session. - Fog of war tracking: Records not-yet-specifiable questions in a Not yet specified section and graduates them into tasks as the frontier advances, while out-of-scope work is explicitly ruled out. - Use Case: You need to plan a data-structure migration too big for one session. Invoke wayfinder to chart the destination, create decision tasks for schema choices and rollback strategy, then work through them one at a time across sessions. ## Quick Start Ask the agent to use the wayfinder skill to chart a map for your large effort, naming the destination and the first decisions you can already see.