Skip to content
Automation
Skill

/plan-review-gate

Adversarial plan review by 3 independent reviewers (Feasibility, Completeness, Scope & Alignment) before presenting to user.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill plan-review-gate --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/plan-review-gate

Context preview

The summary Claude sees to decide when to auto-load this skill.

Adversarial plan review by 3 independent reviewers (Feasibility, Completeness, Scope & Alignment) before presenting to user.

SKILL.md

plan-review-gate.SKILL.md
name: plan-review-gate
description: Adversarial plan review by 3 independent reviewers (Feasibility, Completeness, Scope & Alignment) before presenting to user.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • Before presenting a plan for user approval
  • When validating work unit decomposition quality

Process

1. **Feasibility Reviewer** - Can this plan actually be implemented? Technical viability, resource requirements, timeline reality 2. **Completeness Reviewer** - Does the plan cover everything? Missing edge cases, untested paths, incomplete DoD items 3. **Scope & Alignment Reviewer** - Does the plan match the issue? Scope creep detection, requirement traceability

All 3 must PASS before the plan is presented.

Key Rules

  • Reviewers operate independently (no shared context)
  • Each provides a binary PASS/FAIL verdict
  • Findings include specific references to plan sections
  • Failed plans require revision before re-review

Tool Use

Invoke as part of: `methodologies/metaswarm/metaswarm-orchestrator` (Phase 1b)

Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.