Conductor plans. Approval before expensive Execute.
Multi-step work gets a structured scaffold: consumption estimates, parallelization map, agent picks, risks, and hard stop budgets. Execute waits until you approve.
Open conductor-plan →conductor = {
scaffold: "slices + verify",
estimate: "turns · context · cost",
parallel: "map · swarm verdict",
gate: "await approval",
stop: ".agentloop/stop.yaml"
}