Prd V09 Hn Reddit Launch logo

Prd V09 Hn Reddit Launch

Community
mattgierhart
prd-v09-hn-reddit-launch

Build a Hacker News + Reddit launch playbook for developer-tools and community-led products during PRD v0.9 Go-to-Market. Triggers on requests to plan HN/Reddit launch, "Show HN" post, community launch, or when user asks "HN launch", "Show HN", "Reddit launch", "launch on /r/SaaS", "Product Hunt vs HN", "community launch", "developer launch". Outputs GTM-* with Type=Channel-HN / Type=Channel-Reddit entries with timing, title, story angle, and engagement plan.

Overview

Publishermattgierhart
RepositoryPRD-driven-context-engineering
Skill nameprd-v09-hn-reddit-launch
Stars
179
Forks
11
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by mattgierhart on GitHub. Read the source before you install it.

Installation

Install the Prd V09 Hn Reddit Launch AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/mattgierhart/PRD-driven-context-engineering.git /tmp/PRD-driven-context-engineering
mkdir -p .claude/skills
cp -r /tmp/PRD-driven-context-engineering/plugins/prd-ce/skills/prd-v09-hn-reddit-launch .claude/skills/prd-v09-hn-reddit-launch
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Prd V09 Hn Reddit Launch in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Prd V09 Hn Reddit Launch on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Prd V09 Hn Reddit Launch is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

HN + Reddit Launch Playbook

Position in workflow: v0.9 Launch Channels (ORB) → v0.9 HN + Reddit Launch → v0.9 Launch Metrics

Execution Mode

Default is standard. See .claude/rules/08-skill-execution-modes.md for selection logic.

ModeWhat this skill produces
quickSingle Show HN post draft; title; first 4-hour engagement plan
standardHN post + 2 Reddit cross-posts; story angle decision; comment-engagement rules; non-launch follow-up wave
deepHN + 3–5 Reddit subreddits + Lobsters + Indie Hackers; pre-launch warm-up posts; subreddit-specific tone variants; AMA scheduling

What This Does

Produces a launch playbook for Hacker News and Reddit — two channels where developer-tool, technical, and community-friendly products win launches if executed well and lose them silently if executed badly. Both platforms reward authenticity, technical depth, and founder presence; both punish marketing-speak, top-of-funnel sales tactics, and absent founders.

This is a channel-execution skill. It assumes the ORB channel mix already includes HN/Reddit; it doesn't second-guess that choice. If positioning best-fit doesn't live on these platforms, this skill should not run.

How It Works

  1. Decide if HN/Reddit fits — Re-check positioning best-fit characteristics. HN/Reddit work for: developer tools, technical products, B2B with developer/PM buyer, indie/bootstrapped story, open-source. HN/Reddit are wrong for: enterprise procurement, regulated B2B with non-technical buyer, consumer products targeting non-technical users.
  2. Pick the story angle — One of:
    • Show HN (product) — "Show HN: [Product] — [one-line description]" — works when product itself is interesting
    • Ask HN (problem) — "Ask HN: How do you handle [pain]?" — works when category needs education before product
    • Story — "I built X because Y" or "Why we [unusual decision]" — works when founder narrative is the hook
    • Open source — "[Project] is now open source" — works when there's something to release
    • Technical writeup — "How we built X" — works for HN; less for Reddit
  3. Craft the title — Platform-specific:
    • HN: Factual, no marketing words, no emoji. Example: "Show HN: An open-source alternative to X". HN guidelines reject hype.
    • Reddit: Subreddit-specific. Each subreddit has tone norms. Read the subreddit's pinned rules and recent top posts.
  4. Plan timing:
    • HN: Post Tue–Thu, 8–10am PT. Avoid Mondays and weekends. The first hour matters most — upvote velocity determines front-page placement.
    • Reddit: Subreddit-specific peak time. Read subreddit traffic patterns. Some subreddits ban "self-promotion" posts on certain days.
  5. Founder presence (first 24h) — Founder responds to every substantive comment in the first 4 hours. No "thanks!" replies; engage with the argument. This is the difference between a 50-comment thread and a 500-comment thread.
  6. Non-launch follow-up [standard+] — 30–60 days post-launch, return to HN/Reddit with:
    • Technical writeup of how you built it
    • "What I learned launching on HN" retrospective (if appropriate)
    • Case study or growth update
    • AMA if launch generated real interest

