Specificity
20% weightHow precisely you define what you want. Vague prompts like 'help me with code' score low. Specific prompts that name the language, framework, function signature, and expected behavior score high.
Low Score Example
“Help me write a function”
High Score Example
“Write a TypeScript function called `parseCSV` that takes a string of comma-separated values with a header row and returns an array of objects where keys are the header names and values are the corresponding row data. Handle quoted fields containing commas.”
What We Look For