panel-plan-loop
panel-plan-loop
Iterates a written plan through multiple rounds of independent panel review,
editing the plan between rounds, until it stops attracting significant concerns.
Built on top of panel-plan: each round is one invocation of that skill (a
fresh, no-shared-state panel that reads the plan + the repo it targets and
returns synthesized findings + open questions). This skill owns everything a
single pass does not — the loop, the triage of which fixes to apply vs. raise,
the plan edits, the cross-round log, and the convergence decision.
Division of labor. panel-plan reviews and reports (read-only). This skill
acts on those reports: it edits the plan and decides when to stop. Keeping the
review primitive dumb and read-only is what lets the panel stay genuinely
independent each round — the memory lives here, in the coordinator, never in the
panelists.