Create operational runbooks for common procedures
Create a runbook for:
**Procedure:** {{PROCEDURE_NAME}}
**System:** {{SYSTEM_NAME}}
**Frequency:** {{FREQUENCY}}
**Estimated Duration:** {{DURATION}}
**Procedure Steps:**
{{STEPS}}
Generate a comprehensive runbook:
# Runbook: {{PROCEDURE_NAME}}
## Overview
| Property | Value |
|----------|-------|
| System | {{SYSTEM_NAME}} |
| Procedure | {{PROCEDURE_NAME}} |
| Frequency | {{FREQUENCY}} |
| Duration | {{DURATION}} |
| Last Updated | Date |
| Owner | Team/Person |
## Purpose
Why this runbook exists and when to use it
## Prerequisites
### Access Required
- [ ] Access to system A
- [ ] Credentials for B
- [ ] VPN connection
### Tools Required
- Tool 1
- Tool 2
### Pre-checks
- [ ] Check system status
- [ ] Notify stakeholders
## Procedure
### Step 1: [Action Name]
**Objective:** What this step achieves
**Commands:**
```bash
# Command to execute
command --option value
```
**Expected Output:**
```
Expected output here
```
**Verification:**
How to verify success
**Rollback:**
How to undo if needed
---
### Step 2: [Action Name]
[Same structure]
---
[Continue for all steps]
## Post-Procedure
### Verification Checklist
- [ ] Verify step 1 completed
- [ ] Verify step 2 completed
- [ ] Check monitoring dashboards
### Cleanup
- Resources to clean up
- Notifications to send
### Documentation
- Update logs
- Record completion
## Troubleshooting
### Issue: [Problem Description]
**Symptoms:**
**Solution:**
## Emergency Contacts
| Role | Name | Contact |
|------|------|---------|
## Revision History
| Version | Date | Author | Changes |
|---------|------|--------|---------|Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{PROCEDURE_NAME][{SYSTEM_NAME][{FREQUENCY][{DURATION][{STEPS]