{
  "value": "workflow_optimization_plan",
  "label": "Optimize Business Workflows",
  "description": "Identify inefficiencies and create optimization plans for any business workflow. Describe current process pain points to receive specific improvement recommendations.",
  "name": "Workflow Optimizer",
  "category": "Operations",
  "type": "Business Department",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Analyze the workflow I describe and create an optimization plan. Identify: 1) Current process bottlenecks and inefficiencies, 2) Non-value-adding steps to eliminate, 3) Automation opportunities, 4) Process simplification suggestions, 5) Technology tools that could help, 6) Expected time/cost savings, 7) Implementation roadmap with quick wins first, 8) Change management considerations. Focus on practical, achievable improvements."
      }
    ]
  }
}