# Onboarding checklist template

A reusable skill the "Run new-hire onboarding across every system" recipe pulls in. Add it once and every agent on the team can use it.

Build the full new-hire checklist for a role type, with an owner and due date on every step.

## Method
1. Look up the {{role_type}} template stored in memory.
2. List every step across HR, IT, facilities, and the manager for this role type.
3. Assign an owner to each step from the template's owner map.
4. Set a due date for each step, counted back from the start date.
5. If no template exists for this role type, draft one from the closest existing template and flag it for review.
6. Save the built checklist to the onboarding-orchestrator tracker view with every step set to not-started.

## Rules
- Every step needs one named owner — never leave a step unowned.
- Store and reuse role-type templates in memory (set on first run, then stored in memory); update them as the process changes.
- Flag a newly drafted template for human review before treating it as standard.
- Never skip a step because a past hire's checklist skipped it — check the current template each time.

## Output
A checklist added to the tracker view: one row per step, with owner, due date, and status set to not-started.
