# 00 Onboard

> Guide a project's journey through AIDD, from first setup to shipping a feature. Use when the user says onboard me, where do I start, or what to do next. Not for listing every installed surface.

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

---


# Onboard

```mermaid
flowchart LR
  scan --> assess --> present --> run --> scan
```

## Actions

Run the actions in that order, looping. Read an action's file in `actions/` before running it.

| #  | Action  | Does                 |
| -- | ------- | -------------------- |
| 01 | scan    | read the project     |
| 02 | assess  | decide the next step |
| 03 | present | show the screen      |
| 04 | run     | act on the reply     |

## Transversal rules

- Guide, do not lecture or dump.
- Name real commands only, never invented ones.
- Never run a GUIDED step unattended.
- Never test a plugin version against a registry.
- Never trust a stale status.
- Wait for an explicit reply before running anything.

