Runbook — Create or load an operational runbook When invoked with a topic (e.g., ): 1. Search for existing runbooks matching the topic 2. If found, load and display the runbook 3. If not found, create a new one using this template: Save to with a kebab-case filename. --- Gotchas - Stale runbooks are worse than no runbook: A runbook last tested 18 months ago lies confidently about command flags, dashboard URLs, and rollback paths. Treat anything past of 90 days as suspect and re-validate before trusting it under incident pressure. - Untested rollback steps are decorative: "Run " without ever h…