← back to Studio Zero

data/prompts.json

95 lines

{
  "meta": {
    "title": "0 → monetized AI YouTube channel in 90 days",
    "source": "David_AI (@David263146) on X — https://x.com/David263146/status/2079054195941147042",
    "note": "Prompts are David's verbatim wording, recovered via Exa mirror fan-out (5+ independent captures)."
  },
  "steps": [
    {
      "id": 1,
      "key": "niche",
      "title": "Niche & Positioning",
      "blurb": "A data-backed niche decision instead of guessing.",
      "gives": "A ranked shortlist of high-CPM, low-competition niches with real monetization paths.",
      "prompt": "Analyze the top 10 YouTube niches with high CPM, low competition, and strong evergreen demand. For each, give me: average CPM, content difficulty, monetization paths beyond AdSense, and a 3-word channel concept.",
      "inputs": [],
      "produces": "niche"
    },
    {
      "id": 2,
      "key": "identity",
      "title": "Channel Identity",
      "blurb": "A full brand you can launch with today.",
      "gives": "Channel name options, tagline, audience persona, content pillars, and a unique mechanism.",
      "prompt": "I'm starting a YouTube channel about [NICHE]. Create a full channel identity: channel name (5 options), tagline, target audience persona, content pillars (4), and a 'unique mechanism' that differentiates me from existing creators.",
      "inputs": [
        { "token": "[NICHE]", "label": "Your niche", "carriesFrom": "niche", "placeholder": "e.g. personal finance for freelancers" }
      ],
      "produces": null
    },
    {
      "id": 3,
      "key": "roadmap",
      "title": "90-Day Content Roadmap",
      "blurb": "A full quarter of content, prioritized.",
      "gives": "12 search-optimized titles, an upload schedule, and an SEO-vs-virality priority order.",
      "prompt": "Build a 90-day YouTube content calendar for a new channel in [NICHE]. Include: 12 video titles optimized for search, upload schedule, which videos to prioritize for SEO vs. virality, and a content progression that builds authority over time.",
      "inputs": [
        { "token": "[NICHE]", "label": "Your niche", "carriesFrom": "niche", "placeholder": "e.g. personal finance for freelancers" }
      ],
      "produces": null,
      "renderCalendar": true
    },
    {
      "id": 4,
      "key": "script",
      "title": "Video Script System",
      "blurb": "A scroll-stopping script, structured.",
      "gives": "A full script: hook, agitation, solution, 3 insights, CTA, and an end-screen tease.",
      "prompt": "Write a full YouTube script for '[VIDEO TITLE]'. Use this structure: hook (first 30 seconds designed to stop scrolling), problem agitation, solution walkthrough, 3 key insights, CTA, and an end screen tease for the next video. Tone: [TONE].",
      "inputs": [
        { "token": "[VIDEO TITLE]", "label": "Video title", "placeholder": "paste a title from your Step 3 calendar" },
        { "token": "[TONE]", "label": "Tone", "placeholder": "conversational / authoritative / energetic", "default": "conversational" }
      ],
      "produces": null
    },
    {
      "id": 5,
      "key": "seo",
      "title": "SEO & Thumbnail Strategy",
      "blurb": "The click-through package for one video.",
      "gives": "3 thumbnail concepts, an optimized title, a full description, 10 tags, and A/B variants.",
      "prompt": "For the video '[TITLE]', give me: 3 thumbnail concepts with text overlay copy, a YouTube SEO-optimized title (under 60 chars), description (with timestamps, keywords, links), and 10 tags. Also suggest A/B test variations for the thumbnail.",
      "inputs": [
        { "token": "[TITLE]", "label": "Video title", "placeholder": "the video you scripted in Step 4" }
      ],
      "produces": null
    },
    {
      "id": 6,
      "key": "monetization",
      "title": "Monetization Stack",
      "blurb": "Revenue beyond AdSense, mapped.",
      "gives": "Affiliate plays, digital-product ideas, a sponsorship pitch template, and a lead magnet.",
      "prompt": "I have a YouTube channel in [NICHE] with [X] subscribers. Build me a full monetization roadmap beyond AdSense: affiliate opportunities, digital product ideas, sponsorship pitch template, and a lead magnet I can offer to build an email list from my audience.",
      "inputs": [
        { "token": "[NICHE]", "label": "Your niche", "carriesFrom": "niche", "placeholder": "e.g. personal finance for freelancers" },
        { "token": "[X]", "label": "Current subscribers", "placeholder": "e.g. 0, or 1,200", "default": "0" }
      ],
      "produces": null
    },
    {
      "id": 7,
      "key": "repurpose",
      "title": "Growth & Repurposing Engine",
      "blurb": "One video → 7+ pieces of content.",
      "gives": "An X thread, LinkedIn post, 3 Shorts hooks, a newsletter, and a Pinterest description.",
      "prompt": "Take this YouTube video script/transcript and repurpose it into: a Twitter/X thread, a LinkedIn post, 3 YouTube Shorts hooks, an email newsletter, and a Pinterest description. Also suggest which platforms to prioritize based on my niche.\n\nSCRIPT/TRANSCRIPT:\n[SCRIPT]",
      "inputs": [
        { "token": "[SCRIPT]", "label": "Script or transcript", "placeholder": "paste your Step 4 script (or any transcript)", "textarea": true }
      ],
      "produces": null
    }
  ]
}