# Rollout Strategy

> Phased rollout plans with rollback. Use when deploying a change that has risk and needs controlled exposure before full release.

- **Type:** Skill
- **Install:** `agentstack add skill-uthumany-uthy-legacy-os-rollout-strategy`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [uthumany](https://agentstack.voostack.com/s/uthumany)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [uthumany](https://github.com/uthumany)
- **Source:** https://github.com/uthumany/uthy-legacy-os/tree/main/skills/shipping/rollout-strategy
- **Website:** https://uthumany.github.io/uthy-legacy-os/

## Install

```sh
agentstack add skill-uthumany-uthy-legacy-os-rollout-strategy
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Rollout Strategy

## Overview

Rollout strategy is about managing risk during deployment. Instead of flipping a switch for everyone, you gradually increase exposure, monitoring for problems at each step, with a clear rollback plan if things go wrong. This skill covers feature flags, canary releases, and progressive delivery.

## When to Use

- Shipping a feature with significant user impact
- Making infrastructure or architectural changes
- Introducing breaking API changes
- Releasing to users who depend on reliability
- Don't use for: trivial UI changes, content updates, or features behind an opt-in beta already

## Instructions

### 1. Define the Rollout Phases

**Phase 0: Internal** — Dogfood with your own team
- Goals: Catch obvious bugs, test basic functionality
- Duration: 1-3 days
- Success criteria: No P0 bugs, team can use the feature

**Phase 1: Alpha** — 5-10% of users, internal only
- Goals: Validate performance, catch edge cases
- Duration: 3-7 days
- Success criteria: Error rate  1% for 5+ minutes
- Support ticket volume triples baseline
- Revenue drop > 5%

### Rollback procedure:
1. Disable feature flag [flag-name]
2. Verify: traffic returns to previous version
3. Notify: #oncall channel
4. Document: Root cause in incident doc

### Post-rollback:
- Fix the issue
- Re-test on staging
- Re-start rollout from Phase 1
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [uthumany](https://github.com/uthumany)
- **Source:** [uthumany/uthy-legacy-os](https://github.com/uthumany/uthy-legacy-os)
- **License:** MIT
- **Homepage:** https://uthumany.github.io/uthy-legacy-os/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-uthumany-uthy-legacy-os-rollout-strategy
- Seller: https://agentstack.voostack.com/s/uthumany
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
