Score your prompt
Eight dimensions, one pass, about a minute. A score out of ten, a grade, the line of your prompt that earned each mark, and the single edit that moves the score most.
What gets scored
Eight dimensions, 1 to 10 eachStructure
Named sections, one job each, instead of one flat block.
Constraints
Hard rules stated once, where they apply.
Input handling
Untrusted input marked off and declared inert.
Output contract
A named shape, with a defined answer for the empty case.
Scale coherence
One scale, anchored, not a score and a tier that disagree.
Examples
Worked examples that exercise more than the happy path.
Failure modes
What happens when validation fails, and a bound on retries.
Efficiency
Every line pulling weight for the length it costs.
How the levels work
You reach the highest level you fully clearNovice
A direct instruction. No role, no sections, no stated output shape.
Intermediate
Role framing, examples, or a basic output rule. Edge cases are assumed.
Advanced
Sections, a specified output shape, and some edge cases handled outright.
Expert
All of the above, plus inert input, stated precedence, defined failures, bounded retries.