firehose> #llmops

Skills v1.1: Wayfinder, the SDLC flow, and naming the artifact right

TL;DR

Matt Pocock's v1.1 skills release turns a planning-heavy skill collection into a full software development lifecycle and introduces Wayfinder, its highest-value new idea: when a plan is too big for one agent session and wrapped in fog (the route to the destination isn't visible yet), you don't grill-and-spec in one sitting — you chart a persisted shared map of typed, session-sized investigation tickets on the repo's issue tracker and resolve them one at a time until the route is clear, then convert the map into a spec. Each ticket is typed by how the unknown resolves — Research (AFK), Prototype (HITL), Grilling (HITL, the default), or Task — and by whether a human must be present (HITL vs AFK), with blocking edges so no decision is made before its prerequisite. The rest of the release is refinement of the same author's existing system: the two flow skills are renamed /to-prd → /to-spec and /to-issues → /to-tickets (a breaking change he frames as good friction because the old names were wrong — a "PRD" was leaking non-PRD content, and "issues" was tracker-biased); a deliberately tiny /implement skill is added to name the main flow end-to-end (grill/wayfinder → to-spec → to-tickets → implement → code-review); /code-review gains Martin Fowler's named refactoring smells as leading words that trigger the agent's priors; grilling gets a confirmation gate and a facts-vs-decisions distinction to stop it running past the human or grilling itself; and TDD is demoted to reference-only (red-green, refactor moved out to code-review). Everything is illustrated by the actual on-screen SKILL.md files.

Concepts introduced

Held, not dropped (touched but not yet their own page):

Key claims

Why this builds on the existing graph

This capture is the same author (Matt Pocock) iterating on the skill system already documented in the vault — Leading Words, Step Isolation, Minimal Skill Surface, Spec-Driven Development, and Agent Task Graph all trace to his prior videos. So the dominant stance is builds_on/refines, with genuine novel extensions:

No contradicts stance: nothing here is in tension with an existing vault claim.

Illustrated walkthrough

Visual coverage is low confidence (sampler audit): the largest un-illustrated stretch is ~91 s, concentrated in the 120–247 s window (frames only at 120 s, 180 s, 247 s) covering the grilling-fix narration and the run-up to the SDLC flow. Slide or terminal changes in those gaps were not sampled — absence of a frame there is not evidence of a static screen. The walkthrough below is keyed to frames I could read.


Linked from