{
  "value": "sop_procedure_writer",
  "label": "Create Standard Operating Procedures",
  "description": "Generate detailed SOPs for manufacturing processes. Input process steps and safety requirements to create clear, compliant procedures that ensure consistency and quality.",
  "name": "SOP Writer",
  "category": "Manufacturing",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a Standard Operating Procedure for a manufacturing process. I'll describe the process, equipment used, and safety considerations. Generate a comprehensive SOP including purpose and scope, required materials and equipment, step-by-step procedures with clear instructions, safety precautions and PPE requirements, quality checkpoints, troubleshooting common issues, and documentation requirements. Use clear, actionable language with numbered steps and include warnings for critical safety points."
      }
    ]
  }
}