Model Guide
Claude Prompting Guide for Clear, Testable Work
Adapt a model-neutral prompt structure to Claude with explicit success criteria, clear sections, examples, constraints, and a dated evaluation plan.
This model guide is based on Anthropic documentation checked on 2026-07-18. Product interfaces, model choices, defaults, and behavior can change, so verify version-sensitive guidance in the current product.
Product interfaces, model choices, defaults, and behavior can change. Confirm the visible product mode and official documentation on the date you test.
Start with success criteria#
Anthropic’s prompt-engineering overview begins before wording changes: define what success means, create a way to evaluate it, and start from a prompt that can be tested. This is a useful boundary for ordinary Claude users as well as developers.
For a repeatable task, write down:
- the required facts or source boundaries
- the expected audience and output format
- examples of acceptable and unacceptable results
- a small test set, including an edge case
- the reviewer and the failure threshold
Prompt changes should be judged against those criteria, not by whether one response sounds polished.
Structure and delimiters#
Claude’s official guidance covers clarity, examples, structured sections, roles, and prompt chaining. For a long request, use labeled sections or simple XML-style tags to separate instructions from source material. The labels are organizational aids, not magic commands.
<task>
Rewrite the supplied policy explanation for new employees.
</task>
<audience>
Employees with no legal background.
</audience>
<source>
[APPROVED SOURCE TEXT]
</source>
<requirements>
Preserve every obligation and deadline. Use headings and bullets. Mark any ambiguous source sentence instead of resolving it yourself.
</requirements>
<quality_check>
List any statement that cannot be traced to the source.
</quality_check>Keep the section names meaningful. Do not wrap every sentence in a different tag or add complexity that has no evaluation purpose.
Use examples deliberately#
Examples are most useful when the task has a difficult classification boundary, a specific voice, or a strict output pattern. A good example shows the input and the ideal output. It should not include private data or an answer that accidentally contradicts the written rules.
For rewriting, show what must remain unchanged. For summaries, show the desired density and how uncertainty is represented. For documentation, show a verified command and the expected explanation style.
Suggested retest tasks#
A useful retest plan can use at least three task families:
- Source-bound summary: measure whether unsupported additions appear.
- Constrained rewrite: measure meaning preservation and prohibited changes.
- Technical documentation: measure command accuracy, structure, and disclosure of missing context.
Each task needs multiple inputs, a scoring rubric, the exact product mode, date, prompt, output excerpt, failure notes, and independent review. Examples on this page remain templates rather than guarantees of identical future output.
Follow-up pattern#
When a result fails, give a focused correction tied to the rubric. For example: “The rewrite removed the deadline in paragraph three. Restore all dates from the source and add a final traceability list.” If that requirement is durable, move it into the reusable prompt and retest on a fresh input.
Do not rely on a long conversational history as the only record of requirements. Keep the current task, source, and acceptance criteria visible when accuracy matters.
Limitations and privacy#
A clear prompt cannot guarantee factual accuracy, policy compliance, identical behavior across product modes, or consistent results over time. Verify claims and source traceability. For consequential work, keep a qualified human reviewer responsible.
Claude products and organizational controls can differ. Review current privacy, retention, and workspace settings before sharing confidential, personal, proprietary, or regulated information. Use redacted or synthetic samples when approval is uncertain.
Official sources#
- Anthropic: Prompt engineering overview (opens in a new tab) — checked 2026-07-18
- Anthropic: Prompting best practices (opens in a new tab) — checked 2026-07-18
Testing and updates#
Retest the examples after material product changes. Recheck official links, visible product modes, and version-sensitive limitations before updating model-specific claims.