# Paid Subscription Content

> Paid Subscription Content Writing

- Skill: `lucadominguez/paid-subscription-content` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lucadominguez/paid-subscription-content`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lucadominguez/paid-subscription-content/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lucadominguez (https://skillmd.com/u/lucadominguez)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lucadominguez/paid-subscription-content

---

# Paid Subscription Content Writing

End-to-end workflow for producing premium content that justifies $99-997/month subscription pricing. Covers voice synthesis, article structure, information density, infographic creation, and the free-to-paid content pipeline.

## Core Principle

**Quality = pricing power.** The difference between a $9/month newsletter and a $299/month community is the perceived value of the content. Every article, playbook, and infographic must feel like it was written by someone whose knowledge is worth hundreds of dollars a month — someone with insider access, proprietary data, and a voice that cannot be replicated by AI.

## Voice Synthesis

### The Four-Voice Toolkit
Synthesize from these four archetypes (detailed in the humanizer skill's `references/substack-voice-patterns.md`):

- **Scott Alexander** (Astral Codex Ten): Footnotes with citations + jokes, mechanism obsession, self-deprecation, wild paragraph length variation
- **Dwarkesh Patel**: Chain-of-reasoning, short paragraphs, "but notice that...", concede-then-sharpen
- **SemiAnalysis** (Dylan Patel): Lead with verdicts, proprietary data, competitive framing, specific numbers everywhere
- **Balaji Srinivasan**: Concept coinage, historical analogy, triplet escalation, "from X to Y" transitions

### Per-Format Voice Calibration
- **Free articles:** 60% personal story, 40% data. Hook with humanity. The reader should think "if the free stuff is this good, the paid content must be incredible."
- **Paid playbooks:** 20% personal voice, 80% data density. They're paying for the database, not your life story.
- **Email sequences:** 50/50. Nurture with personality, close with value.

## Article Structure Rules

### CRITICAL: Every section must have a different entry shape
Never repeat the same structure twice in a row:
- **Story-led:** open with a personal anecdote, then explain the mechanism
- **Verdict-led:** state the conclusion first, then justify with data
- **Mechanism-led:** explain HOW something works, then show the evidence
- **Problem-led:** name the problem ("Here's what's wrong"), then reveal the solution
- **Data-led:** drop a shocking number, then contextualize it

Varying section structure is the single biggest differentiator between AI content (identical template per section) and human writing (organic flow).

### Information Density
Premium content = every sentence must say something specific:
- Exact numbers: "3.2 mg/L" not "elevated"
- Named studies: "JELIS study, Lancet 2010" not "research shows"
- Specific dosages: "1mg 5-MTHF daily" not "methylated B vitamins"
- Clinical thresholds: "Reynolds Risk Score" not "cardiovascular risk models"
- Real costs: "$200-400 at discount labs" not "affordable"
- No filler. If a sentence could be deleted without losing data, delete it.

### Footnotes
Every article should have 4-8 footnotes. Each footnote must either:
- Cite a specific study (journal, year, finding)
- Add a joke or personality moment
- Provide a useful tangent that rewards close readers
Never use footnotes to just restate what's in the body text.

## The Free-to-Paid Pipeline

```
Free Article → Lead Magnet → Email Capture → Welcome Sequence → Paywall
```

### Free Articles (Top of Funnel)
- Establish authority and unique voice
- Include 1-2 data reveals that make the reader think "I need more"
- End with a specific, concrete lead magnet (not "subscribe for more")
- Every free article should have at least one section that feels like it came from inside the industry

### Lead Magnets
- Specific and immediately useful: checklists, templates, decision trees
- PDF format with visual elements
- Bridge directly to the paid offering: "The full database has 200+ of these"

### Paid Playbooks (Behind Paywall)
- Dense, reference-style content
- Tables with specific data points
- Step-by-step protocols with dosages, timelines, and tracking instructions
- Sourcing/verification information (for communities where this matters)
- Updated regularly — the promise of current information drives retention

## Infographics for Paid Content

### Quality bar
Mermaid diagrams are NOT acceptable for consumer-facing infographics. They look like documentation, not paid content. Use one of:
- **Chart.js HTML:** Bar charts, radar charts, before/after comparisons. Self-contained HTML file, CDN-loaded Chart.js, no dependencies. Dark theme. See `references/infographic-html-template.md`.
- **image_generate:** When the tool is available, use the baoyu-infographic skill's full workflow.
- **Decision trees / flow charts:** Pure CSS/HTML card grids with flow arrows, KPI stat rows, insight banners. Dark professional theme.

### Infographic specs
- Dark theme background (#0a0f1a or similar)
- JetBrains Mono for data/monospace, Inter for body
- Professional color palette (amber for highlights, cyan for data, green for positive outcomes)
- Self-contained HTML, no external dependencies except Chart.js CDN
- Must work offline when saved locally

## Workflow

1. **Identify the persona** — which voice are you writing in? Load the persona guide from the community's Publication Hub.
2. **Decide the format** — free article (story-heavy, hook-driven) or paid playbook (data-dense, reference-style).
3. **Plan section structure** — ensure no two sections use the same entry shape.
4. **Write with the four-voice toolkit** — footnotes, chain-of-reasoning, verdicts, concept coinage.
5. **Density check** — scan for vague statements. Replace every generic phrase with a specific number, study name, or mechanism.
6. **Self-audit** — ask "What makes this obviously AI generated?" Fix any remaining tells.
7. **Build infographic** — Chart.js HTML for data, pure HTML/CSS for process/flow. Dark theme.
8. **Link visuals** — add a "Visual companion" section at the end of the article linking to the infographic.

## Pitfalls

- **Template structure:** If every section opens the same way, rewrite. This is the #1 AI tell.
- **Mermaid for consumers:** Never use Mermaid for paid-subscription infographics. The user rejected this explicitly.
- **Insufficient density:** "Consider supplementing with X" is worthless. "25mg iron bisglycinate every other day — daily dosing reduces absorption via hepcidin feedback" is worth $299/month.
- **Missing footnotes:** Articles without footnotes read like blog posts. Premium content has them.
- **Generic conclusions:** Never end with "the future looks bright" or "exciting times ahead." End with a specific takeaway, a data point, or a call to action.

## Related Skills

- `humanizer` — 29 anti-AI patterns + voice references
- `baoyu-infographic` — infographic creation workflow (with HTML fallback)
- `skool-automation` — automated community creation and content seeding
