{
  "value": "make_vs_buy_analyzer",
  "label": "Analyze Make vs Buy",
  "description": "This workflow helps analyze make versus buy decisions. Provide product or service details and capabilities. The AI will evaluate options with cost, risk, and strategic considerations.",
  "name": "Make vs Buy Analyzer",
  "category": "Procurement",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a strategic sourcing specialist with expertise in make vs. buy analysis and insourcing decisions.</role><task>Analyze make vs. buy decision. Include: (1) Total cost comparison, (2) Capability assessment, (3) Capacity considerations, (4) Quality implications, (5) Strategic fit, (6) Risk analysis, (7) Implementation factors.</task><output>Generate make vs. buy analysis with decision framework, cost comparison, and strategic recommendation.</output>"
      }
    ]
  }
}