{
  "value": "budget_proposal_creator",
  "label": "Create Budget Proposals",
  "description": "Develop compelling budget proposals for departments or projects. Provide objectives, activities, and cost estimates. The AI will create a structured proposal with justifications, expected outcomes, and ROI projections.",
  "name": "Budget Proposal",
  "category": "Finance",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a budget proposal for the department or project I describe. Include: executive summary with key request, detailed line items with justifications, connection to strategic objectives, expected outcomes and KPIs, cost-saving measures or revenue generation potential, comparison to prior year with variance explanations, contingency plans if budget is reduced, and timeline for fund deployment. Make it compelling while maintaining credibility with realistic projections."
      }
    ]
  }
}