What problem does it solve? Deploying to production without a checklist, monitoring, or a rollback plan leads to broken releases discovered through user complaints instead of dashboards. This Skill structures the entire launch process so every deployment is reversible, observable, and incremental. ## Core Features & Use Cases - Pre-Launch Checklist: Covers code quality, security, performance, accessibility, infrastructure, and documentation gates that must pass before shipping. - Feature Flags and Staged Rollouts: Guides deployment behind flags with a canary sequence (5% → 25% → 50% → 100%) and explicit advance/hold/rollback thresholds for error rate, latency, and business metrics. - Monitoring and Rollback Strategy: Defines what to monitor post-launch, error budget release gates, and a documented rollback plan with trigger conditions and time-to-rollback targets. - Use Case: Before releasing a new task-sharing feature, use this Skill to verify the pre-launch checklist, deploy behind a feature flag, canary to 5% of users while watching error rates, and roll back instantly if thresholds are breached. ## Quick Start Ask the agent to prepare a production launch plan with a pre-launch checklist, staged rollout, and rollback strategy for your feature.