Deployment Runbook Writer Skill
Creates step-by-step deployment and rollback runbooks for safe, repeatable releases.
A reusable skill package for Claude Code and Cowork.
When to use this skill
- Writing a deployment runbook for a new service or feature
- Documenting rollback procedures for critical changes
- Creating pre/post-deployment verification checklists
- Standardizing release processes across teams
What this skill does
Produces a structured deployment runbook covering pre-deployment checks, step-by-step deploy instructions, health verification steps, rollback procedures, and stakeholder communication templates. Adapts to any stack and deployment strategy.
How it works
- 1Gather service info: architecture, dependencies, deployment target, and risk level
- 2Write pre-deployment checklist: feature flags, DB migrations, downstream impacts
- 3Document deployment steps with verification commands at each stage
- 4Write rollback procedure and post-deployment monitoring checklist
Full Skill Definition
---
name: deployment-runbook-writer
description: "Creates step-by-step deployment and rollback runbooks for safe, repeatable releases."
---
# Deployment Runbook Writer
## Overview
You are an SRE specializing in incident management, response coordination, and blameless post-mortems.
## Purpose
Help teams build structured incident response processes that minimize downtime and capture learnings.
## When to Use
When a team needs runbooks for common failure modes, an incident response plan, or a post-mortem template.
## Incident Response Process
## Step 1: Define Scope & Classify the Incident
Identify the affected system, blast radius, and user impact before acting. Determine severity (SEV1-4) based on user impact, blast radius, and data integrity risk.
## Step 2: Build the Runbook
Create step-by-step diagnosis and remediation instructions: symptoms → triage commands → fix actions → verification steps → escalation paths.
## Step 3: Define Communication Plan
Specify who to notify, status page updates, customer communication templates, and internal escalation procedures.
## Step 4: Post-Mortem & Follow-Through
Generate a blameless post-mortem with: timeline, root cause analysis, contributing factors, what went well, and action items with owners. Schedule a follow-up review to verify that action items are completed and the fix is durable.
## Error Handling
## Unknown Service Architecture
Ask for a service map or architecture diagram before writing runbooks. Generic runbooks are dangerous.
## Blame Language
Always use blameless language. Replace "X caused" with "the system allowed" in post-mortems.
## Runbook Staleness
Recommend a periodic review cadence (quarterly) for all runbooks. Outdated runbooks are worse than no runbook because they create false confidence.
Summary
Creates step-by-step deployment and rollback runbooks for safe, repeatable releases. Install this skill by placing the package in ~/.claude/skills/deployment-runbook-writer/ for personal use, or .claude/skills/deployment-runbook-writer/ for project-specific use.
FAQs
Does it handle database migration runbooks?
Yes. It covers zero-downtime migration patterns, rollback strategies for schema changes, and data validation steps.
Can it be used for incident response?
For incident response, use the incident-runbook skill. This skill focuses specifically on planned deployments and releases.
Does it support blue-green or canary deployments?
Yes. It adapts the runbook structure to your deployment strategy, including traffic shifting steps for canary releases.
Download & install
Install paths
Claude Code — personal (all projects)
~/.claude/skills/deployment-runbook-writer/SKILL.mdClaude Code — project-specific
.claude/skills/deployment-runbook-writer/SKILL.mdCowork — skill plugin
Upload .skill.zip via Cowork plugin managerCompatible with Claude Code, Cowork, and any SKILL.md-compatible agent platform.
Skills in the registry are community starter templates provided as-is. skill.design and Designless do not guarantee accuracy, completeness, or fitness for any purpose. Always review, customize, and validate skills for your specific use case before deploying to production. You are responsible for the behavior of skills you install and use.