Plans, work requests & guides
Three kinds of input shape what a run does, in a strict order of authority.
Work request
Section titled “Work request”Every run starts from a work request — the task you give it: a prompt, a GitHub issue, a spec file, or a beads task. This is the what.
The Planner turns the work request into a plan (MASTER_PLAN.md) — the concrete steps the pipeline will follow. The Coordinator then breaks the plan into tracked beads (tasks) with dependencies, which the Implementers claim and close. If you already have a plan, you can supply it and skip the Planner.
Guides
Section titled “Guides”A guide is a normative reference document — a migration spec, an RFC, a compliance requirement — that you attach to a run. It is the highest-authority source:
guide > plan > descriptionIf the plan or the task description conflicts with the guide, the guide wins, and agents surface the conflict rather than silently picking a side. Guides are attached in the run launcher and apply to single, fleet, and workspace runs alike.