# Onboard Customer

> Create customer onboarding checklist from template with customer details

- Skill: `majiayu000/onboard-customer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/onboard-customer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/onboard-customer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/onboard-customer

---


# Onboard Customer

Create a new customer onboarding checklist from template, with customer details pre-filled.

## Trigger Detection

Activate when user:
- Has a new customer to onboard
- Needs to create an onboarding checklist
- Wants to start customer setup process

## Examples

- "Onboard Acme Corp"
- "New customer: TechStart Inc"
- "Create onboarding checklist for Big Enterprise"
- "Start onboarding for [[New Client]]"

## Process

1. **Parse Customer Name**
   - Extract customer name from request
   - If unclear, ask for confirmation

2. **Delegate to Agent**
   ```
   Task(
       subagent_type="customer-onboarding-agent",
       description="Onboard customer",
       prompt="Create onboarding checklist for [Customer Name]"
   )
   ```

3. **Confirm Creation**
   - Show created note path
   - Link to related resources

## Customization

The onboarding template can be customized:
- Edit `templates/customer-onboarding.md` for your workflow
- Add/remove checklist phases
- Include company-specific steps

## Six Gates Compliance

| Gate | Status | Notes |
|------|--------|-------|
| 1. Read Before Write | ✅ | Agent reads template first |
| 2. File Exists Check | ✅ | Agent checks template exists |
| 3. Chain Validation | N/A | Single delegation |
| 4. Mutation Confirm | ✅ | User confirms before creation |
| 5. MCP Health | N/A | Agent handles |
| 6. Post Validation | ✅ | Agent verifies creation |

