Prompt Chain Template

{
  "source": "gptcha.in",
  "version": "3.2.0",
  "metadata": {
    "name": "Pattern Interrupt Generator for High-Retention Scripts",
    "description": "Boosts audience retention by injecting smart pattern interrupts into any script, with ready-to-use examples and execution guides.",
    "tags": ["scriptwriting", "pattern_interrupts", "audience_engagement", "content_creation", "video_marketing"]
  },
  "workflow": {
    "nodes": [
      {
        "id": "1",
        "type": "START",
        "position": {
          "x": 0,
          "y": 0
        }
      },
      {
        "id": "2",
        "type": "DEFAULT",
        "position": {
          "x": 5.232772318366472,
          "y": 101.101944507926
        },
        "label": "πŸ“˜ Analyze Script for Drop-Off Points",
        "prompt": "Review the following script: {script_text}. Identify potential drop-off moments where audience attention may wane. These are ideal locations for pattern interrupts. Highlight transitions, pauses, or shifts where disruption would feel natural yet effective."
      },
      {
        "id": "3",
        "type": "DEFAULT",
        "position": {
          "x": -252.0741984709117,
          "y": 263.0877871730438
        },
        "label": "🧠 Generate Engaging Pattern Interrupts",
        "prompt": "Create 5 unique pattern interrupt ideas tailored to the script: {script_text}. Suggestions can be visual (sudden zoom, color switch), auditory (sound effects, music drop), or verbal (joke, rhetorical question). Make sure each aligns with the tone and theme of the script."
      },
      {
        "id": "4",
        "type": "DEFAULT",
        "position": {
          "x": 0.8191379095349731,
          "y": 258.6800091413399
        },
        "label": "πŸ“¦ Provide Execution Guidelines",
        "prompt": "For each interrupt idea created for {script_text}, explain exactly when and how to use it. Specify ideal timing (e.g., after a punchline, before a stat), delivery method (verbal, visual, sound), and placement within the script structure."
      },
      {
        "id": "5",
        "type": "DEFAULT",
        "position": {
          "x": 288.9746985436127,
          "y": 250.9663975858581
        },
        "label": "πŸŽ₯ Show Real-World Examples",
        "prompt": "Provide 2–3 examples from well-known content creators or viral videos where pattern interrupts were used effectively. Explain what made them work and how similar techniques can be applied to {script_text}."
      },
      {
        "id": "6",
        "type": "DEFAULT",
        "position": {
          "x": 11.61233771008195,
          "y": 452.6222425363109
        },
        "label": "πŸ“… Adapt Interrupts by Content Type",
        "prompt": "Describe how to tailor pattern interrupts for different formats: tutorials, vlogs, ads, explainers. For each type, recommend a pattern interrupt style and optimal placement using the input: {script_text}."
      },
      {
        "id": "7",
        "type": "END",
        "position": {
          "x": 12.67665952890829,
          "y": 622.783725910064
        }
      }
    ],
    "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": "script_text",
          "type": "INPUT",
          "values": [
            "In today’s video, we’ll explore how to grow your audience using short-form content."
          ]
        }
      ]
    }
  }
}

<aside> πŸ‘‰πŸ»

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

GPT Chain

</aside>