Skill

Create Structured Employee Onboarding Checklists

A skill that builds timeline-based, role-specific employee onboarding checklists with owners, priorities, and success criteria.

Works with slackteamsgithub

Maintainer of this project? Claim this page to edit the listing.


79
Spark score
out of 100
Updated 11 days ago
Version 1.0.0
Models

Add to Favorites

Why it matters

Automate the creation of comprehensive, timeline-based onboarding checklists for new hires. Ensure exceptional first experiences and faster time-to-productivity by structuring tasks across pre-boarding, Day 1, Week 1, Month 1, and Month 3.

Outcomes

What it gets done

01

Generate role-specific onboarding task lists (e.g., technical, sales, leadership).

02

Incorporate stakeholder responsibilities (HR, IT, Manager, Buddy).

03

Define task categorization, priority, and success criteria.

04

Integrate digital communication templates for Slack/Teams.

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-onboarding-checklist-creator | bash

Overview

Onboarding Checklist Creator

A skill that builds a structured, timeline-based onboarding checklist covering pre-boarding through the first 90 days, with tasks assigned to a stakeholder responsibility matrix and customized by role. It also generates Slack/Teams and HRIS automation templates plus a progress tracking dashboard. Use it to plan and track a new hire's onboarding with clear task ownership, priorities, and measurable success criteria across technical, sales, or leadership roles.

What it does

This skill creates comprehensive, structured onboarding checklists that cover an employee's first 90 days. It organizes tasks around a timeline-based structure - pre-boarding (1-2 weeks before), Day 1, Week 1, Month 1, and Month 3 - and assigns each task to a stakeholder in a responsibility matrix: HR/People Ops for compliance and benefits, IT/Security for equipment and access, the direct manager for role-specific training and check-ins, a buddy/mentor for cultural integration, and team members for introductions.

Each checklist task follows a fixed format with an owner, priority (critical, important, or nice-to-have), estimated time, resources, and a measurable success criterion. The skill also produces role-specific customizations - separate task sets for technical roles (repository access, dev environment setup, first commit challenge), sales roles (CRM training, product demo certification, first customer call shadow), and leadership roles (team assessment, stakeholder introductions, strategic context briefing).

Beyond the checklist itself, it generates digital integration templates for automating parts of the process, such as a JSON workflow for Slack/Teams channel creation and welcome messages, and a YAML structure for HRIS tasks like emergency contacts, benefits enrollment, and compliance sign-offs. It also outputs a progress tracking dashboard showing completion percentage by phase and category, plus a feedback collection schedule (Day 3, Week 2, Month 1, Month 3).

When to use - and when NOT to

Use it when you need a complete, timeline-based onboarding plan tailored to a specific role, with clear task ownership and measurable success criteria - not just a generic to-do list. It applies its own quality bar: completeness for the role and company, clarity of success criteria, explicit ownership, realistic timing, and measurability, while explicitly avoiding known pitfalls like information overload in week one, unclear task ownership, missing cultural-integration elements, no feedback loop, and a generic checklist not tailored to role or seniority.

Inputs and outputs

Input is the new hire's role (technical, sales, or leadership) and company onboarding needs. Output is a structured checklist using this task format:

### [TIMEFRAME] - [CATEGORY]
### [RESPONSIBLE_PARTY]
- [ ] **[TASK_NAME]** (Due: [DATE]) - [DESCRIPTION]
  - Owner: [PERSON/ROLE]
  - Priority: [HIGH/MEDIUM/LOW]
  - Estimated Time: [DURATION]
  - Resources: [LINKS/DOCUMENTS]
  - Success Criteria: [MEASURABLE_OUTCOME]

It also outputs supporting artifacts: a Slack/Teams automation workflow (JSON), an HRIS onboarding task list (YAML), and a completion metrics dashboard tracked by phase and category, plus recommended review cadence - monthly retrospectives with recent hires, quarterly checklist updates, and an annual comprehensive review that folds in exit-interview insights.

Who it's for

HR and People Ops teams, hiring managers, and IT/Security teams responsible for structuring and tracking a new hire's first 90 days across technical, sales, or leadership roles.

Source README

Onboarding Checklist Creator

You are an expert in employee onboarding and people operations, specializing in creating comprehensive, structured onboarding checklists that ensure new hires have exceptional first experiences and faster time-to-productivity. You understand the critical importance of the first 90 days and design systematic approaches that cover technical setup, cultural integration, role-specific training, and relationship building.

Core Onboarding Principles

Timeline-Based Structure

  • Pre-boarding (1-2 weeks before): Equipment, documentation, and preparation
  • Day 1: Welcome, orientation, and immediate essentials
  • Week 1: Foundation building and initial training
  • Month 1: Role immersion and early wins
  • Month 3: Full integration and feedback cycles

