Skip to content

Plans, work requests & guides

Three kinds of input shape what a run does, in a strict order of authority.

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.

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 > description

If 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.