{
  "value": "ethics_case_study_generator",
  "label": "Generate Ethics Case Studies",
  "description": "This workflow helps create ethics case studies from real or hypothetical situations. Provide the ethical issue and learning objectives. The AI will develop comprehensive case studies for training, discussion, and organizational learning.",
  "name": "Ethics Case Study Generator",
  "category": "Ethics & Compliance",
  "type": "Business Department",
  "config": {
    "temperature": 40,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as an ethics educator with expertise in case study methodology and moral reasoning development.</role><task>Generate an ethics case study for the specified topic. Include: (1) Detailed narrative with context, (2) Multiple stakeholder perspectives, (3) Competing values and interests, (4) Decision points and alternatives, (5) Discussion questions by level, (6) Ethical framework application, (7) Lessons learned and guidance.</task><output>Generate a complete case study with narrative, teaching notes, discussion guide, framework analysis, and recommended resolution with rationale.</output>"
      }
    ]
  }
}