firehose> #llmops

Map-First Planning

The planning move for a problem that is too big for one agent session and wrapped in fog — the destination is roughly known but the route to it isn't visible yet. Instead of trying to grill and spec the whole thing in one sitting (and blowing past the agent's "smart zone" or context window), you chart the effort as a persisted, shared map of session-sized tickets on the repo's issue tracker and resolve them one at a time until the way is clear, then convert the finished map into a spec in the normal way. The source's slogan is "finding the way, not charging at the destination" and its skill's section header is literally "Plan, don't do."

What distinguishes this from an ordinary Agent Task Graph is what gets decomposed: not the build work, but the unknowns — the open decisions and investigations that stand between a loose idea and a plan you can execute. Each is scoped to fit one agent session, so you close a session and open the next ticket without the anxiety of hand-managing context across a marathon planning run. Because the map lives in the issue tracker (GitHub issues + sub-issues with blocking edges), it is durable and collaborative — shareable across a team, resumable across sessions — where a single long grilling conversation is neither. The concrete instance in the source is Wayfinder, positioned in its own repo as a situational on-ramp that replaces grill-with-docs when the plan is large and foggy — not the default entry to every flow.

Claims


Linked from