review-plan

Installation
SKILL.md

Review Plan — External Consultant Validation

External consultants + codebase verification catch plan flaws before execution begins.

Workflow

digraph review_plan {
  rankdir=TB;
  node [shape=box];

  locate [label="Step 1: Locate Plan"];
  verify [label="Step 2: Codebase Verification"];
  launch [label="Step 3: Launch Consultants\n(gemini + codex in parallel)"];
  synthesize [label="Step 4: Deduplicate & Synthesize"];
  present [label="Step 5: Present Structured Output"];
  decide [label="Step 6: User Decision"];

  locate -> verify -> launch -> synthesize -> present -> decide;
Related skills
Installs
1
GitHub Stars
8
First Seen
Apr 20, 2026