What problem does it solve? Deploying to production without a structured process leads to broken releases, undetected errors, and no way to recover when things go wrong. This Skill provides a complete launch framework so every deployment is reversible, observable, and incremental. ## Core Features & Use Cases - Pre-Launch Checklists: Covers code quality, security, performance, accessibility, infrastructure, and documentation gates that must pass before any deploy. - Feature Flags and Staged Rollouts: Guides deployment behind flags with a canary sequence (5% → 25% → 50% → 100%) and metric thresholds for advancing, holding, or rolling back. - Monitoring and Rollback Planning: Defines what to monitor (error rates, latency, Core Web Vitals), post-launch verification steps, and a documented rollback plan with trigger conditions. - Use Case: You are about to release a new task-sharing feature. Use this Skill to verify the pre-launch checklist, configure a feature flag, roll out to 5% of users, watch error-rate dashboards, and keep a one-minute rollback path ready. ## Quick Start Ask the agent to prepare a production launch plan with a pre-launch checklist, staged rollout schedule, and rollback strategy for your upcoming feature release.