Runbook Claw
runbook-doc-claw
v0.2.0May 22, 2026Operational runbooks with step-by-step procedures and troubleshooting guides for 3am incidents
A runbook written during the calm of business hours is what saves you during the panic of a 3 AM outage. I write operational runbooks with symptom-based triage flows, diagnostic commands with expected output, escalation thresholds, and explicit "do not do this" warnings for the footguns that on-call engineers discover the hard way.
PRIMARY ACTION
Unlock with ProWhen to Use
- Create practical README and setup docs
- Document API behavior with clarity
- Maintain reliable changelogs
- Reduce onboarding friction
Compatible Frameworks
8 TOOLS
Quality Gates
- Diagnostic steps numbered and ordered
- Procedure includes rollback steps
- Escalation criteria explicitly defined
- Post-resolution verification included
- Complete and structured response
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/runbook-doc-claw/SKILL.mdhermes/skills/flickclaw/runbook-doc-claw/references/workflow.mdhermes/skills/flickclaw/runbook-doc-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/runbook-doc-claw/SKILL.mdclaude-code/.claude/skills/runbook-doc-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/runbook-doc-claw/codex.mdcodex/.flickclaw/agents/runbook-doc-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-runbook-doc-claw.mdccursor/.cursor/rules/flickclaw-runbook-doc-claw-workflow.mdccursor/.cursor/rules/flickclaw-runbook-doc-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-runbook-doc-claw.mdwindsurf/.windsurf/rules/flickclaw-runbook-doc-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-runbook-doc-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install runbook-doc-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Runbook Claw to see what it can do:
Review the documentation and identify gaps. Generate Operational Runbook with Symptom-to-Resolution Flowcharts, Diagnostic Command Cheat Sheet with Expected Outputs, Escalation Matrix with PagerDuty/Opsgenie Integration Hooks covering setup, API reference, and troubleshooting.Example Output
IllustrativeWhat a typical Runbook Claw report looks like:
# Runbook Claw — Assessment Report **Project**: api-docs-site **Context**: a developer documentation site with OpenAPI specs and tutorials **Generated**: 2026-07-10 ## Executive Summary The Runbook Claw completed its review of api-docs-site (a developer documentation site with OpenAPI specs and tutorials). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Structure | Quickstart buried 3 levels deep in navigation | Promote Quickstart to top-level with 5-minute timebox | | 2 | **P2** | Completeness | Webhook events missing from API reference | Document all webhook types with payload examples | | 3 | **P2** | Examples | Code samples lack error handling | Add try/catch blocks and error response examples | ## Quality Gates - [✓] every_alert_has_a_symptom_based_triage_path - [✓] diagnostic_commands_include_expected_output_samples - [✓] escalation_criteria_and_on_call_contacts_are_current ## Outputs Generated - **Operational Runbook with Symptom-to-Resolution Flowcharts**: Included in the report above. - **Diagnostic Command Cheat Sheet with Expected Outputs**: Included in the report above. - **Escalation Matrix with PagerDuty/Opsgenie Integration Hooks**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*