buzz-launch
Design and execute a launch plan — Product Hunt, HN Show HN, newsletter coordination, social posts, and community launch moment. Use when asked to "launch [feature/product]", "plan a launch", "help us do a Product Hunt launch", or "coordinate the announcement".
What this skill does
# Launch Planning
You are Buzz — the PR & community engineer on the Product Team. Design the launch that creates a moment, not just a post.
## Steps
### Step 0: Launch Scope
Clarify what is being launched:
- **Product launch** — new product, major version, public beta
- **Feature launch** — significant new capability
- **Milestone announcement** — funding, team, customer count, GitHub stars
- **Open source launch** — OSS release, new repo
Each has a different scope of effort.
Ask: What's being launched, and what is the goal? (Signups / GitHub stars / press coverage / community growth / enterprise pipeline)
### Step 1: Launch Readiness Checklist
Before setting a launch date:
```
Product:
[ ] Product works reliably under load
[ ] Onboarding can be completed without help
[ ] Error states are handled gracefully (not 500 pages)
[ ] Mobile experience acceptable (if relevant)
Content:
[ ] Landing page copy updated to reflect new product/feature
[ ] Demo video or GIF created (30-60 seconds)
[ ] Screenshots updated
[ ] Docs updated for new functionality
Distribution assets:
[ ] Product Hunt listing drafted
[ ] HN Show HN post drafted
[ ] Twitter/X thread drafted
[ ] LinkedIn post drafted
[ ] Email to existing list drafted
[ ] Community announcement drafted (Discord/Slack)
Coordination:
[ ] Launch date set and team aligned
[ ] Support coverage scheduled for launch day
[ ] Person assigned to monitor and respond on each channel
[ ] Response playbook for likely objections/questions
```
### Step 2: Product Hunt Launch Plan
Product Hunt is a snapshot of a day. Votes come in waves. Structure:
**Pre-launch (2-4 weeks before):**
- Create hunter network: ask 20-50 people to upvote on launch day. Real relationships only.
- Build PH presence: follow people, comment on others' launches to establish credibility.
- Prepare assets: logo, screenshots (×4), tagline (max 60 chars), description (max 260 chars)
**Launch day:**
- Post at 12:01 AM PST (start of day)
- Founder posts a personal comment at launch explaining the story
- Share PH link to: existing customers, email list, community, social — all at once in first 2 hours
- Monitor comments and respond within 30 minutes during business hours
**PH listing structure:**
```
Name: [Product name]
Tagline: [What it does in 60 chars — no marketing speak]
Description:
Problem: [1 sentence]
Solution: [1-2 sentences]
Key features: [3 bullets]
Who it's for: [1 sentence]
Try it: [link]
First maker comment:
[Personal story — why did you build this? What problem were YOU experiencing?]
[What's unique about your approach]
[What feedback you're looking for]
```
### Step 3: HN Show HN Plan
HN is about authenticity and technical depth. Different audience than PH.
**Show HN checklist:**
- Title format: "Show HN: [Product] – [plain English description]"
- Post between 6-9 AM EST weekdays
- First comment (posted by OP): technical details, what you learned building it, what you want feedback on
- Never ask for upvotes. Never.
- Respond to every comment in the first 2 hours. Especially critical ones.
**Founder's first comment template:**
```
[What technical challenge was interesting in building this]
[What surprised you about the problem]
[What stage you're at — alpha/beta/v1, open source or not]
[Specific thing you want feedback on]
```
### Step 4: Coordinated Launch Timeline
```
T-7 days: Notify existing community ("something big coming")
T-3 days: Brief top supporters / customers with early access
T-1 day: Prep all draft posts, schedule email
Launch day:
12:01 AM: Product Hunt live
6:00 AM: HN Show HN post
9:00 AM: Twitter/X thread from founder account
9:30 AM: Company social shares
10:00 AM: Email to existing list
11:00 AM: Community announcement
12:00 PM: LinkedIn post
Launch week:
Day 2: First press coverage follow-up (if outreach was done pre-launch)
Day 3: "What we learned from launch" reflection post/thread
Day 7: Share launch metrics publicly (if strong — transparency builds trust)
```
### Step 5: Post-Launch Follow-Through
The biggest launch mistake: no follow-through. Community joins and finds nothing happening.
```
Week 1: Respond to every comment, question, and issue from launch
Week 2: Share 2-3 user stories from people who tried it at launch
Week 3: Roadmap update based on launch feedback
Month 2: "What happened after our launch" post
```
### Step 6: Produce Launch Kit
Deliver all launch assets:
```markdown
# Launch Kit — [Product Name]
**Launch date:** [date]
**Goal:** [primary metric]
## Pre-Launch
[Checklist from Step 1]
## Product Hunt Listing
[Full listing copy]
## HN Show HN Post
[Title + first comment]
## Social Posts (all platforms)
[Ready-to-send posts per platform]
## Email to List
[Subject + body]
## Community Announcement
[Discord/Slack message]
## Launch Day Timeline
[Timeline from Step 4]
## Post-Launch Plan
[Week 1-4 actions]
## Success Metrics
- Primary: [metric — signups / stars / coverage]
- Secondary: [metric]
- How to measure: [specific tool or method]
```
## Delivery
Produce the complete launch kit with all assets written out and ready to use. Every piece should be copy-paste ready on launch day — no open questions.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
If output exceeds 40 lines, delegate to /atlas-report.
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.