Agent skill · Security

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.

vibeevalgithub.com/vibeevalGitHub ↗
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill saas-launch-checklist --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/saas-launch-checklist/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Pre-Launch Checklist (28 Items)
  2. Infrastructure (5 items)
  3. Security (5 items)
  4. Legal (4 items)
  5. Payment (4 items)
  6. Email (4 items)
  7. Analytics (3 items)
  8. Performance (3 items)
  9. Day-1 Monitoring Dashboard
  10. Dashboard as Code (Prometheus Queries)
  11. Rollback Plan Template
  12. Incident Response Playbook Skeleton
  13. Post-Launch: First 7 Days Checklist
  14. Day 1 (Launch Day)
More from vibecosystem
All skills →
About this skill
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.

Keep going