gsd-plan-review-convergence

Iteratively review and replan plans until high-concern issues are resolved.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-plan-review-convergence-roycolumbia-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-plan-review-convergence
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/_audit-disabled-20260706-1136/gsd-plan-review-convergence
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-plan-review-convergence-roycolumbia-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill addresses the need for a streamlined cross-AI plan convergence loop, eliminating high concern issues from the plan by leveraging AI reviewers.

Core Features & Use Cases

  • Plan Convergence: Iterative loop of reviewing plans and replanning based on feedback until all HIGH concerns are addressed or the maximum number of cycles is reached.
  • External Reviewers: Integrates external AI CLIs (Codex, Gemini, etc.) and local server reviews (Ollama, LM Studio, llama.cpp) to provide comprehensive reviews.
  • Execution in Isolation: Runs within isolated Agents, preserving workflow integrity.
  • Configuration Flags: Allows specifying which AI tool to use, control cycle count, and set additional parameters through command flags.

Quick Start

Run the 'gsd-plan-review-convergence' Skill with the following arguments: gsd-plan-review-convergence --codex --phase 3

Frequently Asked Questions about gsd-plan-review-convergence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI plan review and convergence using multiple external tools?

You can automate iterative plan convergence by integrating external AI CLIs like Codex or Gemini, running review loops that replan until all high concern issues are resolved or maximum cycle counts are reached.

What is an AI review loop for workflow integrity and how does it handle high concerns?

An AI review loop iteratively evaluates plans within isolated agents to maintain workflow integrity, triggering replanning based on feedback until all high concern issues are eliminated or maximum cycle counts are reached.

Can I use local server reviewers like Ollama or LM Studio for AI plan replanning?

Yes, local server reviewers like Ollama, LM Studio, or llama.cpp integrate directly into the convergence loop alongside external CLIs to provide comprehensive AI plan replanning and review feedback.

How do I control the cycle count and select AI tools for plan convergence?

You control cycle count and select AI tools using command configuration flags. Running the skill with arguments like `--codex --phase 3` specifies the external reviewer and sets the execution phase parameters.

Does running AI agent execution in an isolated environment affect workflow integrity?

Running AI agent execution in an isolated environment preserves workflow integrity. It ensures the iterative plan convergence loop operates independently, preventing external interference during review and replanning cycles.

What happens when the maximum number of review cycles is reached in a plan convergence loop?

When the maximum number of review cycles is reached in a plan convergence loop, the iterative replanning process stops. The loop terminates regardless of whether all high concern issues from the AI reviewers have been fully resolved.