quality-judgment
Installation
SKILL.md
Quality Judgment
Know when to ship and when to hold — the line between done and good enough.
How to use
/quality-judgmentApply quality judgment constraints to this conversation./quality-judgment <feature>Evaluate whether the described feature is ready to ship.
Constraints
Quality Bar Definition
- MUST define the quality bar before building, not during the ship decision
- Quality bars SHOULD vary by context: a v1 prototype has a different bar than a billing flow
- Core flows (signup, payment, core action) MUST have a higher quality bar than secondary features
- MUST distinguish between "works correctly" and "works well" — both matter differently
- NEVER let the quality bar be implicit. Write it down.