radar

Wayfinder: decision orchestration before implementation

concept watch 26 July 2026

Wayfinder: decision orchestration before implementation

Bottom line: Sebastian should see this. Wayfinder is not another coding agent; it is a decision-resolution and context-management layer for large, ambiguous work. It turns one rough brief into a dependency-aware graph of research, grilling, and prototype tickets, then hands a decision-complete specification to isolated implementation agents. The design closely matches moyn's emerging multi-agent workflow, but the demo also exposes substantial operational friction around worktrees, local environments, permissions, completion detection, and context cost.

Source: Matt Pocock, “LIVE: The /wayfinder Demo”, 1:14:40, accessed 2026-07-26.
Transcript: YouTube English auto-captions retrieved through yt-dlp-compatible residential proxy; minor caption errors preserved below.

What Wayfinder is

Wayfinder evolves a single long “grill me” interview into an orchestrator for work that spans multiple planning and coding sessions. It accepts a rough conversational requirement, inspects the codebase and prior art, defines the destination and scope boundary, identifies the unresolved “frontier of decisions,” and creates a linked map of tickets. Each ticket is routed to the cheapest suitable mode: a human grilling session, autonomous research, a runnable prototype, or a blocked follow-up. [Source: video 00:28–02:35, 13:13–18:12]

The intended delivery chain is:

Wayfinder → to spec → to tickets → implement → code review → human review

Wayfinder tickets resolve uncertainty; implementation tickets later reify those decisions in code. Pocock explicitly separates disposable prototype work from production delivery: prototypes inform the specification, but the specification is what gets shipped. [Source: video 11:19–11:39, 1:00:51–1:01:03, 1:12:24–1:13:55]

How the demo works

Pocock starts with a deliberately loose request: extend his Course Video Manager with a low-friction short-form video creator and investigate publishing to TikTok and YouTube. Wayfinder explores the repository, asks about the data model and UX, incorporates an older Remotion implementation as prior art, and creates a parent GitHub issue plus nine decision subissues with blocking relationships. [Source: video 00:50–15:41]

Several sessions then run in parallel. Research agents investigate publishing APIs while interactive sessions resolve product and architecture choices. When words are insufficient—for navigation, recording, and editing interactions—Wayfinder raises the fidelity by generating runnable UI variants. Human feedback selects and iterates on those variants, and resolved findings are written back to tickets with links to deeper artifacts. [Source: video 17:01–23:11, 26:41–42:19]

The map can evolve during exploration: one decision ticket may spawn a new prototype or research ticket, close itself with findings, and unblock the next decision. The map offers orientation, tickets retain concise findings, and branches/worktrees hold detailed artifacts—progressive disclosure rather than one enormous prompt. [Source: video 32:39–37:23]

The demo ends with eight of nine decision tasks complete. Pocock shows a prior Wayfinder-derived specification that became six isolated implementation tasks and an approximately 5,000-line pull request, with one agent session per ticket and aggregate review afterward. [Source: video 1:06:49–1:10:41]

What is genuinely strong

Caveats visible in the demo

Recommended viewing points

Related