Shipping launch checklist
Skill charlieviettq/awesome-agent-skill/.cursor/skills/reliability-ops/shipping-launch-checklist
Pre-launch and rollout checklist—feature flags, thresholds, rollback, monitoring, and comms. Use before production releases or risky deploys. Triggers: "launch", "ship to prod", "rollout", "release checklist", "go live".From its SKILL.md
npx -y skills add charlieviettq/awesome-agent-skill --skill shipping-launch-checklistAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 222 tokens by cl100k_base, as published. Nobody here has run it
Shipping and launch checklist
Pre-launch
- Success criteria and rollback trigger defined
- Feature behind flag or dark launch when possible
- Migrations backward-compatible or reversible plan
- Dashboards/alerts for new paths (
observability-slo) - Runbook: who to page, how to revert
Rollout
| Strategy | When |
|---|---|
| Big bang | Low risk, small blast radius |
| Percentage | Gradual exposure with metrics watch |
| Cohort/region | Geo or tenant isolation first |
During rollout
- Watch error rate, latency, business KPIs vs baseline
- Stop or roll back if thresholds breached (define before launch)
Post-launch
- Remove temporary flags after stable period
- Document known issues and follow-ups
- Postmortem if incident (
postmortem-writing)
Related
gstack/ship, gstack/land-and-deploy, gstack/canary, observability-slo
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.