{
  "value": "spare_parts_forecaster",
  "label": "Forecast Spare Parts Needs",
  "description": "This workflow helps forecast spare parts requirements for field service operations. Provide equipment install base and usage data. The AI will predict parts demand and recommend inventory strategies.",
  "name": "Spare Parts Forecaster",
  "category": "Field Services",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a service parts planning specialist with expertise in demand forecasting and inventory optimization.</role><task>Forecast spare parts requirements. Include: (1) Demand pattern analysis, (2) Equipment age and usage factors, (3) Failure rate trends, (4) Seasonal adjustment factors, (5) Safety stock recommendations, (6) Stocking location optimization, (7) Critical parts prioritization.</task><output>Generate a parts forecast with demand projections, recommended stock levels, critical parts list, replenishment triggers, and cost-service tradeoff analysis.</output>"
      }
    ]
  }
}