runbook
FeaturedCreate or update a runbook for an operational scenario — an incident an alert fires for, a recurring scheduled task, or a known failure mode on a live service — using a consistent template. Use when writing, drafting, authoring, or updating a runbook for an alert, incident, on-call procedure, scheduled maintenance, or operational SOP. Applies a YAGNI preflight requiring the scenario to be real before producing the runbook. Does not produce feature or system documentation — use project-documentation. Does not record architectural decisions — use architectural-decision-record. Does not create coding standards — use coding-standard.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- testdouble
- Repository
- testdouble/han
- Created
- 4 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
namht-runbook
Produce an operational runbook a teammate can follow at 2am — health checks, deploy and rollback, symptom→diagnosis→fix playbooks for the failures this system actually has, alert-to-action mapping, data recovery (migrations, DLQ replay), and escalation. Grounded in the Knowledge Base, the real deploy/CI config and the error handling in the code; anything only a human knows is marked as a gap, never invented. Use when the user says "/runbook", "make a runbook", "on-call guide", "operations doc", "what do we do when X breaks", or wants the KB turned into something the team can operate from.
runbook-generator
Generate an operational runbook for a service — covering deploy/rollback, common incidents, on-call escalation, SLOs, dashboards, and dependencies. Use when the user is launching a new service, onboarding to on-call, or being asked for "the runbook" by SRE or production-readiness review.
runbook
Write an operational runbook that an on-call engineer can execute at 3am. Use when adding an alert, launching a service, or after an incident exposed a missing procedure.