shipping-and-launch

Guide production deployments with pre-launch checklists, feature flags, and staged rollouts.

Updated May 14, 2026
One-click install
npx skills add https://github.com/soloamente/still --skill shipping-and-launch-soloamente
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipping-and-launch
Source: https://github.com/soloamente/still/tree/main/.cursor/skills/shipping-and-launch
Command: npx skills add https://github.com/soloamente/still --skill shipping-and-launch-soloamente

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The 'shipping-and-launch' Skill solves the problem of safely and effectively deploying features to production, by providing a comprehensive checklist and guidelines for every step of the process.

Core Features & Use Cases

  • Pre-Launch Checklist: Offers a detailed list of items to ensure code quality, security, performance, accessibility, and infrastructure readiness.
  • Feature Flag Strategy: Explains how to use feature flags for controlled rollout and to decouple deployment from release.
  • Staged Rollout: Guides users on a staged rollout sequence for deploying features incrementally and safely.
  • Monitoring and Observability: Provides instructions on what to monitor and how to handle errors and rollbacks.

Quick Start

Run the pre-launch checklist before deploying a new feature to production.

Frequently Asked Questions about shipping-and-launch

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

FAQPage Schema
How do I use feature flags for a controlled staged rollout in production?

Use feature flags during a staged rollout to decouple deployment from release, allowing you to incrementally expose features to users while maintaining control over the production environment. This strategy ensures changes are reversible.

What should be on a pre-launch checklist before deploying to production?

A pre-launch checklist for production deployment should verify code quality, security, performance, accessibility, and infrastructure readiness to ensure the release is reversible, observable, and incremental.

What is the best way to monitor a production deployment after a feature launch?

The best way to monitor a production deployment is by establishing observability metrics for error handling and rollbacks, ensuring the launched feature remains stable and reversible throughout its lifecycle.

How do I ensure my production deployment is reversible and observable?

Ensure production deployments are reversible and observable by implementing a structured feature flag strategy, following a staged rollout sequence, and defining specific monitoring and error handling procedures beforehand.

Do I need prior deployment workflow knowledge to use a staged rollout process?

Yes, executing a staged rollout process requires an existing understanding of deployment workflows, feature flag management, and error handling to safely guide features into the production environment.

Why decouple deployment from release when launching new features?

Decoupling deployment from release allows you to push code to production safely without exposing it to users immediately, enabling incremental staged rollouts and easier rollbacks if errors occur.