{
  "value": "negotiation_strategy_planner",
  "label": "Plan Contract Negotiation Strategy",
  "description": "Develop comprehensive negotiation strategies for supplier contracts. Provide current terms, market data, and objectives to receive tactical negotiation plans.",
  "name": "Negotiation Strategy",
  "category": "Procurement",
  "type": "Business Department",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a negotiation strategy based on the contract details I provide. Include: 1) BATNA (best alternative) analysis, 2) Target vs walk-away positions for each term, 3) Concession strategy and trade-offs, 4) Supplier motivation and leverage points, 5) Market benchmarks to support positions, 6) Risk mitigation requirements, 7) Negotiation tactics and sequencing, 8) Win-win opportunities to explore. Focus on achieving optimal value."
      }
    ]
  }
}