Instructions
Use this skill when you are iterating on an LLM prompt and want a structured evaluation loop in the Anthropic Console.
- Draft an initial prompt using the Console prompt generator by describing the task.
- Define your prompt variables and their generation requirements.
- Build a test suite:
- Import real-world test cases from a CSV, and/or
- Use the Console's test case generation to auto-generate inputs per variable.
- Run the full test suite and review responses.
- Create a new prompt version and re-run the same test suite.
- Compare outputs side-by-side across prompt versions.
- If available, ask subject matter experts to score response quality on a 5-point scale and use the scores to decide whether the new version is better.
Constraints:
- Do not invent test cases. Prefer importing representative real inputs.
- Keep evaluation criteria consistent across prompt versions.
Examples
Example: Customer support triage prompt
- Task description: "Triage inbound customer support requests"
- Approach:
- Generate a first prompt in the Console.
- Generate or import a set of inbound messages as test cases.
- Iterate on the prompt while keeping the same test suite.
- Compare outputs and optionally collect SME 1–5 quality scores.