Content Ideas Quality Standards

Source: _agents/workflows/generate-seo-pages.md

Each content idea must give the reader everything they need to act immediately — not just a topic, but a specific format, hook, and opening line.

Each entry has three fields:

Pages with progressive_disclosure: true in front matter render a “See Full Draft” toggle on each card. Clicking it replaces the short hook with the full post in-place.

Generic Pattern — Do Not Use

- platform: Twitter/X
  idea: Post a thread detailing the Pause, Reflect, Document method.
  draft: Pause, Reflect, Document

Specific Pattern — Use This

- platform: Twitter/X
  idea: >-
    Start a 7-tweet thread walking through the full Pause, Reflect, Document method.
    Open with: "The exercise that made me realize I had 60 untold stories worth sharing"
    and close by asking followers to name the month they would most want to revisit.
    Each tweet covers one step with a concrete personal example.
  draft: "The exercise that made me realize I had 60 untold stories worth sharing (most people skip this):"
  full_post: |
    The exercise that made me realize I had 60 untold stories worth sharing (most people skip this):

    🧵 1/7

    Most people think they don't have enough content ideas.

    The truth? You have decades of stories you've never written down.

    Here's the Pause, Reflect, Document method that changed everything for me:

    [... all 7 tweets ...]

Requirements for Each idea Field

  1. Format details — include specifics: tweet count, word count, slide count, or video length
  2. Hook strategy — name the opening hook and why it works for that platform
  3. Engagement mechanic — include a CTA or interaction driver (save, comment, DM, tag)
  4. Platform-specific logic — match the idea to how that platform’s algorithm rewards content

Requirements for Each draft Field

Requirements for Each full_post Field

Platform-Specific Format Guidance

Platform draft format full_post format
Twitter/X Opening tweet ending in : Full numbered thread (1/N … N/N), closing CTA tweet
LinkedIn Opening sentence ending in : or ... 600–900 words, short paragraphs, no headers, closing question
Instagram First slide caption hook 5–8 slide captions labeled Slide 1:Slide N:, save CTA on last slide
YouTube Shorts On-screen hook text 45–60 sec narration script with [visual cue] stage directions
TikTok On-screen text overlay hook 15–60 sec script with [TEXT OVERLAY] and [ACTION] cues
Newsletter Subject-line-style opening 800–1,200 words, section headers, challenge or CTA at close

When to Add progressive_disclosure

Add progressive_disclosure: true to a page’s front matter when all content ideas in that page have a full_post field. Do not add it to pages where only some ideas have full_post — the toggle will silently do nothing on cards without it, which is fine, but the front matter flag signals intent.

---
layout: preview
progressive_disclosure: true
tag1: Marketing
tag2: Personal Branding
...
---