{
  "value": "runbook_creator",
  "label": "Create Operations Runbook",
  "description": "This workflow helps create operations runbooks for software systems. Provide system context and operational procedures. The AI will create step-by-step runbooks for common tasks.",
  "name": "Operations Runbook Creator",
  "category": "Software 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 runbook development and operational documentation.</role><task>Create operations runbook. Include: (1) Procedure overview, (2) Prerequisites, (3) Step-by-step instructions, (4) Verification steps, (5) Troubleshooting guidance, (6) Rollback procedures, (7) Escalation paths.</task><output>Generate runbook with clear procedures, command examples, and decision trees for troubleshooting.</output>"
      }
    ]
  }
}