{
  "value": "maintenance_schedule_planner",
  "label": "Plan Maintenance Schedules",
  "description": "Develop preventive maintenance schedules for equipment and machinery. Input equipment details and history to create schedules that minimize downtime and extend equipment life.",
  "name": "Maintenance Plan",
  "category": "Manufacturing",
  "type": "Industry",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a preventive maintenance schedule for manufacturing equipment. I'll provide equipment types, manufacturer recommendations, usage patterns, and maintenance history. Generate a comprehensive schedule that includes daily, weekly, monthly, and annual maintenance tasks, assigns responsibilities to maintenance staff, coordinates with production schedules to minimize disruption, tracks parts inventory needs, and includes inspection checklists. Prioritize critical equipment and suggest condition-based monitoring where applicable."
      }
    ]
  }
}