Indie Hacker Launch
Ship Friday, launch Monday.
Without losing the weekend to launch admin. The launch-week system.
Solo founders shipping their 2nd-5th product on Claude Code. A launch isn't four separate tasks; it's one workflow with four phases that compress the weeks around launch day into one repeatable shape. The pack runs that workflow end-to-end, so the launch weekend stays yours.
How the launch-week system works
Four phases mapped to the actual lifecycle of a launch week. Each phase hands off cleanly to the next, each driven by a specialist skill.
- Phase 1
Pre-launch positioning
Product Hunt copy that earns its hunters. A clear audience definition that survives the launch-day inbox. The boring shape work that makes the launch land.
Driven by
/product-hunt-prep - Phase 2
Audience-building
Build-in-public cadence for the four weeks before launch. Refuses milestone theatre; demands a real artefact behind every post.
Driven by
/build-in-public-cadence - Phase 3
Launch day
Hour-by-hour playbook that ships on time. Audit mode 7+ days out; playbook mode 1 day out. Pre-drafted comms for the 5 key moments; contingency branches for the common failure modes.
Driven by
/launch-checklist-runner - Phase 4
Launch-week reinforcement
SEO foundations that compound after the launch wave passes. Sitemap, JSON-LD, OG meta, canonical convention, and the two free webmaster consoles.
Driven by
/seo-foundation-installer
The components
The system is delivered by four specialist skills. Each has a single opinionated job and refuses to do anything else; each is mapped to the phase it drives.
-
/product-hunt-prepPhase 1: Pre-launch positioning
Produces a Product Hunt launch kit in one pass: listing copy, gallery shot list, hunter outreach DM, and a launch-day comment plan. Refuses generic taglines, vague audiences, and "AI-powered" differentiators. Pushes back until the brief earns the launch.
-
/build-in-public-cadencePhase 2: Audience-building
Drafts a weekly build-in-public update across X, LinkedIn, and IndieHackers in one pass, with an optional blog stub and a monthly recap. Refuses milestone theatre, naked vanity metrics, audience drift, and wisdom-without-evidence. Returns "Don't post this week" verbatim if the inputs only contain those.
-
/launch-checklist-runnerPhase 3: Launch day
Two modes auto-routed by days-until-launch. Audit (T-7 or earlier) covers assets, channels, and schedule with red/yellow/green status per item. Playbook (T-1 or sooner) produces an hour-by-hour timezone-anchored timeline, pre-drafted comms for 5 key moments, and contingency branches for the common failure modes. Honours +audit and +playbook overrides if the auto-routed mode is wrong.
-
/seo-foundation-installerPhase 4: Launch-week reinforcement
Generates an SEO foundation kit in one pass: sitemap.xml, robots.txt, JSON-LD blocks (Product or SoftwareApplication + Organization + WebSite), Open Graph + Twitter Cards, canonical convention, and walkthroughs for Search Console and Bing Webmaster Tools. Refuses vague domains, placeholder pricing, and any unset schema type.
See a skill in action
Two of the four skills, captured live in Claude Code. The point is not faster typing. The point is the skills refusing the kind of weak input that produces a generic launch, and producing the kind of artefact that makes the launch land.
/build-in-public-cadence with a milestone-only brief.
Refuses to draft and returns the Don't post this week verdict instead.
/product-hunt-prep after the brief earns the launch.
Specific tagline, hunter-addressable copy, comment plan ready for launch day.
See the system run end-to-end
Five worked runs against one fictional product: Pulse, a weekly metrics digest SaaS. Each run uses one of the pack's skills against the same product story. Read in order to see the launch-week system run end-to-end, or skip to the phase you're closest to.
-
Phase 1: Pre-launch positioning
product-hunt-prep for Pulse, a fictional weekly metrics digest SaaS. Demonstrates the skill rejecting the generic tagline "weekly metrics for SaaS founders" and pushing for the specific audience-pain anchor. Output: 4 artefacts in one pass (listing copy, gallery list, hunter DM, comment plan).
-
Phase 2: Audience-building
build-in-public-cadence for Pulse in week -2 of launch. Demonstrates the "Don't post this week" verdict against milestone-only inputs, the operator's correction, and the resulting three channel-native drafts (X thread, LinkedIn, IndieHackers).
-
Phase 3a: Launch readiness audit
launch-checklist-runner in audit mode at T-7 days. Demonstrates the red/yellow/green status across assets, channels, and schedule; flags the unsecured hunter and the missing gallery shots before they become launch-day fires.
-
Phase 3b: Launch-day playbook
launch-checklist-runner in playbook mode at T-1. Demonstrates the hour-by-hour timezone-anchored timeline, the 5 pre-drafted comms, and the contingency branches for the "comment volume spikes at hour 3" failure mode.
-
Phase 4: Launch-week SEO
seo-foundation-installer for pulse.app the day after launch. Demonstrates the refusal of a placeholder price field, the operator's confirmation of the actual pricing, and the 7-output foundation kit ready to paste into the Astro site.
Who it's for
- You've shipped one to four products before; this is your 2nd to 5th
- You're code-comfortable (you can run a CLI, edit a config file, fix a markdown template)
- You don't have a growth team, a launch agency, or a marketing manager
- You'd rather ship Friday and have Monday be quiet than chase a press wave for a fortnight
Who it's not for
Four buyer profiles the pack will refund. Better to know now than 14 days in.
- Funded teams with a dedicated launch function (this is solo-founder-shaped; you'll outgrow it)
- Anyone without a specific product to launch in the next 4 weeks (the system is bound to a launch event)
- Anyone looking for coding help (this is launch operations, not a coding pack)
- Anyone wanting to "AI-generate a viral launch" (refusing that is the system's whole point)
What it costs vs what it saves
The free Knack Starter Pack ships under MIT and installs in five minutes. It uses the same canonical pattern as every paid pack. If the format works for you, the launch-week system will too.
See the free starter packHow it gets installed
# macOS / Linux ./install.sh # Windows: easiest path is to double-click install.cmd from File Explorer. # Or from PowerShell: powershell -ExecutionPolicy Bypass -File .\install.ps1 # Non-interactive (CI / scripted setup) KNACK_LICENCE="KNACK-IHL-..." ./install.sh
Re-run any time; you'll get a clean overwrite with no duplicate entries. Skills, commands
and agents land in your Claude Code config directory (~/.claude/ by default;
override with CLAUDE_CONFIG_DIR). The licence key
is stored as plain text. No DRM, no licence server, no phone-home telemetry. The
-ExecutionPolicy Bypass flag on Windows is needed
because we don't pay for a code-signing certificate yet; it tells PowerShell to run this one
unsigned script just this once, and changes nothing permanent on your machine.
FAQ
- How long to install?
- Under 5 minutes from a clean Claude Code setup. Run ./install.sh, paste the licence key from your purchase email, done. Skills and commands appear in Claude Code immediately; no restart.
- What's Claude Code?
- Anthropic's official CLI for Claude. Open-source, free to use; you bring your own API key. Knack packs are bundles of skills, slash commands and agents that drop into the Claude Code config directory. If you don't have it yet, claude.com/claude-code.
- Mac, Windows, Linux?
- All three. ./install.sh covers macOS and Linux. On Windows, double-click install.cmd from File Explorer for the easiest path, or run `powershell -ExecutionPolicy Bypass -File .\install.ps1` from PowerShell directly. Re-run any time; you'll get a clean overwrite with no duplicate entries.
- Do I need to be launching on Product Hunt specifically?
- No. Three of the four skills are platform-agnostic. build-in-public-cadence works wherever you post, launch-checklist-runner adapts to any launch date, seo-foundation-installer works on any URL. product-hunt-prep is the only platform-specific skill, but the pattern transfers cleanly to HN Show, Indie Hackers #share, or a Twitter launch; you just point it at the platform you are launching on.
- Are updates included?
- Yes, for the lifetime of the pack. New version drops, you get an email at the address you bought with, drop the new zip in place of the old one, re-run the install script. Your licence key carries forward.
- Refunds?
- 14 days, no questions. Email support@knack.run. We'll refund and remove your licence from the registry the same day.
Further reading
-
Why I parked the tester programme and shipped Pack #2 four days early
Why I shipped Pack #2 of the Knack catalogue without beta testers, four days ahead of plan: worked examples did the validation work, and Pack #3 is the test.
Read the post
-
The Claude Code stack for indie hackers in 2026
The four layers of a Claude Code stack for indie hackers shipping their second-to-fifth product, what to install in week one, and what to ignore until later.
Read the post
Ship Friday, launch Monday. Run the launch-week system instead.
£99 once. Lifetime updates. 14-day no-questions refund.