Fired manually with a role and a focus area, generates a personalized tour of the codebase for a new engineer: the actual entry points for their area, the request path end to end, which modules they will touch in week one and which they can ignore, the conventions that are enforced and how they fail, the pitfalls that are documented, and a first-task suggestion sized for a first week. Written against the code as it is today, not against a README written a year ago.
- Identifier
onboarding-repo-tour- Version
- 1.0.1
- Steps
- 4
- Triggers
- 1
- onboarding
- repo-tour
- new-hire
- documentation
- productivity
- manual
When it runs
manual.fireThe pipeline
The graph below is the one the workflow opens with in the builder — same steps, same layout, drawn on the same canvas. The run playing through it is a simulation; the branches and conditions are real.
- 01Manual Tour Request
triggerThe event that starts the run.
- 02Clone Repository ⚠️ SET YOUR REPO
git.cloneShallow-clones the repository at the right ref.
- 03Generate Personalized Repo Tour
agent.sessionA coordinator delegates to specialist agents.
- 04File Onboarding Tour Ticket ⚠️ SET YOUR TICKET INTEGRATION
ticket.createOpens a ticket on the connected tracker.
The agent
Onboarding Tour Coordinator
- Base type
- Tech Writer
- Temperature
- 0.3
- Max iterations
- 50
- Tools
- 5
Filesystem · 2
read_fileRead File · readlist_dirList Directory · read
Code search · 1
code_searchCode Search · read
Tickets · 1
create_ticketCreate Ticket · write
Status · 1
update_statusUpdate Status · write
Related playbooks
PR Review SLA Nudge
Daily sweep of open pull requests that nudges reviewers past SLA and suggests reassignment past double SLA.
Auto Root Cause Analysis
Investigates bug-labeled issues, traces the root cause in code, and posts the analysis with a fix.
Blocked Ticket Escalator
Tracks tickets that move to a blocked status and escalates with status updates at 3 days and to the board owner at 7 days.