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:

  • A planner agent has finished drafting an implementation plan
  • The router wants to gate execution behind a quality check
Related skills
Installs
2
GitHub Stars
27
First Seen
Mar 22, 2026