name: lisa-wiki-onboard-me description: Onboard a user to the project via its LLM Wiki. Interviews the user about themselves in relation to the project, captures that to project-scoped memory only, then gives a guided tour of what the project is and sample questions they can ask. Use when someone is new to the project or asks to be onboarded. Read-mostly — it does not open PRs or write PII into the wiki.
lisa-wiki-onboard-me
Bidirectional onboarding: learn who the user is in relation to this project, then teach them what the project is and how to use the wiki. The minimal project README points here.
Workflow
- Interview (brief): the user's role, goals, and what they intend to do in this project.
- Capture to project-scoped memory only — Claude's per-project memory; on Codex only if a project-scoped memory store exists. If none exists, keep it session-local. Never write the capture into global memory and never commit PII into the wiki.
- Tour: summarize the project from
wiki/start-here.md+ the wiki'spurpose, show the folder map (categories), and point at the key entry pages. - Sample questions: offer a handful of
/queryprompts tuned to the user's role to get them productive immediately.
Modes
- Default: read-mostly, no PR.
--save-memory: persist the capture to project-scoped memory.--write-audience-note: write a sanitized, non-PII audience/role note into the wiki via the normal PR flow — only whenonboarding.allowAudienceNote: truein config.
Rules
- Project-scoped only; global Codex memory and the Chronicle store are never used.
- Do not auto-create a staff role; offer
/add-roleonly if the user is taking on a durable project function (not merely onboarding).
Related
lisa-wiki-query, lisa-wiki-usage, lisa-wiki-add-role.