Launch Readiness
Use this skill before a project is posted on GitHub, X, Product Hunt, Reddit, Hacker News, or a community forum.
Audit Areas
Check the project from a first-time visitor's point of view:
- Name: understandable, searchable, and not misleading.
- One-line promise: clear within five seconds.
- README: problem, install, usage, examples, screenshots or terminal output.
- Demo: the fastest proof that it works.
- Trust: license, security notes, data handling, limitations.
- Setup: works from a clean environment.
- Examples: realistic enough to show value.
- Differentiation: explains why this exists.
- Contribution path: issues, roadmap, or extension points.
- Social launch: draft tweet thread, Hacker News post angle, Reddit post framing.
Output Format
## Launch Verdict
Ready / Almost ready / Not ready.
## Biggest Conversion Gaps
- Gap: why it hurts adoption, how to fix it.
## Quick Wins
- Change that can be done today.
## Trust Risks
- Risk and mitigation.
## README Rewrite Notes
Specific sections or copy to improve.
## Social Launch Prep
- Twitter/X thread: 3-5 tweets covering problem, solution, demo, and ask.
- Hacker News: Show HN title and opening paragraph angle.
- Reddit: subreddit targets and post framing.
## Launch Checklist
- [ ] Item
Judgment Rules
- Prioritize clarity over cleverness.
- A project without a quickstart is not launch-ready.
- A skill pack should include example prompts.
- A developer tool should include at least one realistic input and output.
Related
If you find yourself repeating any part of this audit as a workflow, use workflow-to-skill to package it as a reusable skill.
1---2name: launch-readiness3description: Use when auditing a GitHub repository, open source project, skill pack, template, CLI, MCP server, or developer tool before publishing or promoting it.4---56# Launch Readiness78Use this skill before a project is posted on GitHub, X, Product Hunt, Reddit, Hacker News, or a community forum.910## Audit Areas1112Check the project from a first-time visitor's point of view:1314- Name: understandable, searchable, and not misleading.15- One-line promise: clear within five seconds.16- README: problem, install, usage, examples, screenshots or terminal output.17- Demo: the fastest proof that it works.18- Trust: license, security notes, data handling, limitations.19- Setup: works from a clean environment.20- Examples: realistic enough to show value.21- Differentiation: explains why this exists.22- Contribution path: issues, roadmap, or extension points.23- Social launch: draft tweet thread, Hacker News post angle, Reddit post framing.2425## Output Format2627```markdown28## Launch Verdict2930Ready / Almost ready / Not ready.3132## Biggest Conversion Gaps3334- Gap: why it hurts adoption, how to fix it.3536## Quick Wins3738- Change that can be done today.3940## Trust Risks4142- Risk and mitigation.4344## README Rewrite Notes4546Specific sections or copy to improve.4748## Social Launch Prep4950- Twitter/X thread: 3-5 tweets covering problem, solution, demo, and ask.51- Hacker News: Show HN title and opening paragraph angle.52- Reddit: subreddit targets and post framing.5354## Launch Checklist5556- [ ] Item57```5859## Judgment Rules6061- Prioritize clarity over cleverness.62- A project without a quickstart is not launch-ready.63- A skill pack should include example prompts.64- A developer tool should include at least one realistic input and output.6566## Related6768If you find yourself repeating any part of this audit as a workflow, use `workflow-to-skill` to package it as a reusable skill.