shipping-and-launch

Coordinate production launches with pre-launch checklists, staged rollouts, monitoring, and rollback.

1|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Borisserz/FoodTracker --skill shipping-and-launch-borisserz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipping-and-launch
Source: https://github.com/Borisserz/FoodTracker/tree/main/.agents/skills/skills/shipping-and-launch
Command: npx skills add https://github.com/Borisserz/FoodTracker --skill shipping-and-launch-borisserz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments often lack guardrails, observability, and rollback options, leading to risky launches with untracked failures and long remediation times.

Core Features & Use Cases

  • Pre-launch checklists covering code quality, security, performance, accessibility, infrastructure, and documentation.
  • Staged rollout and feature flag strategy with canary and gradual rollout thresholds.
  • Monitoring, observability, error reporting, and health checks with dashboards and runbooks.
  • Rollback strategies and post-launch verification to ensure reversibility and rapid recovery.
  • Use Case: Release a major feature to a small subset of users, verify impact, then expand rollout with safeguards.

Quick Start

Follow the pre-launch checklist, enable staged rollout with feature flags, and monitor health dashboards during the initial production window.

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 launch with rollback capabilities?

To plan a safe production launch, you must enforce a structured pre-launch checklist, enable staged rollout with feature flags, and establish health monitoring and rollback procedures to ensure reversibility.

What is a canary rollout strategy and when do I need feature flags?

A canary rollout strategy releases a major feature to a small subset of users to verify impact before expanding. You need feature flags to control this gradual rollout and enforce safety thresholds.

How do I monitor production deployments and ensure observability during a release?

You ensure observability during a production release by configuring health checks, error reporting, and monitoring dashboards. These tools track system stability throughout the initial deployment window.

What should be included in a pre-launch checklist for infrastructure migrations?

A pre-launch checklist for infrastructure migrations should cover code quality, security, performance, accessibility, infrastructure readiness, and documentation to prevent untracked failures.

Can I use this staged rollout strategy for beta deployments and risky feature releases?

Yes, you can apply this staged rollout strategy to beta deployments, infrastructure migrations, and any risky feature releases requiring visibility, health monitoring, and rapid rollback capabilities.

What is the best way to handle rollback and post-launch verification after a deployment?

The best way to handle rollback is to define explicit rollback strategies and post-launch verification steps. This ensures rapid recovery and confirms system health after the production launch.