Prompt Chain Template

{
  "source": "gptcha.in",
  "version": "3.2.0",
  "metadata": {
    "name": "Science Fair Builder: Hypothesis, Materials & Visual Plan",
    "description": "Designs a complete science fair project by generating a clear hypothesis, detailed materials list, execution steps, and poster layout.",
    "tags": ["science_fair", "education", "project_planner", "student_workflow", "visual_presentation"]
  },
  "workflow": {
    "nodes": [
      {
        "id": "1",
        "type": "START",
        "position": {
          "x": 0,
          "y": 0
        }
      },
      {
        "id": "2",
        "type": "DEFAULT",
        "position": {
          "x": -1.452666540165168,
          "y": 95.04433498305228
        },
        "label": "🧠 Define Project Focus",
        "prompt": "You are planning a school science fair project. The main idea is: {project_idea}. Define the core topic and describe what the project will explore in a clear, engaging way."
      },
      {
        "id": "3",
        "type": "DEFAULT",
        "position": {
          "x": -270.5452221314345,
          "y": 255.880356633342
        },
        "label": "🔬 Generate Hypothesis",
        "prompt": "Based on the project idea: {project_idea}, write a testable hypothesis. What is your expected outcome? How will you test it using scientific methods?"
      },
      {
        "id": "4",
        "type": "DEFAULT",
        "position": {
          "x": 2.583457012877773,
          "y": 252.9322339564716
        },
        "label": "📦 List Required Materials",
        "prompt": "For the project: {project_idea}, list all materials needed. Organize items into categories like tools, experiment components, and display supplies."
      },
      {
        "id": "5",
        "type": "DEFAULT",
        "position": {
          "x": 311.9847046241898,
          "y": 246.7339901201722
        },
        "label": "⚙️ Outline Experiment Steps",
        "prompt": "Create a step-by-step plan for executing the project: {project_idea}. Include setup, testing, data collection, and analysis. Use clear, chronological steps."
      },
      {
        "id": "6",
        "type": "DEFAULT",
        "position": {
          "x": 2.703938276696064,
          "y": 419.8567345691328
        },
        "label": "🎨 Design Poster Presentation",
        "prompt": "Create a visual guide for the science fair poster based on the project: {project_idea}. Include sections like title, hypothesis, method, results, and conclusion. Suggest color themes and layout ideas."
      },
      {
        "id": "7",
        "type": "END",
        "position": {
          "x": 3.854389721627527,
          "y": 574.5096359743038
        }
      }
    ],
    "edges": [
      {
        "sourceNode": "1",
        "targetNode": "2"
      },
      {
        "sourceNode": "2",
        "targetNode": "3"
      },
      {
        "sourceNode": "3",
        "targetNode": "4"
      },
      {
        "sourceNode": "4",
        "targetNode": "5"
      },
      {
        "sourceNode": "5",
        "targetNode": "6"
      },
      {
        "sourceNode": "6",
        "targetNode": "7"
      }
    ],
    "state": {
      "keys": [
        {
          "name": "project_idea",
          "type": "INPUT",
          "values": [
            "How temperature affects plant growth"
          ]
        }
      ]
    }
  }
}

<aside> 👉🏻

Do you want to run prompt sequences automatically and at scale? You can do it with GPT Chain!

GPT Chain

</aside>