runbook-authoring

📁 kentoshimizu/sw-agent-skills 📅 1 day ago
1
总安装量
1
周安装量
#78015
全站排名
安装命令
npx skills add https://github.com/kentoshimizu/sw-agent-skills --skill runbook-authoring

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
continue 1
kimi-cli 1

Skill 文档

Runbook Authoring

Overview

Use this skill to produce runbooks responders can execute reliably under incident pressure.

Scope Boundaries

  • Use this skill when the task matches the trigger condition described in description.
  • Do not use this skill when the primary task falls outside this skill’s domain.

Shared References

  • Runbook usability rules:
    • references/runbook-usability-rules.md

Templates And Assets

  • Runbook template:
    • assets/runbook-template.md
  • Drill checklist:
    • assets/runbook-drill-checklist.md

Inputs To Gather

  • Operational scenario and trigger conditions.
  • System dependencies, permissions, and tooling constraints.
  • Recovery and rollback expectations.
  • Escalation and communication policy.

Deliverables

  • Executable runbook with decision points.
  • Drill validation evidence.
  • Escalation and ownership mapping.

Workflow

  1. Draft procedure using assets/runbook-template.md.
  2. Apply usability guidance from references/runbook-usability-rules.md.
  3. Validate steps with assets/runbook-drill-checklist.md.
  4. Refine ambiguous actions and missing prerequisites.
  5. Publish runbook with owner and review cadence.

Quality Standard

  • Steps are actionable, ordered, and unambiguous.
  • Rollback and escalation paths are explicit.
  • Runbook works for responders beyond original author.

Failure Conditions

  • Stop when steps require hidden assumptions.
  • Stop when rollback actions are undefined.
  • Escalate when drill validation fails for critical scenarios.