saas-launch-checklist
Pre-launch verification across infrastructure, security, legal, payment, email, analytics, and performance. Day-1 monitoring, rollback plan, incident response skeleton, and post-launch week-1 checklist.
npx skills add vibeeval/vibecosystem --skill saas-launch-checklist --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# SaaS Launch Checklist A structured checklist for shipping a SaaS product to production with confidence. Every item exists because someone skipped it and regretted it. ## Pre-Launch Checklist (28 Items) ### Infrastructure (5 items) - [ ] **SSL/TLS** -- Certificate installed, auto-renewal configured (Let's Encrypt / ACM), HSTS header present - [ ] **CDN** -- Static assets served through CDN, cache-control headers set, origin shielding enabled - [ ] **Backup** -- Database backup scheduled (daily minimum), tested restore procedure, off-site copy - [ ] **Monitoring** -- Health check endpoint returns 200 when healthy and 503 when degraded, uptime monitor pings every 60s - [ ] **Alerting** -- PagerDuty/Opsgenie configured, on-call rotation set, escalation policy defined (5 min ack SLA) ### Security (5 items) - [ ] **Penetration test** -- Run OWASP ZAP or equivalent against staging, fix all HIGH/CRITICAL findings - [ ] **Dependency audit** -- `npm audit` / `pip-audit` / `trivy` shows zero critical CVEs - [ ] **Secret rotation** -- All production secrets differ from staging, rotation schedule documented - [ ] **Rate limiting** -- API endpoints rate-limited (e.g., 100 req/min per user), au
- Pre-Launch Checklist (28 Items)
- Infrastructure (5 items)
- Security (5 items)
- Legal (4 items)
- Payment (4 items)
- Email (4 items)
- Analytics (3 items)
- Performance (3 items)
- Day-1 Monitoring Dashboard
- Dashboard as Code (Prometheus Queries)
- Rollback Plan Template
- Incident Response Playbook Skeleton
- Post-Launch: First 7 Days Checklist
- Day 1 (Launch Day)
What does the saas-launch-checklist skill do?
Pre-launch verification across infrastructure, security, legal, payment, email, analytics, and performance. Day-1 monitoring, rollback plan, incident response skeleton, and post-launch week-1 checklist.
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill saas-launch-checklist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
