Prompt Chain Template

{
  "source": "gptcha.in",
  "version": "3.2.0",
  "metadata": {
    "name": "Short Video Script Generator: Hook, Humor, and Logic Formats",
    "description": "Generate 3 short-form video scripts using different persuasive styles — hook-based, humorous, and logical — from a single idea input.",
    "tags": ["video_scripts", "short_form", "content_creation", "persuasive_formats", "video_marketing"]  },
  "workflow": {
    "nodes": [
      {
        "id": "1",
        "type": "START",
        "position": {
          "x": 0,
          "y": 0
        }
      },
      {
        "id": "2",
        "type": "DEFAULT",
        "position": {
          "x": -0.005573372705697466,
          "y": 101.6807659390371
        },
        "label": "📘 Analyze Input for Script Generation",
        "prompt": "Given the topic {short_idea}, break it down into key insights, angles, or emotional triggers that can support three different types of short video scripts."
      },
      {
        "id": "3",
        "type": "DEFAULT",
        "position": {
          "x": -300.3541160005044,
          "y": 291.8383119100246
        },
        "label": "🧲 Write a Hook-Driven Script",
        "prompt": "Write a short script for {short_idea} that uses a compelling hook — a surprising fact, bold statement, or rhetorical question — to instantly capture viewer attention."
      },
      {
        "id": "4",
        "type": "DEFAULT",
        "position": {
          "x": -1.870261310304016,
          "y": 278.3295344757425
        },
        "label": "😂 Write a Humorous Script",
        "prompt": "Create a short video script for {short_idea} using humor. Leverage wit, irony, or relatable scenarios to engage the viewer while still delivering the core message."
      },
      {
        "id": "5",
        "type": "DEFAULT",
        "position": {
          "x": 296.2109826513544,
          "y": 270.6868401410679
        },
        "label": "🧠 Write a Logic-Based Script",
        "prompt": "Develop a concise video script for {short_idea} that relies on logical reasoning and evidence. Present a clear argument or framework to convince analytical viewers."
      },
      {
        "id": "6",
        "type": "DEFAULT",
        "position": {
          "x": 10.87481824938959,
          "y": 478.1723362833409
        },
        "label": "📝 Merge Scripts into Final Output",
        "prompt": "Combine the three scripts (hook-based, humorous, logical) derived from {short_idea} into a clear, organized output. Format each separately, ready for short-form video production."
      },
      {
        "id": "7",
        "type": "END",
        "position": {
          "x": 11.87213106740023,
          "y": 636.1643345528255
        }
      }
    ],
    "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": "short_idea",
          "type": "INPUT",
          "values": [
            "How AI will replace traditional jobs"
          ]
        }
      ]
    }
  }
}

<aside> 👉🏻

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

GPT Chain

</aside>