mkdocs/docs/en/examples/user-prompt-examples.md
This page belongs to the User Prompt Workspace.
It answers one question:
how to phrase a task more clearly.
Write a poem.
Write a seven-character regulated verse about autumn longing.
Requirements:
1. Eight lines total, seven characters per line.
2. Express emotion through imagery instead of slogan-like direct sentiment.
3. Keep the language restrained and delicate.
4. Output only the poem, with no extra explanation.
Organize this meeting content.
Turn the following meeting content into a concise meeting summary.
Use this fixed structure:
1. Topic
2. Key decisions
3. Action items
4. Owners and deadlines
Requirements:
1. Do not miss explicit action items.
2. Do not invent decisions not mentioned in the source.
3. Write in concise professional English.
Analyze this feedback.
Read the following user feedback and output JSON.
Required fields:
- sentiment: positive / neutral / negative
- summary: within 20 words
- issues: array of concrete issues
- suggestions: array of actionable recommendations
Requirements:
1. Output valid JSON only.
2. Do not add extra explanation.
3. If the source lacks evidence, do not invent details.
In basic/user, a common test flow is:
Because the executed object is the user prompt itself, this mode usually does not need extra test text on the right.
If your prompt clearly contains reusable slots such as:
{{topic}}{{audience}}{{tone}}{{productName}}and you plan to run the same structure across many inputs, Variable Workspace is usually a better fit.