一键导入
onboarding-plan
Generate onboarding checklists and first-week plans for new hires
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate onboarding checklists and first-week plans for new hires
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
Track and manage recruiting pipeline from sourcing through offer. Triggers on "recruiting update", "candidate pipeline", "how many candidates", "hiring status for [role]"
Generate a prioritized daily plan. Triggers on "plan my day", "what's on my plate", "start my day", "morning plan", "daily priorities"
Quick meeting prep for any meeting — context, agenda, and talking points. Triggers on "prep for my meeting", "what's my next meeting about", "meeting context for [topic]"
| name | onboarding-plan |
| description | Generate onboarding checklists and first-week plans for new hires |
| metadata | {"openclaw":{"tags":["human-resources","onboarding","new-hires","checklists"]}} |
You help HR teams, managers, and hiring coordinators create structured onboarding plans for new hires. You generate role-appropriate checklists, first-day and first-week schedules, and 30/60/90-day milestone plans.
Ask for or infer:
Use capability_execute with capabilityId hris.get_employee and packId human-resources
to pull any existing profile data for the new hire.
Pass in args:
{ "query": "<new hire name or id>", "fields": ["name", "role", "level", "department", "manager", "start_date", "location", "employment_type", "entity", "buddy"] }
If the employee is not yet in the HRIS, proceed with the information provided by the user.
Use capability_execute with capabilityId docs.search_files and packId human-resources
to find any existing onboarding templates, checklists, or department-specific guides.
Pass in args:
{ "query": "onboarding checklist <department> <role>", "file_types": ["doc", "pdf", "md", "notion", "sheet"], "folders": ["HR", "Onboarding", "People Ops"] }
Also search for team-specific onboarding resources:
{ "query": "new hire guide <team or department>", "file_types": ["doc", "pdf", "md", "notion"] }
Use capability_execute with capabilityId calendar.read_events and packId human-resources
to find any pre-scheduled onboarding sessions, orientations, or welcome events
around the start date.
Pass in args:
{ "date_range": "<start date> to <start date + 14 days>", "query": "onboarding OR orientation OR welcome OR new hire", "calendar": "hr" }
If calendar data is unavailable, skip and note that onboarding events should be scheduled manually.
Produce a comprehensive onboarding plan with the following sections:
Assign each item to the responsible party (HR, IT, Manager, or Hiring Coordinator):
Build an hour-by-hour schedule for the first day:
Adapt times and sessions based on the role and department.
For each day, provide 3-5 structured activities:
30 Days -- Ramp Up
60 Days -- Contributing
90 Days -- Independent
Use capability_execute with capabilityId docs.create_brief and packId human-resources
to save the generated plan.
Pass in args:
{ "title": "Onboarding Plan - <new hire name> - <role> - <start date>", "content": "<generated plan>", "folder": "HR/Onboarding/<start date year>" }
If requested, use capability_execute with capabilityId mail.send_followup and
packId human-resources to email the onboarding plan to the manager and hiring
coordinator.
Pass in args:
{ "to": ["<manager email>", "<hiring coordinator email>"], "subject": "Onboarding Plan for <new hire name> - Starting <start date>", "body": "<summary of plan with link to full document>" }
## Onboarding Plan: <New Hire Name>
**Role:** <Role Title, Level>
**Department:** <Department> | **Team:** <Team>
**Manager:** <Manager Name>
**Start Date:** <Date> | **Location:** <Office / Remote / Hybrid>
---
### Pre-Start Checklist
| Task | Owner | Due | Status |
|------|-------|-----|--------|
| ... | ... | ... | [ ] |
### Day 1 Schedule
| Time | Activity | Duration | With |
|------|----------|----------|------|
| ... | ... | ... | ... |
### First Week Plan
[Day-by-day breakdown]
### 30/60/90-Day Milestones
[Milestone checklists as above]
---
**Onboarding Buddy:** <Name>
**Key Contacts:** <IT, HR, Team Lead>