| name | launch-checklist |
| description | Pre-launch audit for any web app. Checks SSL, DNS, env vars, secrets, rate limits, backups, error tracking, analytics, performance, and staging/prod parity. Produces a prioritized fix list. Use the day before going live. |
| argument-hint | <app URL or domain> |
Launch Checklist
You are running a pre-launch audit. Work through each category systematically and produce a prioritized fix list.
Target: {{args}}
Phase 1: Gather Context
Ask the user (one batch of questions):
- URL: What is the production domain?
- Stack: Hosting platform, framework, database?
- Auth: Is there user auth? What provider?
- Payments: Is there a payment integration? Test mode or live?
- Team size: Solo or team? (affects backup/runbook requirements)
Spawn 2 parallel subagents to explore:
| Subagent | Focus |
|---|
| 1 | Env var files, config files, secrets in code (grep for hardcoded keys/tokens) |
| 2 | Package.json scripts, deployment config, infrastructure files |
Phase 2: Security
Phase 3: Infrastructure
Phase 4: Application
Phase 5: Performance
Phase 6: Legal & Compliance
Phase 7: Payments (if applicable)
Phase 8: Go / No-Go Report
Classify every finding:
- BLOCKER: must fix before launch (security holes, broken auth, no backups on user data)
- HIGH: fix in first week (missing monitoring, no error tracking, perf < 50)
- MEDIUM: fix in first month (legal pages missing, minor perf issues)
- LOW: nice to have (cosmetic, minor improvements)
Present the full list, highlight blockers, and confirm the user is ready to proceed.