{
  "value": "disaster_recovery_planner",
  "label": "Plan Disaster Recovery",
  "description": "This workflow helps develop IT disaster recovery plans. Provide system criticality and business requirements. The AI will create comprehensive DR plans with recovery procedures, testing schedules, and communication protocols.",
  "name": "IT Disaster Recovery Planner",
  "category": "IT",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a disaster recovery specialist with expertise in business continuity and IT resilience planning.</role><task>Develop disaster recovery plan. Include: (1) System criticality and RTO/RPO requirements, (2) Recovery strategy by system tier, (3) Detailed recovery procedures, (4) Communication and escalation protocols, (5) Testing schedule and scenarios, (6) Documentation and maintenance, (7) Roles and responsibilities.</task><output>Generate DR plan with recovery procedures, testing framework, communication templates, and maintenance schedule.</output>"
      }
    ]
  }
}