deployment-strategy

Installation
SKILL.md

Deployment Strategy

Decide how the release reaches production, how it is verified, and how it is reversed if reality disagrees with the plan.

Context

CI/CD automates the path to deployment; deployment strategy decides how much risk to take on each step of that path. It selects the rollout pattern that matches the change's blast radius, reversibility, and operational visibility.

Use this skill when "deploy" is no longer a binary action. The questions are: canary or blue-green, full rollout or staged activation, what to verify before expanding traffic, and what exact action restores service if the release misbehaves.

Inputs

  • ci-cd-pipeline -- The automated delivery path and available gates.
  • build-artifacts -- The exact release package that will be deployed.
  • release-plan -- The intended scope, release window, and stakeholder expectations when one exists.

Process

Step 1: Classify Release Risk

Related skills

More from yknothing/prodcraft

Installs
6
First Seen
Mar 27, 2026