aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
70 lines (58 loc) • 1.21 kB
Markdown
# {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} |