What problem does it solve?
This skill mitigates the risks associated with production deployments by providing a structured framework for safe releases, ensuring that every launch is observable, incremental, and reversible.
Core Features & Use Cases
- Pre-Launch Verification: A comprehensive checklist covering code quality, security, performance, accessibility, and infrastructure to prevent common deployment failures.
- Feature Flag & Rollout Strategy: Guidance on decoupling deployment from release using feature flags and staged rollouts to minimize blast radius.
- Rollback Planning: Standardized procedures for monitoring metrics and executing immediate rollbacks if thresholds are breached.
- Use Case: Use this skill when preparing to release a significant feature to production to ensure all monitoring, rollback plans, and success criteria are in place before the code goes live.
Quick Start
Use the sdlc-7-shipping-and-launch skill to generate a pre-launch checklist and rollback plan for the upcoming production deployment.