Generate a personalized onboarding reading list from the knowledge base for new team members. Searches for architecture overviews, key decisions, processes, and context docs, then presents them in recommended reading order. Use when someone new joins the team or asks "where do I start?"
Generate a personalized reading list from the knowledge base to get a new team member up to speed.
If the user provides context about the new person (role, focus area, experience level), use that to tailor the reading list. If not, generate a general onboarding path.
list_documents to get all available documentssearch_knowledge with queries like:
read_documentOrganize documents into a recommended reading order:
Start Here (1-2 docs)
Core Architecture (2-4 docs)
Processes & Workflows (1-3 docs)
Key Decisions (2-3 docs)
Deep Dives (optional, role-specific)
For each document in the list:
After presenting the list, offer to explain any specific document or concept in more detail using /explain.