shipping-and-launch

Organize safe production launches with pre-launch checklists, staged rollouts, and rollback plans.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill shipping-and-launch-asktinnguyen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipping-and-launch
Source: https://github.com/AskTinNguyen/vesper-team-skills/tree/main/shipping-and-launch
Command: npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill shipping-and-launch-asktinnguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production deployments often lack standardized checks, leading to outages or degraded user experiences. This skill provides a structured pre-launch checklist, rollout strategy guidance, and rollback plans to ensure releases are observable, reversible, and risk-managed.

Core Features & Use Cases

  • Pre-launch checklist categories (Code Quality, Security, Performance, Accessibility, Infrastructure, Documentation) with sign-off gates
  • Staged rollout strategy guidance and feature flag recommendations to minimize blast radius
  • Rollback planning and post-launch verification steps to quickly recover from issues

Quick Start

Audit your current release plan against the pre-launch checklist and implement a staged rollout with rollback safeguards.

Frequently Asked Questions about shipping-and-launch

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

FAQPage Schema
What is a staged rollout strategy for production deployments?

A staged rollout strategy minimizes deployment blast radius by incrementally releasing software to production using feature flags, ensuring changes are observable and reversible at each stage.

How do I create a pre-launch checklist for a software deployment?

Build a pre-launch checklist by defining sign-off gates across Code Quality, Security, Performance, Accessibility, Infrastructure, and Documentation to ensure standardized risk mitigation before deployment.

What should be included in a rollback plan for feature rollouts?

A rollback plan for feature rollouts must include feature flag toggles, infrastructure reversal procedures, and post-launch verification steps to quickly recover from degraded user experiences or outages.

Can I use this deployment checklist for data migrations and infrastructure changes?

Yes, this deployment risk mitigation applies to software deployments, feature rollouts, data migrations, and infrastructure changes by providing standardized observable launch and rollback guidance.

Why do production deployments lack standardized checks and cause outages?

Production deployments cause outages when they lack structured pre-launch checklists, observable rollout strategies, and rollback safeguards, leading to unmitigated risks and degraded user experiences.