Example

Developer tool launching. Best-fit = solo developers + small dev teams. ORB matrix has HN as the primary Borrowed channel.

Story angle: "Show HN" — product is self-evident; demo is the hook.

Title: Show HN: [Product] – Type-safe contracts between your frontend and backend

Timing: Tuesday 9:00 AM PT. Founder cleared calendar for the next 4 hours.

Post body (HN expects substance):

Hi HN — I built this because I spent 2 years debugging "frontend says string, backend says number" issues at my last job.

[Product] generates type-safe API clients from your OpenAPI spec. It works with TypeScript, Python, Go, and Rust.

Tech stack: [...]

Some things that worked and didn't: [...]

Free for individuals; paid for teams. Source is on GitHub: [link].

Happy to answer questions.

First 4 hours: Founder watches Show HN ranking. Responds substantively to every technical question. Doesn't engage with off-topic critique. Posts updates if relevant.

Reddit cross-post: 24 hours later, post to /r/programming (technical), /r/typescript (community), /r/SaaS (founder story). Each with a subreddit-tuned title and intro.

Follow-up wave (Day 30): "Building [Product]: 30 days after launch" — retrospective post.

What You Get Back

  • GTM-* with Type=Channel-HN (one entry) — Title, body, timing, founder-engagement plan
  • GTM-* with Type=Channel-Reddit (one per subreddit) — Subreddit-tuned title, body, posting time
  • GTM-* engagement rules — Comment-response policy, when to escalate to founder
  • GTM-* follow-up wave — 30/60-day post-launch content plan

When to Use It

TriggerMode
Developer-tool launchstandard
Open-source releasestandard
Indie / bootstrapped product launch (story angle)standard
B2B SaaS with technical buyerquick (just HN; skip Reddit)
Big technical decision worth a writeup ("how we migrated to X")quick (one HN post, no Reddit)
Enterprise / non-technical buyerdo not use
Regulated category (medical, financial)do not use without legal review

Consumes

  • GTM-* positioning + PER-* best-fit characteristics — Anchors the story angle and confirms HN/Reddit is even appropriate
  • GTM-* launch channels (from v0.9 Launch Channels ORB) — HN/Reddit must already be in the mix matrix
  • GTM-* offer card — Determines the post's CTA (free tier, beta, open source, paid trial)
  • CFD-* customer stories — Anchors social proof in comments and follow-up
  • BR-POS-* constraints — Tone guardrails (no enterprise speak in /r/SaaS, etc.)

Produces

  • GTM-* with Type=Channel-HN (one entry)
  • GTM-* with Type=Channel-Reddit (one per subreddit)
  • GTM-* engagement-rules entry — Comment policy, who escalates what
  • GTM-* follow-up-wave entry — Post-launch content plan (30/60 day)

Output Template

GTM-XXX: Channel — Hacker News Launch
Type: Channel-HN
Layer: Borrowed
Owner: Founder (must be founder, not marketing)
Status: [Planned | Active]

Story angle: [Show HN | Ask HN | Story | Open source | Technical writeup]
Title: "[Exact title — no marketing words]"
Timing: [Day + hour, with rationale]

Post body:
  [Full body — what HN expects: substance, tech detail, honest tradeoffs]

CTA: [Free tier link | GitHub link | Beta signup link]

Founder presence:
  - Watch ranking for first 4 hours (block calendar)
  - Respond to every substantive comment
  - Update post if relevant
  - No "thanks!" replies — engage with the argument

Failure modes to avoid:
  - Marketing language in title
  - Absent founder
  - "Buy now" CTA (HN punishes)
  - Astroturf upvotes (HN detects, instantly bans)

Linked IDs: GTM-YYY (positioning), GTM-ZZZ (offer), PER-AAA (best-fit), KPI-BBB (HN→signup target)
GTM-XXX: Channel — Reddit /r/<subreddit>
Type: Channel-Reddit
Layer: Borrowed
Owner: Founder
Subreddit: /r/<name>
Status: [Planned | Active]

