shipping-and-launch
Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting…
What it does
- Deploying a feature to production for the first time
- Releasing a significant change to users
- Migrating data or infrastructure
- Opening a beta or early access program
- Any deployment that carries risk (all of them)
- [ ] All tests pass (unit, integration, e2e)
- [ ] Build succeeds with no warnings
Requirements & configuration
- Every deployment needs a rollback plan before it happens:
- | "We don't need feature flags for this" | Every feature benefits from a kill switch. Even "simple" changes can break things. |
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.
Source
Repository: https://github.com/addyosmani/agent-skills
shipping-and-launch FAQ
What does the shipping-and-launch skill do?
Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy. Deploying a feature to production for the first time Releasing a significant change to users
What does shipping-and-launch require?
Every deployment needs a rollback plan before it happens: | "We don't need feature flags for this" | Every feature benefits from a kill switch. Even "simple" changes can break things. |
How do I install shipping-and-launch?
Run: npx -y skills add https://github.com/addyosmani/agent-skills --skill shipping-and-launch --agent claude-code — the source lives at github.com/addyosmani/agent-skills.
Maintain shipping-and-launch?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/addyosmani-agent-skills-shipping-and-launch?ref=badge) npx agentictools info skills/addyosmani-agent-skills-shipping-and-launch The second line is the CLI lookup for this page — handy in READMEs and docs.