home/roleplay/prompt-generation

Prompt Generation

GPTClaudeGemini··313 copies·updated 2026-07-14
prompt-generation.prompt
<div dir="ltr">
<div align="center">

# 🪄 Meta-Prompting: Let the AI Write the Prompt
### Prompt Generation: Let the AI Write the Prompt
[🏠 Back to Home](../../../README.md) | [Previous Lesson: System Instructions](07-system-instructions.md) | [Next Lesson: Academic Research & Writing >](../03-research-writing/09-academic-research.md)

</div>

---

## 🤯 Think Bigger! (The End of Manual Prompting)

So far, we've learned how to write prompts to "summarize a text" or "write an email." But let's take it to the next level.
Imagine you're facing huge projects like these:

*   📱 **Software Development:** You want to build a mobile app from scratch but don't know how to code and need a detailed planner.
*   🏋️ **Lifestyle:** You want to design a 16-week workout and meal plan based on your blood test results, student budget, and free time between classes.
*   📈 **Data Analysis:** You want to analyze a company's financial statements from the last 5 years, find hidden patterns, and deliver a management report with charts.
*   ✍️ **Creative Content:** You want to write a sci-fi novel and need an assistant for world-building, creating the laws of physics for that world, and developing characters.
*   **Historical Simulation:** You want to run a live debate between "Albert Einstein" and "Avicenna" about the concept of time to get ideas for a class presentation.

Writing a detailed prompt (using the RISEN formula) for such complex tasks could take hours. The human brain struggles to design all the steps, constraints, and details.

> **So what's the solution?** Don't write the prompt at all! Let the AI (which understands its own language better than you do) build the prompt for you. This technique is called **Meta-Prompting**.

---

## 🔁 How Does the Meta-Prompting Cycle Work?

The idea is very simple but extremely powerful: instead of directly asking the AI to do the task, you ask it to **"write the best possible prompt for doing that task."**


### Step 1: Have a Raw Idea
Your idea doesn't need to be structured. You just need to know what you want. For example: *"I want to give a presentation about global warming with graphics and stats that will blow my professor's mind."*

### Step 2: Use the "Prompt-Generating Prompt" (Master Prompt)
You give the AI a pre-written text (which I've provided below) and paste your raw idea at the end. The AI then becomes a "Prompt Engineer" and starts interviewing you!

### Step 3: Copy and Run
When the AI gives you the final prompt (for example, based on the RISEN formula), you copy it, open a **New Chat**, and run it.


This cycle has 3 steps:

when to use it

Community prompt sourced from the open-source GitHub repo amir-hossein-khodaei/AI-Student-Handbook (MIT). A "Prompt Generation" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

amir-hossein-khodaei/AI-Student-Handbook · MIT