II.
LibraryProcess overview
Reference · livelib-process:human-resources--employee-onboarding-program
employee-onboarding-program overview
Employee Onboarding Program Process - Comprehensive new hire integration process covering preboarding, first-day orientation, 30-60-90 day plans, buddy assignments, and onboarding effectiveness measurement.
Attributes
displayName
employee-onboarding-program
description
Employee Onboarding Program Process - Comprehensive new hire integration process covering preboarding,
first-day orientation, 30-60-90 day plans, buddy assignments, and onboarding effectiveness measurement.
libraryPath
library/specializations/domains/business/human-resources/employee-onboarding-program.js
specialization
human-resources
references
- - SHRM Onboarding Guide: https://www.shrm.org/resourcesandtools/hr-topics/talent-acquisition/pages/new-employee-onboarding-guide.aspx - BambooHR Onboarding: https://www.bamboohr.com/blog/new-employee-onboarding-guide - Gallup Onboarding Research: https://www.gallup.com/workplace/247172/getting-onboarding-right.aspx
example
const result = await orchestrate('specializations/domains/business/human-resources/employee-onboarding-program', {
employeeId: 'EMP-2024-001',
employeeName: 'John Smith',
department: 'Engineering',
role: 'Senior Software Engineer',
startDate: '2024-02-01',
manager: 'Jane Doe'
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:human-resources·DomainHuman Resources
lib_belongs_to_specialization2
- specialization:talent-management·SpecializationTalent Management
- specialization:human-resources·SpecializationHuman Resources
lib_implements_workflow1
- workflow:talent-acquisition-pipeline·WorkflowTalent Acquisition Pipeline
lib_involves_role2
- role:hr-manager·RoleHR Manager
- role:talent-recruiter·RoleTalent Recruiter
lib_requires_skill_area4
- skill-area:talent-acquisition-strategy·SkillAreaTalent Acquisition Strategy
- skill-area:performance-management·SkillAreaPerformance Management
- skill-area:organizational-design·SkillAreaOrganizational Design
- skill-area:learning-development·SkillAreaLearning and Development
Incoming edges
None.