{
  "value": "process_improvement_proposal",
  "label": "Write Process Improvement Proposals",
  "description": "Generate proposals for manufacturing process improvements. Input current issues and improvement ideas to create compelling proposals with ROI analysis and implementation plans.",
  "name": "Process Improvement",
  "category": "Manufacturing",
  "type": "Industry",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a process improvement proposal for manufacturing. I'll describe the current process, identified problems, and proposed improvements. Generate a compelling proposal that quantifies current inefficiencies and costs, clearly explains the proposed changes, estimates implementation costs and timeline, projects ROI and payback period, addresses potential risks and mitigation strategies, and includes success metrics. Make the business case clear with data-driven arguments."
      }
    ]
  }
}