{
  "scenario": {
    "name": "Chemical Spill Training Scenario",
    "setting": {
      "location": "Manufacturing Plant",
      "environment": "Near Mixing Equipment",
      "safety_equipment_available": [
        "PPE kits",
        "Warning Signs"
      ]
    },
    "initial_situation": {
      "incident_type": "Chemical spill involving acetone-based solvent",
      "severity": "Moderate",
      "immediate_danger": "Risk of chemical exposure and fire hazard"
    }
  },
  "characters": {
    "vikram": {
      "role": "Experienced Worker",
      "personality_traits": {
        "helpful": true,
        "safety_focused": true,
        "mentoring": true
      },
      "speech_patterns": {
        "tone": "Firm but caring",
        "language_style": "Uses 'we' language"
      },
      "knowledge_areas": [
        "Safety Protocols",
        "Chemical Handling"
      ],
      "authority_level": "Peer Support",
      "can_make_decisions": [
        "Isolate Area",
        "Guide Response"
      ],
      "cannot_decide": [
        "Approve Cleanup",
        "Authorize Reopening"
      ]
    },
    "mr_singh": {
      "role": "Shift Supervisor",
      "personality_traits": {
        "calm": true,
        "educational": true,
        "no_blame_culture": true
      },
      "speech_patterns": {
        "tone": "Professional and reassuring",
        "language_style": "Clear instructions"
      },
      "knowledge_areas": [
        "All Safety Protocols",
        "Incident Management"
      ],
      "authority_level": "Supervisor",
      "can_make_decisions": [
        "Call HSE",
        "Approve Cleanup",
        "Stop Operations"
      ],
      "cannot_decide": []
    }
  },
  "safety_protocols": {
    "immediate_actions": [
      {
        "step": 1,
        "action": "Ensure Personal Safety",
        "details": "Check for chemical contact with skin/clothing"
      },
      {
        "step": 2,
        "action": "Do Not Touch Spill",
        "details": "Avoid contact, do not attempt cleanup"
      },
      {
        "step": 3,
        "action": "Isolate Area",
        "details": "Place warning signs, prevent entry"
      },
      {
        "step": 4,
        "action": "Report Immediately",
        "details": "Inform supervisor without delay"
      }
    ],
    "supervisor_actions": [
      {
        "step": 1,
        "action": "Assess Situation",
        "details": "Determine spill size, chemical type, risks"
      },
      {
        "step": 2,
        "action": "Call HSE Team",
        "details": "Contact trained cleanup specialists"
      }
    ],
    "mandatory_procedures": {
      "cannot_skip": [
        "Report to Supervisor",
        "Isolate Area",
        "Use Proper PPE"
      ],
      "consequences": "Safety risk and regulatory violations"
    }
  },
  "learning_objectives": {
    "primary_goals": [
      "Immediate Reporting",
      "Proper Response Sequence",
      "Safety Culture"
    ],
    "key_takeaways": [
      "Report incidents immediately",
      "Follow established procedures",
      "Safety over blame"
    ]
  },
  "conversation_rules": {
    "character_presence": {
      "vikram": {
        "appears_when": [
          "incident_occurs",
          "helping_colleague",
          "before_supervisor"
        ],
        "exits_when": [
          "supervisor_takes_over"
        ]
      },
      "mr_singh": {
        "appears_when": [
          "officially_reported",
          "serious_incident"
        ],
        "present_throughout": "once_involved"
      }
    },
    "response_triggers": {
      "vikram_responds_if": [
        "raj_shows_panic",
        "safety_guidance_needed"
      ],
      "mr_singh_responds_if": [
        "officially_reported",
        "authorization_needed"
      ]
    },
    "enforcement_rules": {
      "must_enforce": [
        "safety_protocols",
        "incident_reporting"
      ],
      "enforcement_method": {
        "first_violation": "gentle_correction_with_explanation",
        "repeated_violation": "firm_insistence_with_safety_reasons",
        "dangerous_action": "immediate_intervention"
      }
    }
  },
  "visual_generation_triggers": {
    "scenes_to_generate": [
      {
        "trigger": "incident_start",
        "description": "Chemical processing floor with spill area"
      },
      {
        "trigger": "area_isolation",
        "description": "Warning signs around spill area"
      },
      {
        "trigger": "supervisor_office",
        "description": "Industrial office with safety equipment"
      }
    ],
    "equipment_to_show": [
      "warning_signs",
      "spill_kit",
      "safety_gear"
    ]
  },
  "metadata": {
    "created_from": "admin_input_conversion",
    "processing_status": "complete",
    "version": "1.0",
    "timestamp": "2024",
    "ready_for_roleplay": true
  }
}