Use when performing new employee onboarding it — iT onboarding checklist for new employees covering account provisioning, hardware setup, access permissions, software installation, and initial training. Generates a comprehensive onboarding task list that tracks progress through each phase from pre-arrival preparation to first-week orientation, ensuring no critical IT setup steps are missed.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add cloudthinker-ai/CloudSkills --skill new-employee-onboarding-it --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of New Employee Onboarding It?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cloudthinker-ai-new-employee-onboarding-it)More formats (shields.io, HTML) on the badges page.
---
name: new-employee-onboarding-it
enabled: true
description: |
Use when performing new employee onboarding it — iT onboarding checklist for
new employees covering account provisioning, hardware setup, access
permissions, software installation, and initial training. Generates a
comprehensive onboarding task list that tracks progress through each phase
from pre-arrival preparation to first-week orientation, ensuring no critical
IT setup steps are missed.
required_connections:
- prefix: itsm
label: "ITSM Tool (ServiceNow, Freshservice, etc.)"
config_fields:
- key: employee_name
label: "New Employee Name"
required: true
placeholder: "e.g., Jane Smith"
- key: department
label: "Department"
required: true
placeholder: "e.g., Engineering, Marketing, Sales"
- key: role
label: "Job Title / Role"
required: true
placeholder: "e.g., Software Engineer, Marketing Manager"
- key: start_date
label: "Start Date"
required: true
placeholder: "e.g., 2026-04-01"
- key: manager_name
label: "Manager Name"
required: false
placeholder: "e.g., John Doe"
- key: location
label: "Office Location / Remote"
required: false
placeholder: "e.g., NYC Office, Remote - US East"
features:
- HELPDESK
---
# New Employee IT Onboarding Checklist
IT onboarding workflow for **{{ employee_name }}** ({{ role }}, {{ department }})
Start Date: **{{ start_date }}** | Location: {{ location }} | Manager: {{ manager_name }}
## Phase 1 — Pre-Arrival (5-3 business days before start)
### Account Provisioning
- [ ] Create Active Directory / identity provider account
- [ ] Set up corporate email (Google Workspace / Microsoft 365)
- [ ] Generate temporary password and document securely
- [ ] Add to appropriate organizational unit / groups based on {{ department }}
- [ ] Configure email distribution lists for {{ department }}
- [ ] Create accounts for collaboration tools (Slack, Teams, Zoom)
### Access Permissions
- [ ] Assign role-based access permissions for {{ role }}
- [ ] Set up VPN credentials (if {{ location }} is remote)
- [ ] Configure MFA/2FA enrollment invitation
- [ ] Grant access to department-specific applications
- [ ] Set up SSO for all provisioned SaaS applications
- [ ] Create ITSM portal account for submitting future requests
### Hardware Preparation
- [ ] Allocate laptop/desktop from inventory (check asset management)
- [ ] Install standard OS image and apply latest patches
- [ ] Install required software stack for {{ role }}
- [ ] Configure device encryption (BitLocker / FileVault)
- [ ] Enroll device in MDM (Intune, Jamf, etc.)
- [ ] Prepare peripheral equipment (monitor, keyboard, mouse, headset)
- [ ] For remote: arrange shipping with tracking to {{ location }}
## Phase 2 — Day 1 Setup
### Device Handoff
- [ ] Hand off configured laptop/desktop to {{ employee_name }}
- [ ] Walk through initial login and password change
- [ ] Complete MFA/2FA enrollment
- [ ] Verify email access and calendar sync
- [ ] Test VPN connectivity (if applicable)
- [ ] Verify printing setup (if in-office)
### Application Access Verification
- [ ] Confirm access to all provisioned SaaS apps
- [ ] Verify role-based permissions are correct
- [ ] Test file share / cloud storage access
- [ ] Verify collaboration tool access (Slack/Teams channels)
### Security & Compliance
- [ ] Complete security awareness acknowledgment
- [ ] Review acceptable use policy
- [ ] Set up password manager enrollment
- [ ] Configure email signature per company template
## Phase 3 — First Week
### Training & Orientation
- [ ] Schedule IT orientation session (security policies, helpdesk process)
- [ ] Share IT self-service portal link and knowledge base
- [ ] Provide helpdesk contact information and escalation path
- [ ] Walk through password reset self-service process
### Validation
- [ ] Confirm all applications functioning correctly
- [ ] Verify {{ employee_name }} can access all required resources
- [ ] Check in with {{ manager_name }} for any additional IT needs
- [ ] Close onboarding ticket in ITSM system
- [ ] Update asset management records with assignment
## Counter-Rationalizations
| Shortcut | Counter | Why |
|----------|---------|-----|
| "We can skip some steps for this case" | Adapt the workflow steps, don't skip them | Skipped steps are where incidents and oversights originate |
| "The user seems to already know what to do" | Complete all workflow phases with the user | The workflow catches blind spots that experience alone misses |
| "This is a minor case, full process is overkill" | Scale the process down, don't turn it off | Minor cases become major when unstructured; the process scales, not disappears |
| "I'll fill in the details later" | Complete each section before moving on | Deferred details are forgotten; real-time capture is more accurate |
| "The template output isn't necessary" | Always produce the structured output format | Structured output enables comparison, audit trails, and handoff to other teams |
## Output Format
Generate a tracked checklist with:
1. **Summary header** with employee details and completion percentage
2. **Phase-by-phase checklist** with status indicators
3. **Blockers or pending items** requiring attention
4. **ITSM ticket reference** for tracking
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!