| name | onboard |
| description | Deterministic onboarding for this repo (read minimal index files first, then bounded discovery). |
When invoked (or when the user says Onboard), do this exactly:
- Read (in order, if present):
agents.md (if not already in context)
repo_workflow.md
onboarding.md
HANDOFF.md
REPO_MAP.md
a2a_notes.md
README.md (focus on "For agents")
QAMAS_PRD.md
QAMAS_IMPLEMENTATION.md
- Bounded discovery:
- Identify up to 10 additional files needed 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.
- 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)
- Log:
- Append an entry to
agent_logs/current.md with intent and next steps.