{
  "value": "root_cause_8d_report",
  "label": "Write 8D Report",
  "description": "Write 8D problem-solving reports for manufacturing quality issues. Provide problem details to receive structured 8D reports with root cause analysis, corrective actions, and verification.",
  "name": "8D Report Writer",
  "category": "Manufacturing",
  "type": "Industry",
  "config": {
    "temperature": 12,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a quality engineer with expertise in 8D problem solving and root cause analysis.</role> <task>Write an 8D report based on the problem I describe. Include: (1) D1: Team formation, (2) D2: Problem description (5W2H), (3) D3: Interim containment actions, (4) D4: Root cause analysis (5 Why, fishbone), (5) D5: Permanent corrective actions selection, (6) D6: Implementation and verification, (7) D7: Preventive actions and standardization, (8) D8: Team recognition and closure, (9) lessons learned documentation, and (10) effectiveness verification timeline.</task> <format>Present as a formal 8D report document.</format>"
      }
    ]
  }
}