ai-onboardlisted
Install: claude install-skill arcasilesgroup/ai-engineering
# Onboard
## Quick start
```
/ai-onboard tour # architecture overview
/ai-onboard find auth # find where auth happens
/ai-onboard history DEC-003 # decision archaeology
/ai-onboard onboard # structured new-member onboarding
```
## Workflow
Project onboarding, architecture tours, and decision archaeology. Optimized for the human, not the code. Reads everything, modifies nothing. Teaches understanding, not artifacts.
1. **`tour`** — Glob/identify directories, entry points, config; detect stack; present overview with ASCII diagram (component boundaries, dependencies, data flow); explain key patterns; `git log --oneline` for evolution; flag gotchas; suggest next paths.
2. **`find [topic]`** — Grep/Glob across source/config/docs; check `decision-store.json` and `.ai-engineering/specs/`; present file:line refs and context; answer "where does X happen?".
3. **`history [decision]`** — search `decision-store.json`, `git log --all --grep`, and `specs/`; reconstruct what was known, constraints, alternatives considered; assess current relevance; **do NOT recommend** — present analysis, let developer decide.
4. **`onboard`** — map structure; identify stack; discover patterns; find key files; review `.ai-engineering/standards/`; Socratic checkpoint per phase; personalize path to developer's interest.
## Dispatch threshold
Dispatch the `ai-onboard` agent for any human-onboarding, archaeology, or codebase-tour request. Strictly read-only. The a