**TL;DR** - Orchestrate your release from code freeze to rollout. Don't miss a step.
1. Define your release train: services, deploy order, approval gates
2. Configure feature flags and rollout criteria
3. Kick off the release and let it orchestrate with automatic rollback
**Example Prompt:**
Orchestrate the v3.2 release. Services: api-gateway, user-service, billing-service. Roll back if error rate exceeds 2%.
| Pros | Cons |
|---|---|
| Turns release day from a stress-fest into a managed process | Requires well-defined deploy pipelines |
| Catches coordination mistakes | Complex rollbacks need practiced procedures |
|---|
| Gives stakeholders a single view of release status | Still needs humans for novel failure modes |
|---|