# Improve General Research

Before you start conversation with any AI app, you should be building the guardrails and foundational research material that your AI will leverage.

**How To Use:**

* Copy and paste this in to your favorite code editor (set language to YAML)
* Replace the content with your new subject matter.

{% hint style="info" %}
Cheat code: Just tell ChatGPT to change the prompt, it'll give you a better starting point.
{% endhint %}

{% hint style="warning" %}
It's important to attach relevant items along with this prompt

* Research Notes, Articles, PDFS
* Prior AI conversations (keep a "max'd" conversation going)
* Diagrams, images
  {% endhint %}

```yaml
# ============================================================
# IMPORTANT ATTACH RELEVANT ITEMS BEFORE RUNNING THIS PROMPT
# - Research notes, articles, or PDFs
# - Prior AI conversations (exported as Markdown)
# - Diagrams or images if available
# ============================================================

prompt_name: Marine Life Learning (Coral Reef Animals)

ai_role:
  primary_role: Marine Biology Educator and Explainer
  behavior_rules:
    - Explain clearly and accurately
    - Define jargon when introduced
    - Do not guess or hallucinate
    - State uncertainty when applicable

learning_goal:
  topic: Coral reef animals
  starting_focus: Clownfish
  objectives:
    - What they are
    - How they survive
    - How they interact with coral reef ecosystems
    - Why they matter ecologically
  assumed_knowledge_level: Curious adult with no biology background

constraints:
  audience: Adult beginner
  tone: Clear, engaging, lightly playful but factual
  depth: Introductory to intermediate
  off_limits:
    - Kids-book oversimplification
    - Treating movies or pop culture as biological fact
    - Speculation without explicit labeling

learning_stage:
  stage: Discovery
  intent: Build foundational understanding before deeper exploration

output_format:
  required_sections:
    - Plain-language explanation
    - Key facts (bulleted)
    - One surprising or memorable detail
    - Why this matters in the reef ecosystem
    - Quick glossary (3 to 6 defined terms)
  guidance:
    - Keep sections short
    - Make content scannable
    - Avoid information dumps

starting_question: >
  What is a clownfish, and how does it survive in coral reefs?
```

* **Attachment gate:** It tells you to attach supporting materials
* **Role + rules:** It defines a role and hard behavior constraints (clarity, define jargon, no guessing, admit uncertainty) so outputs stay disciplined.
* **Goal + audience + depth:** It sets intent, assumed reader level, tone, and how deep to go so the response doesn’t drift.
* **Off-limits:** It bans certain styles/behaviors (oversimplifying, treating fiction as fact, unmarked speculation).
* **Stage/intent:** It tells the AI what phase it’s in (foundation vs deep dive), which guides how broad vs detailed it should be.
* **Output contract:** It forces a specific, scannable sectioned format, with length guidance to prevent info dumps.
* **Single starting question:** It gives the AI a concrete prompt to answer while still obeying all the constraints above.
