{
  "value": "runbook_creator",
  "label": "Create Operational Runbook",
  "description": "This workflow helps create operational runbooks for system maintenance and incident response. Describe the system or procedure. The AI will create step-by-step documentation with prerequisites, procedures, verification steps, and rollback instructions.",
  "name": "Operational Runbook Creator",
  "category": "Engineering",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a site reliability engineer with expertise in operational documentation and runbook creation.</role><task>Create a comprehensive operational runbook. Include: (1) Purpose and scope, (2) Prerequisites and permissions required, (3) Step-by-step procedures with commands, (4) Verification checkpoints, (5) Common errors and troubleshooting, (6) Rollback procedures, (7) Post-completion validation.</task><output>Generate a clear, actionable runbook that can be followed by any qualified engineer during normal operations or incident response, with safety checkpoints and escalation criteria.</output>"
      }
    ]
  }
}