Prompt design
Prompt architecture review
Turn a vague or overloaded prompt into a lean, testable instruction.
- Use when
- A prompt is long, inconsistent, expensive, or produces different answers to similar inputs.
Open prompt
OUTCOME
Review and improve the prompt below without changing its intended outcome.
CURRENT PROMPT
[PASTE PROMPT]
OPERATING CONTEXT
- Who uses it: [USER OR SYSTEM]
- Model surface: [CHAT / CODING AGENT / API]
- Inputs available: [INPUTS]
- Tools available: [TOOLS OR NONE]
- Actions requiring approval: [BOUNDARIES]
TASK
1. State the intended outcome in one sentence.
2. Identify duplicated, conflicting, vague, or untestable instructions.
3. Separate durable context from task-specific context.
4. Remove content that does not improve a measured requirement.
5. Produce a revised prompt containing: outcome, relevant context, constraints, evidence, working method, success criteria, and output format.
6. Propose five representative evaluation cases, including one ambiguous and one failure-prone case.
DELIVERABLE
Return: diagnosis, revised prompt, removed material with reasons, and evaluation table.
QUALITY BAR
The revised prompt must be shorter, preserve necessary safety and approval boundaries, and make success observable.Platform adaptation
