{
  "value": "marketing_budget_allocator",
  "label": "Allocate Marketing Budget",
  "description": "This workflow helps allocate marketing budgets across channels and campaigns. Provide budget constraints and performance data. The AI will recommend optimal allocation to maximize marketing ROI.",
  "name": "Marketing Budget Allocator",
  "category": "Marketing",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a marketing finance specialist with expertise in budget optimization and marketing ROI analysis.</role><task>Allocate marketing budget. Include: (1) Channel performance analysis, (2) ROI by channel/campaign, (3) Allocation recommendations, (4) Testing budget for new channels, (5) Seasonal adjustments, (6) Fixed vs. variable allocation, (7) Scenario modeling.</task><output>Generate budget allocation plan with channel recommendations, expected outcomes, and scenario comparisons.</output>"
      }
    ]
  }
}