⚙️

Operations Runbook

Create or update an operational runbook for a recurring task or procedure. Use when documenting a task that on-call or ops needs to run repeatably, turning tribal knowledge into exact step-by-step commands, adding troubleshooting and rollback steps to an existing procedure, or writing escalation paths for when things go wrong.

by @anthropics · Apache 2.0 New

What this skill does

Turn recurring tasks into clear, step-by-step instructions that anyone on your team can follow without needing your direct input. You'll generate a structured procedure guide complete with troubleshooting tips and recovery steps to handle errors confidently. Reach for this whenever you need to document a process or ensure critical work continues smoothly even when you're unavailable.

Anthropic · Productivity
view on github ↗

name: runbook description: Create or update an operational runbook for a recurring task or procedure. Use when documenting a task that on-call or ops needs to run repeatably, turning tribal knowledge into exact step-by-step commands, adding troubleshooting and rollback steps to an existing procedure, or writing escalation paths for when things go wrong. argument-hint: ""

/runbook

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Create a step-by-step operational runbook for a recurring task or procedure.

Usage

/runbook $ARGUMENTS

Output

## Runbook: [Task Name]
**Owner:** [Team/Person] | **Frequency:** [Daily/Weekly/Monthly/As Needed]
**Last Updated:** [Date] | **Last Run:** [Date]

### Purpose
[What this runbook accomplishes and when to use it]

### Prerequisites
- [ ] [Access or permission needed]
- [ ] [Tool or system required]
- [ ] [Data or input needed]

### Procedure

#### Step 1: [Name]

[Exact command, action, or instruction]

**Expected result:** [What should happen]
**If it fails:** [What to do]

#### Step 2: [Name]

[Exact command, action, or instruction]

**Expected result:** [What should happen]
**If it fails:** [What to do]

### Verification
- [ ] [How to confirm the task completed successfully]
- [ ] [What to check]

### Troubleshooting
| Symptom | Likely Cause | Fix |
|---------|-------------|-----|
| [What you see] | [Why] | [What to do] |

### Rollback
[How to undo this if something goes wrong]

### Escalation
| Situation | Contact | Method |
|-----------|---------|--------|
| [When to escalate] | [Who] | [How to reach them] |

### History
| Date | Run By | Notes |
|------|--------|-------|
| [Date] | [Person] | [Any issues or observations] |

If Connectors Available

If ~~knowledge base is connected:

  • Search for existing runbooks to update rather than create from scratch
  • Publish the completed runbook to your ops wiki

If ~~ITSM is connected:

  • Link the runbook to related incident types and change requests
  • Auto-populate escalation contacts from on-call schedules

Tips

  1. Be painfully specific — “Run the script” is not a step. “Run python sync.py --prod --dry-run from the ops server” is.
  2. Include failure modes — What can go wrong at each step and what to do about it.
  3. Test the runbook — Have someone unfamiliar with the process follow it. Fix where they get stuck.

Install this Skill

Skills give your AI agent a consistent, structured approach to this task — better output than a one-off prompt.

npx skills add anthropics/knowledge-work-plugins --skill operations
Download ZIP

Official Anthropic skill. Need a walkthrough? See the install guide →

Works with

No terminal needed — Claude.ai works by pasting the skill into custom instructions.

Details

License
Apache 2.0
Source file
show path operations/skills/runbook/SKILL.md
operations runbook knowledge-work-plugin