generate_onboarding_brief
Generates a getting-started guide for new team members, highlighting key people, decisions, and pitfalls from recent project activity.
Instructions
Generate an onboarding brief: a getting-started guide for someone new to the project – key people, key decisions, pitfalls and recommended reading drawn from recent activity. Use when a new team member needs to get up to speed. Runs synchronously and returns Markdown. Consumes credits, charged once on success. Call list_filter_options before using filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Per-source advanced filters, AND-combined across dimensions. Keys MUST be source ids (an unknown source id is rejected with 400). The dimension VALUES are matched leniently – call list_filter_options first to get the real selectable values for the project rather than guessing. | |
| sources | No | Restrict to these source ids. Unknown ids are rejected with 400. | |
| focus_area | No | Repository or feature area they will work on. Narrows the brief. | |
| max_events | No | Cap on events processed (1-1000, default 400). | |
| project_id | Yes | Project id from list_projects to generate the brief for. | |
| lookback_days | No | Days of history to review (1-365, default 30). | |
| new_member_role | No | Role/focus of the person being onboarded (e.g. "backend engineer"). Tailors the brief. |