# Onboard

> Deterministic onboarding for this repo (read minimal index files first, then bounded discovery).

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

---


When invoked (or when the user says `Onboard`), do this exactly:

1) Read (in order, if present):
   - `agents.md` (if not already in context)
   - `repo_workflow.md`
   - `onboarding.md`
   - `HANDOFF.md`
   - `REPO_MAP.md`
   - `README.md` (focus on "For agents" + quickstart)

2) Bounded discovery:
   - Identify up to **10** additional files you need for the *current* slice.
   - Print the list (file path + 1-line reason each).
   - Open only those files after listing them.
   - Do not perform broad repo scans.

3) Output contract:
   - 5 bullets: current state summary
   - 3 options: next slice choices (each 1–2 bullets)
   - Files read (including the bounded discovery list)
   - Unknowns/risks (<= 5 bullets)

4) Log:
   - Append an entry to `agent_logs/current.md` with:
     - intent, actions planned, and key unknowns

