Promptsmith

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.

Your prompt

Three free evaluations

What gets scored

Eight dimensions, 1 to 10 each
1

Structure

Named sections, one job each, instead of one flat block.

2

Constraints

Hard rules stated once, where they apply.

3

Input handling

Untrusted input marked off and declared inert.

4

Output contract

A named shape, with a defined answer for the empty case.

5

Scale coherence

One scale, anchored, not a score and a tier that disagree.

6

Examples

Worked examples that exercise more than the happy path.

7

Failure modes

What happens when validation fails, and a bound on retries.

8

Efficiency

Every line pulling weight for the length it costs.

How the levels work

You reach the highest level you fully clear
1-3

Novice

A direct instruction. No role, no sections, no stated output shape.

4-6

Intermediate

Role framing, examples, or a basic output rule. Edge cases are assumed.

7-8

Advanced

Sections, a specified output shape, and some edge cases handled outright.

9-10

Expert

All of the above, plus inert input, stated precedence, defined failures, bounded retries.