Runbook generator

Write a runbook somebody woken at 3am can follow without thinking.

vstorm-co 83f4b5f 1.1 KB Updated

File contents

Writing a runbook

Written for the least-context person on the rota, at the worst hour. Assume no prior knowledge and no time.

The shape

Symptom — what they will see, in the words the alert uses. Verify — one command that confirms it is this and not something similar. Impact — who is affected, so severity can be set immediately. Fix — numbered steps, exact commands, expected output after each. If that fails — the next branch, or who to wake. Afterwards — what to check, what to record.

Rules

Every command is copy-pasteable with placeholders in <angle brackets>. Every destructive step says what it destroys and how to reverse it, immediately before the command. Every step says how to tell it worked.

Always name a person

An escalation to a team at 3am reaches nobody. Name the rota.

Never

Write "investigate the logs" as a step, assume a tool is installed, or leave the rollback in a different document.

vstorm-co/agenticos/tree/main/backend/app/core/catalog/skill_gallery/software/runbook-generator commit 83f4b5fde2

Frequently asked questions

npx skillmds@latest add vstorm-co/runbook-generator