| name | launch-checklist |
| description | First launch specific checklist. Soft launch plan, metrics to watch, and go/no-go criteria. Use for the first public launch of a new Roblox game. |
/launch-checklist — First Launch Preparation
Delegate to: release-manager (with producer, analytics-retention-specialist, community-manager)
Unique to First Launch
First launches are higher-risk than updates — no existing player base to forgive bugs, and a bad first impression is hard to recover from. This checklist goes beyond /release-checklist with launch-specific considerations.
Phases
Phase 1: Soft Launch (Private Testing)
Phase 2: Limited Public (Optional)
Phase 3: Marketing Push
Phase 4: Launch Day
Critical Go/No-Go Criteria
Go Criteria (all must be true)
No-Go Triggers
Launch Day Monitoring
Metrics to Watch (First 4 Hours)
- CCU: Real-time concurrent users
- Join Rate: New players per minute
- Session Length: First-session duration
- Crash Rate: Client/server crashes
- Error Rate: Script errors
- DataStore Errors: Save/load failures
- Revenue: ARPDAU, conversion rate (if monetization enabled)
Alert Thresholds (trigger immediate response)
- CCU drops > 50% in 15 minutes
- Crash rate > 5%
- DataStore error rate > 1%
- Player reports > 10 of same issue
Response Protocol
- Verify issue (reproduce or confirm from multiple reports)
- Classify severity
- If hotfixable: run
/hotfix workflow
- If not: consider rollback via Studio version history
- Communicate to community (Discord, Twitter)
- Document for post-launch retro
Output
# Launch Checklist: [Game Name]
**Target Launch Date**: YYYY-MM-DD
**Soft Launch Date**: YYYY-MM-DD
**Phase**: [Planning / Soft Launch / Public Limited / Marketing / Launch / Post-Launch]
## Go/No-Go Status
- Critical criteria: [X/Y met]
- **Recommendation**: [Go / Delay / Reset Soft Launch]
## Monitoring Setup
- Dashboards: [list]
- Alerts: [list]
- On-call: [who]
## Communication Plan
- Discord: [announcement ready?]
- Twitter: [post schedule?]
- Creators: [notified?]
## Risk Register
1. [Top launch risk]
2. [Top launch risk]
## Next Steps
1. [Immediate action]
2. [Immediate action]