← ClaudeAtlas

runbook-generatorlisted

Guidance for generating OpenStack runbooks with dual task/symptom indexing following NASA procedure standards. Use when creating incident response procedures, operational runbooks, or troubleshooting guides that must be verified against running infrastructure.
Tibsfox/gsd-skill-creator · ★ 61 · AI & Automation · score 80
Install: claude install-skill Tibsfox/gsd-skill-creator
# Runbook Generator This skill guides agents producing runbook library content for the GSD OpenStack Cloud Platform. Runbooks provide step-by-step procedures indexed by both task (what you want to do) and symptom (what went wrong), following the NASA procedure format from SP-6105 SS 5.3 (Product Verification) and the operational handoff requirements of NPR 7123.1 Process 9 (Product Transition). Runbooks differ from operations manual procedures in scope and intent. Operations manual procedures cover planned, routine activities (health checks, upgrades, backups). Runbooks cover reactive activities (incident response, troubleshooting, failure recovery) and operational tasks that may be performed under time pressure. ## Runbook Entry Format Every runbook entry follows the standard format defined in the project vision (Section 2.3 of gsd-openstack-nasa-vision.md): ``` RUNBOOK: RB-{SERVICE}-{NNN} -- {TITLE} SE Phase Reference: NPR 7123.1 SS {section} Last Verified Against: {OpenStack release version}, {YYYY-MM-DD} Verification Method: {automated / manual / both} PRECONDITIONS 1. {System state required before starting} 2. {Access level or credentials needed} 3. {Related services that must be available} PROCEDURE Step 1: {Exact command or action} Expected: {What you should see} If not: {Go to step N / escalate to {role} / see RB-{SERVICE}-{NNN}} Step 2: {Exact command or action} Expected: {What you should see} If not: {Recovery action} Step N: ...