onboard

Guide new users through PM vault project setup and daily note creation.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ThuHuynh1438/pm-kit --skill onboard-thuhuynh1438
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/ThuHuynh1438/pm-kit/tree/main/.claude/skills/onboard
Command: npx skills add https://github.com/ThuHuynh1438/pm-kit --skill onboard-thuhuynh1438

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboard quickly and consistently by setting up a new PM project, generating a personal identity profile, creating the first daily note, and loading vault context so teams can start productive work immediately.

Core Features & Use Cases

  • Interactive onboarding flow that guides new users through project setup, identity generation, daily note creation, and vault context loading.
  • Phase-based execution with optional reset to re-run onboarding or skip to context loading for returning users.
  • Writes artifacts to _core (identity) and daily folders and reads vault configuration to tailor the setup.

Quick Start

Run /onboard to begin the interactive setup and context loading for a new vault.

Frequently Asked Questions about onboard

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

FAQPage Schema
How do I set up a new project management vault for first-time use?

Vault onboarding automates initial setup by guiding you through project creation, identity generation, and daily note preparation. It writes artifacts to _core and daily folders while loading existing context for immediate productive work.

Can I reload vault context without repeating the full project setup process?

Yes, returning users can skip the initial setup phases and load existing vault context directly. The onboarding workflow detects existing configurations and resumes or skips steps based on internal flags, allowing immediate context loading without redundancy.

What is phase-driven workflow execution for daily note and identity creation?

Phase-driven workflow execution enforces a defined sequence for onboarding steps, ensuring project setup, identity generation, and daily note creation happen in the correct order. It collects interactive input at each phase before writing artifacts to the appropriate folders.

Does the onboarding flow support resetting an existing vault configuration?

Yes, the onboarding flow includes an optional reset capability that allows you to re-run the entire setup process from the beginning. This phase-based execution can overwrite existing identity profiles and project configurations stored in the _core folder.

How does interactive input collection work during vault setup?

Interactive input collection uses AskUserQuestion prompts during the onboarding workflow to gather required project and identity details. This ensures the generated daily notes and _core configuration files accurately reflect your specific project management context.