plan-review-gate

Review implementation plans against codebase feasibility, completeness, and scope.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Prekzursil/quality-zero-platform --skill plan-review-gate-prekzursil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review-gate
Source: https://github.com/Prekzursil/quality-zero-platform/tree/main/.claude/plugins/metaswarm/skills/plan-review-gate
Command: npx skills add https://github.com/Prekzursil/quality-zero-platform --skill plan-review-gate-prekzursil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It ensures that an implementation plan can be executed in the real codebase by subjecting it to independent adversarial review, catching feasibility, completeness, and scope issues before work begins.

Core Features & Use Cases

  • Spawns three independent reviewers (Feasibility, Completeness, and Scope & Alignment) that must all PASS before plan approval.
  • Enforces fresh, isolation-bound reviews to prevent bias and ensure independent validation.
  • Supports iterative gating with a hard limit of three iterations before escalation.

Quick Start

Submit a drafted plan for gate review and wait for the three adversarial reviewers to complete their PASS/FAIL verdict.

Frequently Asked Questions about plan-review-gate

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

FAQPage Schema
How do I validate an implementation plan before executing it against a codebase?

To validate an implementation plan before execution, subject it to adversarial checks on file paths, dependency ordering, and technical alignment to ensure it can be executed against the real codebase without feasibility issues.

What is adversarial plan review and how does it prevent scope issues?

Adversarial plan review is a gating mechanism that spawns independent reviewers to check feasibility, completeness, and scope, preventing bias and catching scope issues before work begins through explicit verification steps.

How do I perform an adversarial gate review on a drafted plan?

Submit a drafted plan for gate review and wait for three independent adversarial reviewers to complete their PASS/FAIL verdicts, enforcing reviewer isolation to ensure independent validation until consensus is reached.

Does the adversarial plan review gate support iterative gating for multi-file plans?

Yes, the plan review gate supports iterative gating for plans that touch multiple files or introduce new work units, allowing resubmission until all reviewers pass or escalate after three iterations.

What are the limitations of automated plan review gates?

A key limitation of this plan review gate is a hard cap of three iterations before mandatory escalation, requiring fresh isolation-bound reviews each time to prevent bias during the adversarial validation process.