/cvg-plan-review
Review a plan against the actual codebase. Verify slices are sufficient, surfaces are complete, and invariants are correct.
$ npx -y skills add gomilesf/convergo --skill cvg-plan-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/cvg-plan-review
Context preview
The summary Claude sees to decide when to auto-load this skill.
Review a plan against the actual codebase. Verify slices are sufficient, surfaces are complete, and invariants are correct.
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
Other skills on convergo.
- /cvg-build-loop
Orchestrate a monitored implementation loop where a worker implements the plan and fresh code reviewers gate the exit. Use when the user asks to run a supervised implementation or build loop on Codex threads or Claude Code background agents.
Open skill - /cvg-code-review-feedback
Handle code-review blocker findings returned to the worker session. Validate feedback, repair implementation-owned issues, or stop for plan and contract gaps.
Open skill - /cvg-code-review
Review implementation against the plan and contract. Distinguish code bugs from contract gaps. Bounded convergence.
Open skill - /cvg-hybrid-build-loop
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 holds the final exit gate. Use when the user asks for a hybrid, split-model, or cross-model build loop, such as codex
Open skill - /cvg-hybrid-plan-loop
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 reviewers. Use when the user asks for a hybrid, split-model, or cross-model planning loop, such as fable planning with codex
Open skill - /cvg-multi-session
Orchestrate real specialist sessions as one monitored multi-agent workflow. Use when the user asks to coordinate or supervise multiple agent sessions, planning or implementation loops, or worker/reviewer handoffs, on Codex threads or Claude Code background agents.
Open skill

