plan-review-loop

Coordinate reviewer personas to gate plan execution until unanimous approval.

1|1|Updated May 3, 2026
One-click install
npx skills add https://github.com/matt-riley/agent-skills --skill plan-review-loop-matt-riley
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-review-loop
Source: https://github.com/matt-riley/agent-skills/tree/main/skills/plan-review-loop
Command: npx skills add https://github.com/matt-riley/agent-skills --skill plan-review-loop-matt-riley

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

After a /plan is produced, teams often need a structured, multi-person review to verify feasibility, uncover gaps, and align on acceptance criteria before implementing.

Core Features & Use Cases

  • Multi-person gating: require unanimous approval across configured reviewer personas before moving to implementation.
  • Structured feedback: collect explicit verdict tokens and maintain an auditable round-by-round record.
  • Use Case: Use this skill when a plan is ready for execution but needs risk review and formal acceptance before commit.

Quick Start

Invoke the /plan-review-loop skill after a completed /plan to start a three-round review and gating process.

Frequently Asked Questions about plan-review-loop

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

FAQPage Schema
How do I enforce multi-person plan approval before implementation?▼

To enforce multi-person plan approval, gate execution by coordinating configured reviewer personas to return explicit [PLAN-APPROVED] tokens in the same round. The process blocks progression until unanimous consensus is reached across all reviewers.

What is a token-based plan review workflow?▼

A token-based plan review workflow requires reviewers to return explicit [PLAN-APPROVED] verdicts to authorize execution. It enforces strict governance by rejecting missing or ambiguous verdicts and maintaining an auditable round-by-round record.

How do I coordinate peer-review consensus for project plans?▼

You coordinate peer-review consensus by running up to three rounds of reviewer evaluation, requiring all configured personas to return [PLAN-APPROVED] in the same round. Progression is blocked until consensus is reached.

What happens if a reviewer submits an ambiguous verdict during plan governance?▼

If a reviewer submits an ambiguous verdict during plan governance, the system rejects the token and blocks progression. Strict token handling requires explicit [PLAN-APPROVED] verdicts from all reviewers to reach consensus.

Can I require unanimous approval across multiple reviewer personas?▼

Yes, you can require unanimous approval by configuring multiple reviewer personas who must all return [PLAN-APPROVED] in the same round. The gating mechanism blocks execution until every reviewer reaches consensus.

What is the best way to gate plan execution with structured feedback?▼

The best way to gate plan execution with structured feedback is to run a multi-round review process that collects explicit verdict tokens. This maintains an auditable record and blocks progression until unanimous approval is achieved.