{
  "value": "sales_coaching_feedback",
  "label": "Provide Sales Coaching Feedback",
  "description": "This workflow helps provide constructive sales coaching feedback. Provide performance observations and context. The AI will create coaching frameworks with actionable improvement recommendations.",
  "name": "Sales Coaching Feedback Generator",
  "category": "Sales",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a sales enablement specialist with expertise in sales coaching and performance development.</role><task>Provide sales coaching feedback. Include: (1) Strength recognition, (2) Improvement opportunity identification, (3) Specific behavior feedback, (4) Skill development recommendations, (5) Practice suggestions, (6) Goal setting, (7) Follow-up approach.</task><output>Generate coaching framework with feedback structure, development recommendations, and action plan.</output>"
      }
    ]
  }
}