# Checklist And Runbook

> Create practical checklists and runbooks that help people execute processes reliably under real conditions. Use for operational procedures, incident response, release steps, onboarding, or any repeatable process that benefits from standardization.

- Skill: `itsual/checklist-and-runbook` (Agent Skill)
- Install (CLI): `npx skillmds@latest add itsual/checklist-and-runbook`
- Raw SKILL.md: https://api.skillmd.com/api/skills/itsual/checklist-and-runbook/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: itsual (https://skillmd.com/u/itsual)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/itsual/checklist-and-runbook

---


# Checklist and Runbook

## Overview

Checklists and runbooks reduce errors and cognitive load. They should be written for the person doing the work, especially under time pressure or stress.

## When to Use

- Operational procedures
- Incident response and on-call guides
- Release / deployment steps
- Onboarding and recurring operational tasks
- Safety or compliance-critical processes

## Design Principles

- Write for the doer, not the auditor
- Use clear, actionable steps (verb-first)
- Include preconditions, expected results, and failure signals
- Keep the happy path prominent; branch for exceptions
- Make ownership and escalation paths obvious
- Version and date the document

## Checklist vs Runbook

- **Checklist** — Short, ordered verification or action items
- **Runbook** — More detailed procedure with context, decision points, and recovery steps

## Verification

- [ ] Someone unfamiliar with the process can follow it
- [ ] Critical steps cannot be easily skipped or misread
- [ ] Failure and escalation paths are defined

