critic-gate

Enforce critic review of .swarm/plan.md files before implementation.

437|45|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ZaxbyHub/opencode-swarm --skill critic-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: critic-gate
Source: https://github.com/ZaxbyHub/opencode-swarm/tree/main/.opencode/skills/critic-gate
Command: npx skills add https://github.com/ZaxbyHub/opencode-swarm --skill critic-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of unvetted AI-generated project plans being executed, which causes wasted development time, buggy code, and missed requirements.

Core Features & Use Cases

  • Mandatory Critic Review: Automatically routes completed .swarm/plan.md files to a specialized critic agent for evaluation before any implementation work starts.
  • Structured Revision Loops: Supports up to 2 rounds of plan revision if the critic flags issues, ensuring plans are refined without unnecessary delays.
  • Hard Stop for Rejected Plans: Blocks all implementation if a plan is fundamentally flawed, requiring user input to resolve issues before proceeding.
  • Use Case: When an architect finishes drafting a plan for a new user authentication feature, this Skill ensures the plan is checked for missing security requirements, incomplete acceptance criteria, and logical gaps before any code is written.

Quick Start

Activate the critic-gate Skill immediately after you finish writing the complete .swarm/plan.md to run the mandatory critic review before moving to implementation.

Frequently Asked Questions about critic-gate

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

FAQPage Schema
How do I enforce a pre-execution check for AI-generated project plans?

To enforce a pre-execution check, route completed AI-generated project plans to a critic agent for mandatory review to block flawed code and wasted development effort. This validates requirement coverage before any implementation work starts.

What happens when a critic review rejects an AI coding plan?

When a critic review rejects an AI coding plan, a hard stop blocks all implementation. The system requires user input to resolve the fundamental flaws before proceeding to ensure only approved work executes.

Can I revise an AI project plan if the critic review flags issues?

You can revise an AI project plan through a structured revision loop supporting up to two rounds. This allows you to refine flagged issues like missing security requirements or logical gaps before implementation begins.

How do I validate requirement coverage for OpenCode Swarm plan files?

To validate requirement coverage for OpenCode Swarm plan files, trigger a critic review immediately after the architect agent completes the .swarm/plan.md file. This ensures the plan is checked for missing requirements before code is written.

Do I need a specific environment to run gated execution for AI coding workflows?

You need an OpenCode Swarm AI coding workflow environment where an architect agent generates .swarm/plan.md files. Gated execution applies to these workflows to intercept new features, bug fixes, or system changes before implementation.