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 repeatable launch workflow covering readiness checks, staged rollouts, monitoring, and rollback planning. ## Core Features & Use Cases - Pre-Launch Checklist: Covers code quality, security, performance, accessibility, infrastructure, and documentation gates before any deploy. - Staged Rollout with Thresholds: Defines a deploy-to-staging, feature-flag, canary (5% to 100%) sequence with explicit advance/hold/rollback metric thresholds. - Rollback and Error Budget Gates: Requires a documented rollback plan and uses error budget policy to decide whether it is safe to ship. - Use Case: Before releasing a new task-sharing feature, run the checklist, deploy behind a feature flag, canary to 5% of users while watching error rate and P95 latency, then roll out gradually with a tested rollback path. ## Quick Start Use the shipping-and-launch skill to prepare a pre-launch checklist and staged rollout plan for my upcoming production deployment.