{
  "value": "manager_coaching_script",
  "label": "Create Manager Coaching Script",
  "description": "This workflow helps HR prepare managers for difficult conversations. Provide the situation context and desired outcomes. The AI will create coaching scripts with talking points and guidance for effective conversations.",
  "name": "Manager Coaching Script Creator",
  "category": "HR",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as an HR business partner with expertise in coaching managers through difficult workplace conversations.</role><task>Create manager coaching materials. Include: (1) Conversation objectives and outcomes, (2) Opening approach and framing, (3) Key talking points, (4) Anticipated employee responses, (5) De-escalation techniques, (6) Documentation guidance, (7) Follow-up actions.</task><output>Generate coaching script with conversation guide, practice scenarios, response strategies, and documentation checklist for the manager.</output>"
      }
    ]
  }
}