Skip to content
prod e051e98
Browse

Runbook template

  • Shelf: build/runbooks/<topic>/
  • kind: runbook
  • Diátaxis mode: how-to (single operation, reader already decided to act)
  • Readers served: operators repeating a known task; agents executing one command card without re-reading the playbook

Full rules: Writing style → Runbook spine.

---
title: "Operation name"
description: One sentence — what this runbook does and what verified success looks like.
sidebar:
label: "Operation name"
order: N
category: <topic>
kind: runbook
status: current
tags: [runbook, topic]
---
## TL;DR
**Objective** — the single outcome this card achieves. **Done when** &lt;observable signal&gt;. For the full workflow, see [Playbook name](/tech-stack/laravel/codecanyon/build/playbooks/setup-new/).
## Prerequisites
- [ ] &lt;env, branch, access, backup&gt;
- [ ] &lt;tool installed&gt;
## Commands
### 1. &lt;Verb-first action&gt;
&lt;One sentence why.&gt;
\`\`\`bash
command --flag # Expected: exit 0; &lt;short output&gt;
\`\`\`
- Expected: &lt;what you should see&gt;
## Verify
- [ ] &lt;signal 1&gt;
- [ ] &lt;signal 2&gt;
## Rollback
&lt;Optional — only when reversible. Exact undo commands + verify.&gt;
:::tip[Related]
[Teaching step in playbook](/tech-stack/laravel/codecanyon/build/playbooks/setup-new/) · [Cheatsheet](/tech-stack/laravel/codecanyon/resources/cheatsheets/operations/)
:::
  • Do not ship multi-phase teaching prose — that’s a playbook.
  • Do not use playbook step spine with :::next unless this page is truly the next step in a chain.
  • Do not omit Verify for destructive operations.