# {Procedure Name} Runbook

## Purpose
{One paragraph. Include warnings for agents if applicable.}

## Prerequisites
- [ ] {prerequisite 1}
- [ ] {prerequisite 2}

## System Topology
| Component | Value |
|-----------|-------|
| Target host(s) | {hostname} |
| OS | {os version} |
| Service(s) | {service names} |
| Network zone | {zone} |

## Procedure

### Step 1: {Title}
```bash
# {description}
{copy-paste-ready command}
```
**Expected output:**
```
{expected output}
```

### Step 2: {Title}
```bash
# {description}
{copy-paste-ready command}
```
**Expected output:**
```
{expected output}
```

## Verification
```bash
# Verify the procedure completed successfully
{verification command}
```
**Expected output:**
```
{expected output}
```

## Rollback
{Steps to undo this procedure if something goes wrong}

## Troubleshooting
| Symptom | Likely Cause | Resolution |
|---------|-------------|------------|
| {symptom} | {cause} | {fix} |

## Agent Rules
- DO: {allowed actions}
- DO NOT: {prohibited actions}
- ESCALATE IF: {conditions requiring human}

## Audit Trail
| Field | Value |
|-------|-------|
| Author | {author} |
| Created | {date} |
| Last tested | {date} |
| Last modified | {date} |
