Automated phase gate for your plan files. Reads the plan from ai-workspace/plans, figures out which reviewers you need based on file types and scope (technical editor, code reviewer, architect, etc.), then dispatches them all in parallel to get APPROVE, REVISE, or DROP verdicts with P0/P1/P2 findings. The gate logic is strict: you don't move to Build until all reviewers approve and above-gate issues are resolved. It'll loop through revision rounds and escalate if you hit the cap with unresolved problems. The deterministic panel assembly is the interesting bit here, saves you from manually figuring out who should review what every time.
npx skills add https://github.com/camacho/ai-skills --skill plan-review