Supervised Org Plan workflow
Use an Org Plan when work benefits from ordered milestones, explicit skill selection, current evidence, incremental review, and a conventional commit per accepted milestone.
Plan shape
Top-level headings are L1 milestones. Each L1 contains smaller L2 tasks and has exactly one skill assignment and a durable review status. The active executor works only inside the current milestone.
L1 — User-visible outcome
├── L2 — Implement bounded behavior
├── L2 — Test the observable contract
└── L2 — Produce review evidence2
3
4
Lifecycle
- The director creates or opens the plan and projects its ordered state.
- One fresh executor loads context mode plus the L1's declared skills.
- The executor implements and tests, keeping large output outside chat.
- The director independently inspects the result and evidence.
- Rejected work returns to the same executor; accepted work gets one commit.
- A fresh executor starts the next L1.
- Final acceptance requires a current full-suite pass and intended scope.
What you see
Updates are deliberately short, for example:
L1 2/5 — Validate release metadata: in reviewYou are asked for input only when a material requirement is ambiguous or a prerequisite is unavailable—not for routine internal review decisions.
Continuity and names
supervision-start activates Mobile supervision when the compatible controller is available. An incomplete plan never ends merely because an executor reports, becomes idle, errors, is interrupted, or a checkpoint is accepted: the root continues work, follows up the same executor, reviews/corrects, starts the next L1, or uses one of the explicit wait, attention, or manual-Off dispositions.
The agent list uses exact positional identities: the root is l0, and the executor for an L1 is l# — <current L1 title>, with the title shown once. Roles, nicknames, the plan title, and generated labels never replace or extend those names. An interrupted or older physical replacement retains the same positional identity and remains visible with its lifecycle state.
When a native plan is enough
Use a lightweight native plan for short, low-risk work that does not need durable review state or milestone commits. Org Plan is a governance boundary, not a requirement for every task.