{
  "value": "budget_justification_writer",
  "label": "Write Budget Justification",
  "description": "Create compelling justifications for facility improvements or equipment purchases. Describe the project and costs. The AI will build a business case with benefits, ROI calculations, risks of not acting, and alignment with organizational goals.",
  "name": "Budget Justification",
  "category": "Facilities Management",
  "type": "Business Department",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Help me write a budget justification for the facilities project or purchase I describe. Include: executive summary of the need, current situation and problems it causes, proposed solution with costs breakdown, tangible benefits (cost savings, efficiency, compliance), intangible benefits (employee satisfaction, company image), ROI calculation and payback period, risks of delaying or not approving, and alignment with company strategic goals. Make it persuasive but factual."
      }
    ]
  }
}