Home/Tools/@tpmjs/tools-onboarding-checklist

onboardingChecklistTool

@tpmjs/tools-onboarding-checklist

Generates comprehensive onboarding checklists organized by timeline with clear task ownership

Official
hr
v0.1.0
MIT

Interactive Playground

Test @tpmjs/tools-onboarding-checklist (onboardingChecklistTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/tools-onboarding-checklist
pnpm add @tpmjs/tools-onboarding-checklist
yarn add @tpmjs/tools-onboarding-checklist
bun add @tpmjs/tools-onboarding-checklist
deno add npm:@tpmjs/tools-onboarding-checklist

2. Import the tool

import { onboardingChecklistTool } from '@tpmjs/tools-onboarding-checklist';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { onboardingChecklistTool } from '@tpmjs/tools-onboarding-checklist';

const result = await generateText({
  model: openai('gpt-4o'),
  tools: { onboardingChecklistTool },
  prompt: 'Your prompt here...',
});

console.log(result.text);

Signature

(role: string, startDate: string, department: string) => Promise<unknown>

Tags

ai
checklist
checklists
clear
comprehensive
generates
hr
new-hire
onboarding
organized
ownership
task
timeline
tpmjs

Parameters

Available configuration options

Auto-extracted
role
Required
Type: string

New hire's role

department
Required
Type: string

Department

startDate
Required
Type: string

Start date (YYYY-MM-DD)

Schema extracted: 2/23/2026, 4:32:18 AM

README

ERROR: No README data found!

Statistics

Downloads/month

0

Quality Score

0%

Bundle Size

NPM Keywords

tpmjs
hr
ai
onboarding
checklist
new-hire

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai
onboardingChecklistTool | TPMJS | TPMJS