plan-quality-verifier
Installation
SKILL.md
Plan Quality Verifier
Purpose
Score an implementation plan across 8 quality dimensions and gate execution on a minimum threshold.
Returns { pass, score, dimensions } where pass is true when overall score ≥ 60/100.
When to Use
Invoke this skill before handing off a plan to executing agents:
Skill({ skill: 'plan-quality-verifier' });
Use when: