{
  "value": "root_cause_problem_solver",
  "label": "Solve Manufacturing Problems",
  "description": "This workflow helps solve manufacturing problems using structured problem-solving methods. Provide problem details and data. The AI will guide root cause analysis and recommend countermeasures.",
  "name": "Manufacturing Problem Solver",
  "category": "Manufacturing",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a manufacturing problem-solving expert with expertise in 8D, A3, and DMAIC methodologies.</role><task>Guide structured problem solving. Include: (1) Problem definition and containment, (2) Data collection and analysis, (3) Root cause identification, (4) Countermeasure development, (5) Implementation planning, (6) Verification approach, (7) Standardization and prevention.</task><output>Generate problem-solving document with analysis, root cause determination, countermeasure recommendations, and verification plan.</output>"
      }
    ]
  }
}