Incident Runbook Generation

Generate incident runbooks from Build Brief sections, SLOs, and failure modes.

2|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/bigeasyfreeman/adlc --skill incident-runbook-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Incident Runbook Generation
Source: https://github.com/bigeasyfreeman/adlc/tree/main/skills/incident-runbook
Command: npx skills add https://github.com/bigeasyfreeman/adlc --skill incident-runbook-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of incident runbooks, empowering on-call engineers with actionable guidance at 2am.

Core Features & Use Cases

  • Automatic Runbook Generation: Creates detailed runbooks from Build Brief sections and SLOs.
  • Structured Runbook Format: Ensures readability and actionable steps.
  • Alert Configuration: Generates alert configurations based on SLO targets and failure modes.
  • On-Call Briefing: Provides a condensed briefing for engineers rotating onto on-call.

Quick Start

Generate an incident runbook for a feature deployment with the command 'adlc-runbook generate --brief build-brief.md'.

Frequently Asked Questions about Incident Runbook Generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate incident runbooks from Build Briefs and SLOs?

To generate incident runbooks, use the command 'adlc-runbook generate --brief build-brief.md' to parse markdown Build Brief sections, SLOs, and failure modes into structured, actionable documentation for on-call engineers.

What is an incident runbook and why do I need one for on-call rotations?

An incident runbook provides on-call engineers with structured documentation, alert configurations, and condensed briefings, ensuring they have actionable guidance to resolve incidents quickly during rotations.

Can I use this to create alert configurations based on SLO targets?

Yes, this skill processes SLO targets and failure modes to automatically generate alert configurations, ensuring monitoring aligns directly with your service level objectives and documented failure scenarios.

What input format is required for automated runbook generation?

Automated runbook generation requires parsing and processing of markdown and JSON inputs, specifically using Build Brief sections and SLO definitions to create the structured incident documentation.

How do I prepare an on-call briefing for engineers rotating onto incident management?

This skill provides a condensed on-call briefing by extracting relevant details from Build Briefs and SLOs, giving rotating engineers a quick overview of actionable steps and alert configurations.