cvg-build-loop
Orchestrate a monitored implementation loop where a worker implements the plan and independent code review with focused rechecks gates completion. Use when the…
Orchestrate a monitored planning loop where a planner drafts the plan and independent plan review with focused rechecks gates completion. Use when the user asks to create or revise a plan through supervised specialist sessions on Codex threads or Claude Code background agents.
$ npx -y skills add gomilesf/convergo --skill cvg-plan-loop --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cvg-plan-loopContext preview
The summary Claude sees to decide when to auto-load this skill.
Orchestrate a monitored planning loop where a planner drafts the plan and independent plan review with focused rechecks gates completion. Use when the user asks to create or revise a plan through supervised specialist sessions on Codex threads or Claude Code background agents.
name: cvg-plan-loop description: Orchestrate a monitored planning loop where a planner drafts the plan and independent plan review with focused rechecks gates completion. Use when the user asks to create or revise a plan through supervised specialist sessions on Codex threads or Claude Code background agents. argument-hint: "[planning goal, requirements path, behavior contract path, or planning prompt]"
Use this skill for plan-only cvg-multi-session orchestration.
Read `references/cvg-multi-session-protocol.md` once when entering the loop, then apply the protocol gates from `cvg-multi-session`:
Do not implement product code in this workflow.
Record:
Classify dirty files:
Spawn the planner as a real specialist session (Gate 0 spawn operation) and record the id returned by the tool. Verify it per Gate 1; if it is not verifiable, do not continue.
Planner prompt must include:
Do not restate the planning skill's process or paste broad repo rules, likely files, or local policy summaries unless they are the user's source authority.
Planner callback template:
I am the planner. My specialist id is <planner-id>. This planning round is complete. Plan path: <absolute path>. Key status: <brief>. Please decide the next step.
Complete the waiting handoff per Gate 3 and end the active turn.
After the planner callback is visible, spawn a new fresh reviewer specialist session and verify its id per Gate 1.
Reviewer prompt must include:
Do not paste the full planning prompt or all context documents when the plan links its authorities and the reviewer can read the worktree.
Reviewer callback template:
I am the fresh reviewer. My specialist id is <reviewer-id>. This first-pass full review is complete. Verdict: <clean / blocking findings>. Findings: <none or numbered concise list>. Please decide the next step.
Complete the waiting handoff per Gate 3 and end the active turn while waiting.
Blocking plan findings include:
If the reviewer reports blockers, send the reviewer feedback to the same verified planner session with the continue operation (Gate 0).
Adjudicate per Gate 4 before routing; retain original findings and reasons in the loop ledger.
The feedback prompt must include:
`Plan Review Feedback Input` section,
Do not restate the feedback skill's intake, classification, or revision rules.
Complete the waiting handoff per Gate 3 and end the active turn.
After the planner feedback callback is visible and a reviewable plan revision exists, send a focused re-review request to the same verified reviewer session with the continue operation.
Focused scope:
The focused re-review prompt must include the callback transport block and exact callback template.
Complete the waiting handoff per Gate 3 and end the active turn.
If the planner reports a contract decision, escalation, or clarification need, route that callback to the appropriate reviewer or user decision before requesting re-review.
If same reviewer still finds blockers, repeat Phase 3.
If the same reviewer passes, evaluate completion in Phase 5.
Apply Gate 5 for completion, new full-review conditions, adjudications and the original repai
Plan → review → build loops for coding agents — that actually terminate. Agent-written code needs review, and agent review needs a loop: find issues, fix them, review again.
Repo: gomilesf/convergo
Orchestrate a monitored implementation loop where a worker implements the plan and independent code review with focused rechecks gates completion. Use when the…
Handle code-review blocker findings returned to the worker session. Validate feedback, repair implementation-owned issues, or pause dependent work on plan and…
Review implementation against the plan and contract. Distinguish code bugs from contract gaps. Bounded convergence.
Orchestrate the build loop with split engines - Codex CLI sessions implement and take every first-pass review round while a high-taste Claude design model…
Orchestrate the plan loop with split engines - a high-taste Claude design model drafts and revises the plan while Codex CLI sessions gate it as fresh plan…
Orchestrate real specialist sessions as one monitored multi-agent workflow. Use when the user asks to coordinate or supervise multiple agent sessions, planning…