{
  "value": "sales_presentation_builder",
  "label": "Build Sales Presentation",
  "description": "This workflow helps build customized sales presentations. Provide audience context and key messages. The AI will create presentation structures with compelling storylines.",
  "name": "Sales Presentation Builder",
  "category": "Sales",
  "type": "Business Department",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a sales communications specialist with expertise in presentation design and storytelling.</role><task>Build sales presentation. Include: (1) Audience analysis, (2) Storyline structure, (3) Key messages, (4) Visual recommendations, (5) Proof points and evidence, (6) Objection handling, (7) Call to action design.</task><output>Generate presentation framework with slide outline, key messages, and delivery recommendations.</output>"
      }
    ]
  }
}