plan-review

Coordinate parallel plan reviews across Codex, Gemini, Cursor, and Copilot.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mataanin/multi-llm --skill plan-review-mataanin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review
Source: https://github.com/mataanin/multi-llm/tree/main/skills/plan-review
Command: npx skills add https://github.com/mataanin/multi-llm --skill plan-review-mataanin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates implementation plans by coordinating expert reviews across multiple external LLM tools to improve reliability and catch gaps before implementation.

Core Features & Use Cases

  • Parallel plan reviews: Run Codex, Gemini, Cursor, and Copilot plan-review tasks concurrently to speed up validation.
  • Consensus analysis: Aggregate findings, identify consensus gaps, and surface critical issues for remediation.
  • Plan-update workflow: Produce a consolidated plan-review report and support updates to the plan file if provided.

Quick Start

Paste your implementation plan text to start the multi-LLM plan review.

Frequently Asked Questions about plan-review

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

FAQPage Schema
How do I validate an implementation plan across multiple LLMs in parallel?

You can validate an implementation plan by running parallel plan reviews across external LLM tools like Codex, Gemini, Cursor, and Copilot. The orchestration aggregates findings, identifies consensus gaps, and surfaces critical issues for remediation.

What is adversarial review in multi-LLM plan validation?

Adversarial review in multi-LLM plan validation involves running concurrent checks across different external LLM tools to challenge and stress-test your implementation plan. This process surfaces critical issues and consensus gaps that a single tool might miss.

Can I use Codex, Gemini, Cursor, and Copilot together for code review automation?

Yes, you can run Codex, Gemini, Cursor, and Copilot plan-review tasks concurrently. The orchestration coordinates these parallel tool runs, aggregates their findings, and consolidates consensus issues into a guided plan-update workflow.

What's the best way to aggregate consensus gaps from parallel LLM reviews?

The best way to aggregate consensus gaps is to use an orchestration tool that runs parallel LLM reviews and consolidates their findings. This approach identifies overlapping critical issues and produces a guided plan-update workflow for remediation.

Do I need to provide a plan file to run a multi-LLM plan review?

You do not need to provide a plan file to run a multi-LLM plan review. You can simply paste your implementation plan text to start the process, but providing a plan file path supports automated updates to the plan.

Why does my implementation plan fail when validated by a single LLM tool?

Your implementation plan might fail because a single LLM tool lacks the adversarial checks needed to catch all gaps. Coordinating multiple external LLM tools in parallel provides consensus analysis that surfaces critical issues a single tool misses.