Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.
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 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."
don't have the plugin yet? install it then click "run inline in claude" again.