# Rollout

> Walk a deployment through staging, canary, and the full fleet. Use when releasing a service to production.

- Skill: `stbenjam/rollout` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stbenjam/rollout`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stbenjam/rollout/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: stbenjam (https://skillmd.com/u/stbenjam)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/stbenjam/rollout

---


# Rollout

Deploy in three stages, verifying health between each.

## Steps

1. Deploy to staging and run the smoke suite.
2. Promote to the canary group and watch error rates for ten minutes.
3. Roll out to the full fleet, one zone at a time.

