Dan Vatterott

Data Scientist

Data Onboarding Checklist

I’m a checklist addict. While our team has a document on acquiring different accounts, reviewing our workflows, reviewing code repos etc., this document doesn’t provide any prioritization.

I created the following checklist (markdown) to give a condensed view of what a manager and new hire should accomplish by the end of the first week following a new hire’s start.

I wasn’t able to find existing onboarding checklists so I hope you find this useful!

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Request Email
  + [ ] Request an email account
# Request Equipment
  + [ ] Request Laptop
  + [ ] Request monitor, keyboard, & mouse
# Request Accounts
  + [ ] Request Cloud Account
  + [ ] Request Data Warehouse Account
  + [ ] Request Dashboarding Account
  + [ ] Request Version Control Account
  + [ ] Request Workflow Management Account
# Install Software
  + [ ] Text Editor / IDE
  + [ ] Code Packaging and Dependency Management Software
  + [ ] Office Suite
  + [ ] Communication Platforms (e.g., Zoom, Slack)
  + [ ] CLIs
  + [ ] Clone Repos
# Schedule Intro Meetings
  + [ ] Collaborator A
  + [ ] Team B
  + [ ] Etc.
# Add to Meetings/Channels/Distribution Lists
## Meetings
  + [ ] Daily Stand-up
  + [ ] Weekly 1on1
  + [ ] Weekly Larger Team Meeting
## Distribution Lists
  + [ ] Example A
## Communication Channels
  + [ ] Example A
# Templates
  + [ ] Presentations
  + [ ] Dashboards
  + [ ] Document Headers
  + [ ] Spreadsheets
# Data Schemas Intro
  + [ ] Schema X
  + [ ] Schema Y
# 7/30/60/90 Day Plans
## 7 Day
  + [ ] Set-Up Machine
  + [ ] Clone Repos
  + [ ] Run Repo Unit-Tests
  + [ ] Request Accounts and Software
  + [ ] Automation Intro
  + [ ] Cloud Services Intro
  + [ ] Data Warehouse Intro
  + [ ] Review Jargon
## 30 Day
  + [ ] Discuss Order of Code Repo Reviews
  + [ ] Discuss 30 Day Project
  + [ ] Discuss 30 Day Goals
## 60 Day
  + [ ] Discuss 60 Day Project
  + [ ] Discuss 60 Day Goals
## 90 Day
  + [ ] Discuss 90 Day Project
  + [ ] Discuss 90 Day Goals
# Communication/Work Style
  + [ ] Discuss Work Styles
  + [ ] Discuss Communication Styles
  + [ ] Discuss Preferred Feedback Style
  + [ ] Discuss Preferred Hours
  + [ ] Discuss a Vision of Success
# Jargon
  + [ ] Review Company/Business Jargon

Comments