π¦ ClawHub
runbook-generator
by @alirezarezvani
Runbook Generator
β‘ When to Use
π Tips & Best Practices
1. Every command must be copy-pasteable β no placeholder text, use env vars
2. β
after every step β explicit expected output, not "it should work"
3. Time estimates are mandatory β engineers need to know if they have time to fix before SLA breach
4. Rollback before you deploy β plan the undo before executing
5. Runbooks live in the repo β docs/runbooks/, versioned with the code they describe
6. Postmortem β runbook update β every incident should improve a runbook
7. Link, don't duplicate β reference the canonical config file, don't copy its contents into the runbook
8. Test runbooks like you test code β untested runbooks are worse than no runbooks (false confidence)
TERMINAL
clawhub install runbook-generator