afk-exploration
AFK Exploration
The user has a rough idea — a new project, a feature in an existing one, or a bug fix — and is stepping away from the computer. Use that gap to research the idea, build a knowledge base they can return to, and stop short of writing the spec. The artifact must be useful enough that on returning the user can write the spec from it without redoing the upfront thinking.
This is the unattended counterpart to an interactive ideation session. There is no human to dialogue with mid-run; recorded assumptions replace clarifying questions.
Orchestrator role
The agent receiving the request becomes the orchestrator. The orchestrator does no first-hand research itself — it analyses the request, plans research angles, dispatches subagents in parallel, follows up each angle with three critique subagents and a per-angle synthesiser, and never reads notes back into its own context. This keeps the orchestrator's window clear so it can track the clock and coordinate the run end-to-end.
Anti-pattern: clarifying questions
The user is not at the keyboard. A clarifying question deadlocks the run. Instead:
- Make the most plausible assumption, write it explicitly into
00-brief.mdunderAssumptions, and proceed. - If an assumption is high-risk (picks the wrong stack, narrows scope significantly), surface it in the brief under
High-risk assumptionsso the user can resolve it on return — never mid-run.