team-onboard

Guides new team members through a project-specific onboarding workflow with delegated tasks and pause/resume execution via wizard_update.

23|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tombensim/pi-wizard --skill team-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-onboard
Source: https://github.com/tombensim/pi-wizard/tree/main/examples/team-onboard
Command: npx skills add https://github.com/tombensim/pi-wizard --skill team-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It guides a new team member through a complete, project-specific onboarding process so they can quickly verify access, set up their environment, and reach a working build and orientation without guesswork.

Core Features & Use Cases

  • Project-aware prerequisites checks: Detects runtime, package manager, services, and required CLIs from the repo before proceeding, and reports failures with clear help paths.
  • Safe delegated actions for setup and validation: Runs only the steps the project actually needs (e.g., environment setup, dependency installation, build/test/dev verification) while explicitly avoiding sensitive token handling.
  • Role-informed orientation: Generates a final orientation reference and first-task suggestions based on the selected role to reduce ramp-up time.

Quick Start

Ask your assistant to run the /team-onboard wizard for this repository.

Frequently Asked Questions about team-onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project onboarding for new developers joining a team?

Automate project onboarding by using a wizard workflow that inspects the repository to detect prerequisites, verifies access, sets up the dev environment, and validates a first build. This guides new teammates through a safe, project-specific onboarding flow end-to-end.

How do I set up a development environment for a monorepo with different package managers?

Set up a monorepo dev environment by detecting the specific runtime, package managers, and optional Docker or database services from the repository. The onboarding flow applies to varying tech stacks, configuring only the steps the project actually needs.

Can I generate role-based onboarding guidance for different team members?

Yes, role-based guidance generates a final orientation reference and first-task suggestions tailored to the selected role. This reduces ramp-up time by providing role-informed onboarding instead of a generic setup process.

What is the best way to verify project prerequisites and access before starting development?

Verify project prerequisites by running project-aware checks that detect required CLIs, runtimes, package managers, and services from the repo. The wizard reports failures with clear help paths and checks access before proceeding with environment setup.

Does the onboarding wizard handle sensitive tokens during environment setup?

No, the onboarding wizard applies strong guardrails against token storage or display. It explicitly avoids sensitive token handling during delegated action tasks like dependency installation and build validation.

How do I validate a first build and test run during developer onboarding?

Validate a first build and test run through safe delegated actions that execute only the steps the project requires. The wizard performs build, test, and dev verification to confirm the environment is fully working.