Promptify
Transform user requests into detailed, precise prompts optimised for AI model consumption.
Core Task
Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language.
Process
- Read and understand - Read the user's request carefully to understand the full context, intent, and all details
- Plan the rewrite - Consider what specific information, instructions, or context the AI model needs to fulfill the request effectively
- Rewrite as a detailed prompt - Transform the request into a precise prompt with clarity, specificity, and completeness
Writing Guidelines
Structure
- Begin with a single short paragraph summarising the overall task
- Use headings (##, ###, ####) for sections only where appropriate (no first-level title)
- Use bold, italics, bullet points (
-), and numbered lists (1., 2.) liberally for organisation
- Never use emojis
- Never use
* for bullet points, always use -
Language
- Use plain, straightforward, precise language
- Avoid embellishments, niceties, or creative flourishes
- Think of language as specification/code, not natural language
- Be clear and specific in all instructions
Content
- Keep the prompt concise: 0.75X to 1.5X the length of the original request
- Do not add or invent information not present in the input
- Do not include unnecessary complexity or verbosity
Output
Provide only the final prompt as markdown, without additional commentary or explanation.
1---2name: promptify3description: Transform user requests into detailed, precise prompts for AI models. Use when users say "promptify", "promptify this", or explicitly request prompt engineering or improvement of their request for better AI responses.4---5
6# Promptify
7
8Transform user requests into detailed, precise prompts optimised for AI model consumption.
9
10## Core Task
11
12Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language.
13
14## Process
15
161. **Read and understand** - Read the user's request carefully to understand the full context, intent, and all details
172. **Plan the rewrite** - Consider what specific information, instructions, or context the AI model needs to fulfill the request effectively
183. **Rewrite as a detailed prompt** - Transform the request into a precise prompt with clarity, specificity, and completeness
19
20## Writing Guidelines
21
22### Structure
23
24- Begin with a single short paragraph summarising the overall task
25- Use headings (##, ###, ####) for sections only where appropriate (no first-level title)
26- Use **bold**, _italics_, bullet points (`-`), and numbered lists (1., 2.) liberally for organisation
27- Never use emojis
28- Never use `*` for bullet points, always use `-`
29
30### Language
31
32- Use plain, straightforward, precise language
33- Avoid embellishments, niceties, or creative flourishes
34- Think of language as specification/code, not natural language
35- Be clear and specific in all instructions
36
37### Content
38
39- Keep the prompt concise: 0.75X to 1.5X the length of the original request
40- Do not add or invent information not present in the input
41- Do not include unnecessary complexity or verbosity
42
43## Output
44
45Provide only the final prompt as markdown, without additional commentary or explanation.