Subreddit norms:
  - Tone: [Pinned-rules summary]
  - Self-promotion rule: [Subreddit's specific rule]
  - Peak posting time: [Day + hour]
  - Banned formats: [e.g., no link posts, no images-only]

Title: "[Subreddit-tuned title]"
Body: [Tuned to subreddit tone]
CTA: [Whatever the subreddit allows]

Founder presence: Same as HN — engage substantively for first 4 hours

Linked IDs: GTM-YYY (positioning), PER-AAA (best-fit)

Anti-Patterns

PatternSignalFix
Marketing title"Revolutionary AI-powered X" on HNRewrite as factual; HN strips marketing
Absent founderPost goes up; founder is in a meetingIf you can't be present 4 hours, postpone the launch
"Thanks!" repliesComment thread is full of "Thanks for the kind words!"Engage with the argument or don't reply
Astroturfing upvotesAsking team/friends to upvoteHN and Reddit detect coordinated voting; instant ban
Cross-posting too fastSame post to 5 subreddits in 10 minutesStagger by 24+ hours; each post is rewritten for the subreddit
Ignoring subreddit rulesBanned within an hour of postingRead the pinned rules; some subreddits ban self-promotion entirely
No follow-up waveLaunch spikes traffic, then silencePlan 30/60-day return posts before launch day
Wrong product / wrong channelEnterprise procurement product on /r/programmingRe-check positioning; HN/Reddit doesn't fit every product

Quality Gates

Before launch day:

  • Best-fit segment confirmed to use HN/Reddit (not assumption)
  • Story angle chosen and matches the product's actual hook
  • Title drafted; passes "no marketing words" check (HN)
  • Founder calendar cleared for first 4 hours
  • Post body has substance (technical detail, honest tradeoffs)
  • CTA matches platform norms (free / GitHub / beta — not "buy now")
  • Subreddit rules read for every targeted subreddit
  • Follow-up wave (30/60 day) drafted in outline
  • No astroturfing plan exists or has been considered

Downstream Connections

ConsumerWhat it usesExample
Launch Channels (ORB)Each HN/Reddit post is a Borrowed-channel entryRolls into channel-mix matrix
Launch MetricsPer-post attribution → KPI-HN-signups, KPI-Reddit-signupsUTM-tagged links per post
Feedback Loop SetupComments become CFD- feedback entriesTop-voted comment thread → CFD- pattern
v0.9 Case Study Builder (v1.0)High-engagement HN/Reddit launches → case study"How we got 800 upvotes on Show HN"
v0.9 AEO AuditHN/Reddit threads become AI-citation sourcesHi-rank threads → AEO inclusion

Detailed References

  • jonathimer's hacker-news-strategy and reddit-engagement skills (devmarketing-skills)
  • HN guidelines: news.ycombinator.com/showhn.html
  • (No bundled references/ — HN/Reddit norms change; read current pinned rules)

Frequently asked questions

What does the Prd V09 Hn Reddit Launch AI skill do?

Build a Hacker News + Reddit launch playbook for developer-tools and community-led products during PRD v0.9 Go-to-Market. Triggers on requests to plan HN/Reddit launch, "Show HN" post, community launch, or when user asks "HN launch", "Show HN", "Reddit launch", "launch on /r/SaaS", "Product Hunt vs HN", "community launch", "developer launch". Outputs GTM-* with Type=Channel-HN / Type=Channel-Reddit entries with timing, title, story angle, and engagement plan.

Why use Prd V09 Hn Reddit Launch on TypingMind?

Because you install it once and use it with any model. Prd V09 Hn Reddit Launch is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Prd V09 Hn Reddit Launch in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/mattgierhart/PRD-driven-context-engineering/tree/main/plugins/prd-ce/skills/prd-v09-hn-reddit-launch. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Prd V09 Hn Reddit Launch?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Prd V09 Hn Reddit Launch?

As many as you like. As long as a model supports skills, you can use Prd V09 Hn Reddit Launch with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Prd V09 Hn Reddit Launch AI skill free?

Yes. It is published on GitHub by mattgierhart under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