What problem does it solve? Deploying to production without a structured process leads to broken releases, undetected errors, and no way to recover quickly. This Skill provides a complete launch framework 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 before any deploy. - Feature Flags & Staged Rollout: Decouples deployment from release with a flag lifecycle and a canary sequence (5% → 25% → 50% → 100%) with explicit advance/hold/rollback thresholds. - Monitoring & Rollback Strategy: Defines what metrics to watch, post-launch verification steps, and a documented rollback plan with trigger conditions and time-to-recover targets. - Use Case: You are about to ship a new task-sharing feature. Use this Skill to verify the checklist, deploy behind a feature flag, canary to 5% of users while watching error rates and P95 latency, then roll out gradually with a rollback plan ready. ## Quick Start Use the shipping-and-launch skill to prepare a pre-launch checklist and staged rollout plan for my upcoming production deployment.