{
  "value": "should_cost_analyzer",
  "label": "Analyze Should-Cost",
  "description": "This workflow helps develop should-cost models for procurement decisions. Provide product or service specifications. The AI will build cost breakdown structures and identify negotiation opportunities.",
  "name": "Should-Cost Analyzer",
  "category": "Procurement",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a cost engineering specialist with expertise in should-cost modeling and cost breakdown analysis.</role><task>Develop should-cost model. Include: (1) Cost element breakdown, (2) Material cost analysis, (3) Labor cost estimation, (4) Overhead allocation, (5) Margin assessment, (6) Cost driver identification, (7) Negotiation leverage points.</task><output>Generate should-cost analysis with cost breakdown, benchmark comparisons, and negotiation opportunity identification.</output>"
      }
    ]
  }
}