The /wayfinder Skill: Navigating the “Fog of War” of Planning
- ID
- 16212
- Status
- summarized
- Published
- 21 Aug 2026, 4:59 AM
- Fetched
- 21 Aug 2026, 5:01 AM
- Provider
- Latent Space
- Category
- developer-ai
- Original URL
- https://www.latent.space/p/wayfinder-skill
- Source URL
- https://www.latent.space/feed
Summary
- Score
- 7.5
- Created
- 21 Aug 2026, 5:02 AM
- Tags
- Audience
- developersvibe_codersai_agent_users
What happened
Matt Pocock released /wayfinder, a skill that acts as an orchestrator layer for the planning stage of AI agent workflows, particularly for greenfield projects where the end state is unclear. It splits planning into multiple threads, handles prototyping and research, and consolidates everything into a central document so you can produce detailed specs to hand off to AFK (Away From Keyboard) agents for overnight execution.
Why it matters
If you're using AI agents for project work, the planning stage is typically the bottleneck where context window management becomes painful. /wayfinder automates session splitting and handoff management so you can produce richer specs without manually tracking tokens or thread depth — directly enabling longer unattended agent runs. Try it on your next greenfield project where you can't fully specify the end state upfront.
Discussion angle
How do you currently handle the planning-to-spec-to-ticket pipeline for AFK agents, and does an orchestrator like /wayfinder actually reduce your planning overhead or just add another layer to manage?