plan-review

Originally fromduc01226/easyplatform
Installation
SKILL.md

Phase gate: PLAN checkpoint. MUST get APPROVE from all reviewers before proceeding to Build.

Inputs

  • Plan file path (default: most recent non-.done.md file in ai-workspace/plans/)
  • --include <agent>: Force-add an agent to the panel
  • --exclude <agent>: Remove an agent (except technical-editor, which cannot be excluded)

Steps

  1. Find the plan file:

    ls -t "$(git rev-parse --show-toplevel)/ai-workspace/plans/"*.md | grep -v '.done.md' | head -1
    

    If no plan file found → error: "No plan file in ai-workspace/plans/. Write a plan first." If plan file is .done.md → error: "This plan is already finalized."

  2. Read the plan and extract:

    • Files to Modify section
    • Full body text
Related skills
Installs
547
First Seen
Mar 30, 2026