- Wayfinder
- A planning skill that orchestrates multiple AI question-and-answer sessions to chart a path from a vague idea to a finished spec, tracking each open decision as its own ticket. It degrades to a single grilling session when the work is small enough not to need a map.
- Grilling session
- An AI session whose job is to interrogate you about a decision until it is fully specified, rather than to write code. Wayfinder is described as this pattern scaled up across many sessions at once.
- Decision ticket vs implementation ticket
- A decision ticket is resolved only by making a choice, such as which schema attribute to use. An implementation ticket is resolved when that choice is actually written into the code. Wayfinder produces the first kind; a later tickets step produces the second.
- Spec
- A detailed written specification of what to build and why, assembled from resolved decisions before any implementation begins. Here it is the deliverable that gets handed to a separate implementation agent.
- Prototype (raising fidelity)
- A throwaway, often clickable UI generated mid-planning so you can react to something visual instead of debating in text. Used to answer 'what should it look like' questions quickly.
- Harness
- The software wrapped around a model that turns it into an agent, such as the coding tool that manages context, tools, and turns. Distinguished from the model itself and from the environment the agent acts in.
- Worktree
- A separate working copy of a git repository, letting you run several parallel branches of work at once. In the stream it is the source of most friction because each copy needs its own dependencies and environment set up.
- Audit gate (TikTok content posting)
- A platform requirement that every post from an unaudited app is forced private and locked behind mandated sharing-guidelines UI until the platform reviews and approves the app. It turns direct posting into a heavy compliance task.