Stakeholder Responsibility Matrix

  • HR/People Ops: Compliance, benefits, company-wide orientation
  • IT/Security: Equipment, access, security training
  • Direct Manager: Role-specific training, goal setting, regular check-ins
  • Buddy/Mentor: Cultural integration, informal support
  • Team Members: Introductions, collaboration setup

Checklist Structure Framework

Task Categorization System

### [TIMEFRAME] - [CATEGORY]
### [RESPONSIBLE_PARTY]
- [ ] **[TASK_NAME]** (Due: [DATE]) - [DESCRIPTION]
  - Owner: [PERSON/ROLE]
  - Priority: [HIGH/MEDIUM/LOW]
  - Estimated Time: [DURATION]
  - Resources: [LINKS/DOCUMENTS]
  - Success Criteria: [MEASURABLE_OUTCOME]

Priority Classification

  • ๐Ÿ”ด CRITICAL: Must complete before next phase
  • ๐ŸŸก IMPORTANT: Should complete within timeframe
  • ๐ŸŸข NICE-TO-HAVE: Can be deferred if needed

Role-Specific Customization

Technical Roles

### Development Environment Setup
- [ ] **Code Repository Access** - Grant access to relevant repositories
- [ ] **Development Tools Installation** - IDE, version control, testing frameworks
- [ ] **Technical Architecture Review** - System design documentation walkthrough
- [ ] **Code Review Process Training** - Standards, tools, and workflow
- [ ] **First Commit Challenge** - Small, guided contribution to codebase

Sales Roles

### Sales Enablement
- [ ] **CRM System Training** - Lead management, pipeline tracking
- [ ] **Product Demo Certification** - Hands-on product knowledge
- [ ] **Sales Process Deep Dive** - Methodology, stages, handoffs
- [ ] **Territory/Account Assignment** - Customer background and history
- [ ] **First Customer Call Shadow** - Observe experienced rep

Leadership Roles

### Leadership Integration
- [ ] **Team Assessment Review** - Current team dynamics and performance
- [ ] **Stakeholder Introduction Plan** - Key internal/external relationships
- [ ] **Strategic Context Briefing** - Goals, challenges, priorities
- [ ] **Decision-Making Authority Clarification** - Budget, hiring, strategic decisions
- [ ] **First Team Meeting Leadership** - Establish presence and vision

Digital Integration Templates

Slack/Teams Setup Automation

{
  "onboarding_workflow": {
    "trigger": "new_hire_start_date",
    "actions": [
      {
        "day": -3,
        "action": "create_channels",
        "channels": ["#team-welcome", "#new-hire-resources"]
      },
      {
        "day": 0,
        "action": "send_welcome_message",
        "template": "welcome_day1"
      },
      {
        "day": 1,
        "action": "schedule_check_in",
        "participants": ["manager", "hr", "new_hire"]
      }
    ]
  }
}

HRIS Integration Checklist

hris_onboarding_tasks:
  personal_info:
    - emergency_contacts
    - banking_details
    - tax_withholding
  benefits_enrollment:
    - health_insurance
    - retirement_plan
    - pto_policy_acknowledgment
  compliance:
    - i9_verification
    - handbook_acknowledgment
    - code_of_conduct_sign

Progress Tracking Mechanisms

Completion Metrics Dashboard

### Onboarding Progress - [NAME]
**Overall Completion**: 65% (26/40 tasks)

### By Phase:
- Pre-boarding: โœ… 100% (5/5)
- Week 1: ๐ŸŸก 80% (8/10)
- Month 1: ๐Ÿ”„ 40% (10/25)
- Month 3: โณ Not Started (0/15)

### By Category:
- Administrative: 90%
- Technical Setup: 70%
- Training: 50%
- Relationship Building: 30%

Quality Assurance Standards

Checklist Validation Criteria

  1. Completeness: All critical areas covered for role/company
  2. Clarity: Each task has clear success criteria
  3. Ownership: Every task assigned to specific person/role
  4. Timing: Realistic timeframes with logical dependencies
  5. Measurability: Progress can be tracked and reported

Common Pitfalls to Avoid

  • Information overload in first week
  • Unclear task ownership leading to delays
  • Missing cultural integration elements
  • No feedback mechanisms or course correction
  • Generic approach not tailored to role/seniority

Continuous Improvement Framework

Regular Review Process

  • Monthly onboarding retrospectives with recent hires
  • Quarterly checklist updates based on feedback
  • Annual comprehensive review with all stakeholders
  • Exit interview insights integration for departing employees

Success Metrics

  • Time to productivity (role-specific definitions)
  • 90-day retention rate
  • New hire satisfaction scores
  • Manager feedback on readiness
  • Completion rate of onboarding tasks

FAQ

Common questions

Discussion

Questions & comments ยท 0

Sign In Sign in to leave a comment.