What problem does it solve? Deploying to production without a structured process leads to outages, undetected regressions, and irreversible releases. This Skill provides a disciplined framework for shipping features safely with checklists, monitoring, and rollback strategies. ## Core Features & Use Cases - Pre-Launch Checklists: Covers code quality, security, performance, accessibility, infrastructure, and documentation gates before any deployment. - Feature Flags & Staged Rollouts: Implements a flag lifecycle and a staged sequence (staging → internal → 5% → 25% → 50% → 100%) with go/no-go thresholds for error rate, latency, and business metrics. - Monitoring & Rollback Plans: Defines what to observe (application, infrastructure, client metrics), post-launch verification steps, and documented rollback triggers and procedures. - Use Case: Before releasing a new task-sharing feature, use this Skill to run the full pre-launch checklist, gate the feature behind a flag, roll out to 5% of users while watching error-rate thresholds, and keep a one-minute flag-disable rollback ready. ## Quick Start Ask the agent to prepare a production launch plan with a pre-launch checklist, staged rollout thresholds, and a rollback strategy for your upcoming feature deployment.