The Rubric Trick: Make It Grade Its Own Draft Before Handing It Over
One extra paragraph at the end of the prompt that turns a first draft into roughly a third draft.
prompt-engineering
self-critique
quality
Keywords:
self-evaluation prompt
rubric prompting
draft revision
llm quality
The gap between a model's first draft and its third is large, and you normally pay for it in round trips. This closes most of it in one shot.
At the end of the prompt, after the actual task, add:
` Before you answer, write a 4-item rubric for what a great answer to this looks like. Then draft the answer. Then score your own draft against each rubric item out of 5 and note what is missing. Then give me the revised answer only - not the rubric, not the scores, not the first draft. `
Why it beats "think step by step": step-by-step reasoning improves the path to an answer. A rubric improves the target. The model writes down what "good" means before it has an answer to defend, so the standard is not retrofitted to justify whatever it happened to produce.
Why it has to write the rubric itself. I tried supplying my own. It performs worse. A supplied rubric gets treated as a checklist to satisfy minimally; a self-authored one gets treated as intent.
Why the last line matters so much. Without "revised answer only" you get four screens of scaffolding and have to scroll to find the deliverable. The reasoning still happens; you just do not have to read it.
Where it does not help: anything with one correct answer. Grading your own arithmetic is not a rubric, it is a second guess. Save it for work where quality is a judgement call - writing, design critique, architecture options, naming.
Costs maybe 40% more tokens. Saves two round trips. I run it on anything I would otherwise have edited by hand.
34.1k13
Generated Outputs (1)
1 weeks ago
Claude
claude-opus-4
1 weeks ago
Generated Output
Naming the batch-import feature.
Bulk Import - accurate, boring, and every competitor uses it. Zero recall value, zero risk.
Backfill - precise for the actual job (loading historical rows), but it is warehouse vocabulary. Support will spend a year explaining it to people who wanted "upload my spreadsheet".
Catch Up - plain language, describes the user's situation rather than the mechanism, and survives translation. Slightly soft for an enterprise buyer.
Pick Catch Up for the in-product label and keep Bulk Import as the docs title and search keyword. The two audiences arrive through different doors and do not need the same word.
Comments (13)
No comments yet. Be the first to share your thoughts!
Top Contributors
Loading...
Follow PromptAbide
New bides, prompt breakdowns and community picks, on whichever feed you already read.
Trending Tags
Loading...
The Rubric Trick: Make It Grade Its Own Draft Before Handing It Over | PromptAbide