{
  "value": "onboarding_checklist_generator",
  "label": "Create Onboarding Checklist",
  "description": "Generate comprehensive onboarding checklists for new hires. Specify the role, department, and start date. The AI will create a detailed timeline with tasks for HR, managers, IT, and the new employee.",
  "name": "Onboarding Checklist",
  "category": "HR",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create an onboarding checklist for the role and department I specify. Organize by timeline: Pre-arrival (paperwork, equipment setup), Day 1 (welcome, orientation, basics), Week 1 (meetings, training, system access), First 30 days (role training, goal setting), and 90-day checkpoint. For each item, indicate who's responsible (HR, manager, IT, buddy, employee) and include welcome activities that help them connect with the team and culture."
      }
    ]
  }
}