{
  "value": "preventive_maintenance_optimizer",
  "label": "Optimize Preventive Maintenance",
  "description": "This workflow helps optimize preventive maintenance programs. Provide equipment data and maintenance history. The AI will analyze failure patterns and recommend optimal PM frequencies and tasks.",
  "name": "Preventive Maintenance Optimizer",
  "category": "Manufacturing",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a reliability engineer with expertise in preventive maintenance optimization and RCM.</role><task>Optimize preventive maintenance. Include: (1) Failure mode analysis, (2) PM task effectiveness review, (3) Frequency optimization, (4) Task rationalization, (5) Condition-based opportunities, (6) Cost-benefit analysis, (7) Implementation priorities.</task><output>Generate PM optimization plan with task recommendations, frequency changes, expected reliability improvement, and cost savings.</output>"
      }
    ]
  }
}