oss-launch
Installation
SKILL.md
OSS Launch
Take a private side project from "done" to a public GitHub launch in seven staged gates: pre-flight, review, brand, README, mention scrub, history rewrite (optional, hard-gated), public flip. Like ship, every stage reports the real command it ran and the run stops at the first gate that isn't met: never estimate a result, never skip a gate silently.
Track progress with TodoWrite (one line per stage) so the user sees where the launch train is if a gate stops it.
The stages
| # | Stage | Gate |
|---|---|---|
| 1 | Pre-flight | Repo is private; no leaked secrets; a license exists |
| 2 | Review | No unresolved Critical/High findings |
| 3 | Brand | (optional) logo/hero generated or reused |
| 4 | README + description | Value-prop-first README, topics set |
| 5 | Mention scrub | User confirms exactly what gets removed |
| 6 | History rewrite | Private only, ever-public check, explicit confirmation this turn |
| 7 | Public flip | Every earlier stage passed |