Prompt Chain Template

{
  "source": "gptcha.in",
  "version": "3.2.0",
  "metadata": {
    "name": "Reddit Response Generator: Write Authentic Replies Fast",
    "description": "Automatically generate native-style responses to Reddit posts with SEO-ready metadata. Perfect for community managers and social media pros.",
    "tags": ["reddit", "response_generator", "community_engagement", "copywriting", "seo", "automation"]
  },
  "workflow": {
    "nodes": [
      {
        "id": "1",
        "type": "START",
        "position": {
          "x": 0,
          "y": 0
        }
      },
      {
        "id": "2",
        "type": "DEFAULT",
        "position": {
          "x": -0.0428265524624436,
          "y": 97.13062098501064
        },
        "label": "📘 Analyze Reddit Post",
        "prompt": "Analyze this Reddit post: {reddit_post}. Identify the main question or discussion point, the subreddit context, and the emotional tone. Summarize these findings clearly."
      },
      {
        "id": "3",
        "type": "DEFAULT",
        "position": {
          "x": -153.8542626760226,
          "y": 253.277706898677
        },
        "label": "🧠 Generate Native Responses",
        "prompt": "Based on the analysis of {reddit_post}, write 3 native-sounding responses. Match the tone and language of the subreddit. Ensure each is helpful and aligned with community norms."
      },
      {
        "id": "4",
        "type": "DEFAULT",
        "position": {
          "x": 130.0630498506475,
          "y": 248.7003989426767
        },
        "label": "⚙️ Enhance for Authenticity",
        "prompt": "Refine the 3 responses derived from {reddit_post} to sound even more organic. Vary sentence structure, inject subreddit-specific language, and make them feel like a real contributor wrote them."
      },
      {
        "id": "5",
        "type": "DEFAULT",
        "position": {
          "x": -442.8916869859174,
          "y": 405.8546387653499
        },
        "label": "📈 Create SEO Title & Slug",
        "prompt": "Craft an SEO-optimized title for the {reddit_post} response campaign. Also generate a short, readable slug for indexing or scheduling use."
      },
      {
        "id": "6",
        "type": "DEFAULT",
        "position": {
          "x": -158.669220595514,
          "y": 413.4834853586835
        },
        "label": "🧩 Generate Metadata",
        "prompt": "Create metadata for the campaign related to {reddit_post}. Include: SEO title, meta description, 3–6 keywords, and language='en'. Optimize for visibility and clarity."
      },
      {
        "id": "7",
        "type": "DEFAULT",
        "position": {
          "x": 122.8068610212892,
          "y": 398.2257921720162
        },
        "label": "📦 Bundle Final Output",
        "prompt": "Bundle all content into a single JSON object for deployment. Include SEO title, slug, responses, and metadata for the {reddit_post} response campaign."
      },
      {
        "id": "8",
        "type": "DEFAULT",
        "position": {
          "x": 408.5550967303594,
          "y": 407.0752542202833
        },
        "label": "📊 Export as CSV Row",
        "prompt": "Generate a single CSV row for the {reddit_post} campaign. Include: slug, SEO title, meta description, keywords, and JSON string as a column."
      },
      {
        "id": "9",
        "type": "END",
        "position": {
          "x": -20.06186256033281,
          "y": 559.0418783594895
        }
      }
    ],
    "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"
      },
      {
        "sourceNode": "7",
        "targetNode": "8"
      },
      {
        "sourceNode": "8",
        "targetNode": "9"
      }
    ],
    "state": {
      "keys": [
        {
          "name": "reddit_post",
          "type": "INPUT",
          "values": [
            "What are your favorite tools for remote productivity?"
          ]
        }
      ]
    }
  }
}

<aside> 👉🏻

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

GPT Chain

</aside>