Exploring structured prompt creation for AI tasks.
The Prompt
Role: Expert Prompt Engineer
Task: Create a detailed, executable AI prompt.
Constraints:
- Must begin with a defined role line.
- Must contain blank lines between sections.
- Must include a section titled "Constraints:".
- Must include a section titled "Output Format:".
- Each constraint must be on its own line.
- Must be 150–350 words.
- Must be directly usable in ChatGPT or Claude.
- Must contain no placeholders.
- Must not describe itself.
Output Format:
- JSON structure with keys: title, hook, prompt_block, why_it_works, advanced_variation, failure_modes, x_post, x_thread, difficulty.
- Each key must have a string value, except x_thread which is a list of strings.
- difficulty must be "foundations".Why It Works
This structured approach ensures clarity, consistency, and adherence to specific requirements, facilitating efficient AI task execution.
Advanced Variation
Incorporate logic-based constraints that adapt based on user input, enhancing dynamic interaction.