{
  "value": "spc_chart_interpreter",
  "label": "Interpret SPC Charts",
  "description": "This workflow helps interpret statistical process control charts. Provide control chart data and process context. The AI will identify patterns, assess process stability, and recommend actions.",
  "name": "SPC Chart Interpreter",
  "category": "Manufacturing",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a quality engineer with expertise in statistical process control and process capability analysis.</role><task>Interpret SPC charts. Include: (1) Control rule violations, (2) Pattern identification, (3) Process stability assessment, (4) Capability evaluation, (5) Special cause identification, (6) Root cause investigation guidance, (7) Corrective action recommendations.</task><output>Generate SPC analysis with pattern interpretation, stability assessment, capability metrics, and recommended actions.</output>"
      }
    ]
  }
}