shipping-and-launch

Create a pre-launch verification checklist, monitoring plan, and rollback strategy for production releases.

42|3|Updated May 8, 2026
One-click install
npx skills add https://github.com/KevinKE93/Dev_Agent_OPC --skill shipping-and-launch-kevinke93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipping-and-launch
Source: https://github.com/KevinKE93/Dev_Agent_OPC/tree/main/dev-agent/skills/shipping-and-launch
Command: npx skills add https://github.com/KevinKE93/Dev_Agent_OPC --skill shipping-and-launch-kevinke93

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents production launches from going out without the safeguards needed for safe, observable, reversible deployments.

Core Features & Use Cases

  • Pre-launch checklist across quality, security, performance, accessibility, infrastructure, and documentation to reduce avoidable release risk.
  • Feature flag strategy and staged rollout planning to decouple deployment from release and limit blast radius.
  • Monitoring, observability, post-launch verification, and rollback procedures to detect regressions early and recover quickly.

Use it when you are releasing a risky or first-time production change, such as migrating infrastructure, launching a beta, enabling a significant feature, or deploying a data-related update.

Quick Start

Use the shipping-and-launch skill to prepare a full production launch plan for your project, including a pre-launch checklist, staged rollout steps, monitoring metrics, and a rollback strategy.

Frequently Asked Questions about shipping-and-launch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a safe production deployment for a high-risk feature rollout?

To plan a safe production deployment, generate a pre-launch verification checklist across quality, security, and performance, paired with a staged rollout strategy and rollback procedures to ensure the release is reversible and observable.

What is a staged rollout and how does feature flag governance limit blast radius?

A staged rollout uses feature flag governance to decouple deployment from release, incrementally enabling features for specific user segments to limit the blast radius and ensure changes remain reversible if regressions occur.

How do I create a monitoring and observability plan for post-launch verification?

Create a monitoring and observability plan by defining specific metrics and post-launch verification requirements that detect regressions early, ensuring your infrastructure maintains visibility during and after the release.

Can I use this for infrastructure migrations and beta early access enablement?

Yes, you can use this for infrastructure migrations and beta early access enablement, as it creates deployment strategies and pre-launch checklists specifically designed for risky or first-time production changes.

What's the best way to define rollback thresholds for a production launch?

The best way to define rollback thresholds is to establish defined rollout thresholds within your deployment strategy, specifying the exact monitoring metrics and failure conditions that trigger an automatic or manual rollback procedure.