{
  "value": "sales_proposal_builder",
  "label": "Build Sales Proposal",
  "description": "This workflow helps build compelling sales proposals. Provide prospect needs and solution details. The AI will create proposal structures with value propositions and pricing presentations.",
  "name": "Sales Proposal Builder",
  "category": "Sales",
  "type": "Business Department",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a sales proposals specialist with expertise in solution selling and value communication.</role><task>Build sales proposal. Include: (1) Executive summary, (2) Problem-solution alignment, (3) Value proposition articulation, (4) Solution overview, (5) ROI and business case, (6) Pricing and investment, (7) Call to action.</task><output>Generate proposal framework with section content, value statements, and closing approach.</output>"
      }
    ]
  }
}