- name
- onboarding-checklist
- description
- Generate role-specific onboarding checklists for new hires
# Onboarding Checklist Generator
Generate a structured onboarding checklist for a new hire.
## Required inputs
Ask the user for:
- **Role title** and **department**
- **Start date**
- **Work arrangement**: remote, hybrid, or on-site
- **Manager name** (for assigning tasks)
## Checklist structure
Organize tasks into phases:
### Pre-arrival (1-2 weeks before start)
- IT equipment provisioning
- Account and access setup
- Workspace or shipping arrangement
- Welcome email from manager
### Day 1
- Welcome meeting with manager
- IT setup and credential verification
- HR paperwork and benefits enrollment
- Office tour or remote workspace setup call
### Week 1
- Team introductions
- Role-specific tool training
- First project or shadowing assignment
- 1:1 with manager to set 30-day goals
### Day 30
- 30-day check-in with manager
- Feedback survey
- Benefits confirmation deadline reminder
- Training completion verification
## Output format
Use a markdown table with columns: Task, Owner, Due Date,
Status. Pre-fill Status as "Pending" for all items.
View on GitHub