---
name: Engineering Runbook
slug: engineering-runbook
category: DevOps
description: "Engineering Runbook generates a single-page engineering runbook with service overview, alerts table, dashboards links, common procedures, on-call rotation, and an incident-response checklist. Use it when the brief mentions 'runbook', 'ops doc', 'on-call guide', 'SRE doc', or '运维手册'."
github: "https://github.com/nexu-io/open-design/tree/main/design-templates/eng-runbook"
language: TypeScript
stars: 85410
forks: 10012
install: "npx degit https://github.com/nexu-io/open-design/tree/main/design-templates/eng-runbook ~/.claude/skills/eng-runbook"
installs_to: ~/.claude/skills/eng-runbook
source_path: design-templates/eng-runbook/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/nexu-io/open-design"
added: 2026-08-13T07:36:08.867Z
last_synced: 2026-08-13T07:36:08.867Z
canonical_url: "https://dirskills.com/skills/engineering-runbook"
---

# Engineering Runbook

Engineering Runbook generates a single-page engineering runbook with service overview, alerts table, dashboards links, common procedures, on-call rotation, and an incident-response checklist. Use it when the brief mentions 'runbook', 'ops doc', 'on-call guide', 'SRE doc', or '运维手册'.

**Install:**

```bash
npx degit https://github.com/nexu-io/open-design/tree/main/design-templates/eng-runbook ~/.claude/skills/eng-runbook
```

## README

# Engineering Runbook Skill

Produce a single-page engineering runbook.

## Workflow

1. Read DESIGN.md.
2. Identify the service from the brief.
3. Layout:
   - Header: service name, owner team, severity tier, version.
   - Service summary paragraph + dependency list.
   - Alerts table: alert name / severity / what it means / first response.
   - Dashboards & links list.
   - Common procedures block (3–4) with code blocks (deploy, rollback, rotate keys).
   - On-call rotation table (week / primary / secondary / backup).
   - Incident response checklist (5 numbered steps).
4. One inline `<style>`, semantic HTML, monospace for code blocks.

## Output contract

```
<artifact identifier="runbook-name" type="text/html" title="Service Runbook">
<!doctype html>...</artifact>
```
