Skip to content

Added growth hiring process#3013

Merged
leonardwolters merged 3 commits into
mainfrom
hiring-process-growth
May 28, 2026
Merged

Added growth hiring process#3013
leonardwolters merged 3 commits into
mainfrom
hiring-process-growth

Conversation

@leonardwolters
Copy link
Copy Markdown
Collaborator

@leonardwolters leonardwolters commented May 27, 2026

Greptile Summary

This PR adds a new handbook page documenting the hiring process for growth roles and updates the general hiring-process page to cross-reference it.

  • A new growth-hiring-process.mdx page is added under content/handbook/how-we-hire/, describing the 6-step growth interview process (Screening → Founder Call → Deep Dive → Super Day → Meet the founders → Offer).
  • hiring-process.mdx gains a one-sentence link pointing readers to the new growth page — the link path is correct.
  • meta.json (which controls sidebar ordering for the "How we hire" section) was not updated to include growth-hiring-process, so the new page will not appear in sidebar navigation.

Confidence Score: 4/5

Safe to merge with one small fix needed — the new page won't surface in the sidebar until meta.json is updated.

The content itself is clear and well-structured. The only gap is that content/handbook/how-we-hire/meta.json does not list the new growth-hiring-process page, so it will be absent from the sidebar even though the direct link in hiring-process.mdx works.

content/handbook/how-we-hire/meta.json — needs growth-hiring-process added to its pages array.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Candidate Applies] --> B{Role Type?}
    B -->|Engineering / Other| C[1st Call - 20 min]
    B -->|Growth| D[Screening Call - 20 min]

    C --> E[Code Review Interview - 30 min]
    E --> F[Motivation & Feature Building - 60 min]
    F --> G[Engineering Super Day]
    G --> H[Meet ClickHouse]
    H --> I[Offer]

    D --> J[Founder Call - 40 min]
    J --> K[Deep Dive - 60 min]
    K --> L[Growth Super Day]
    L --> M[Meet the Other Founders]
    M --> N[Decision & Offer]
Loading
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
content/handbook/how-we-hire/growth-hiring-process.mdx:1
**New page missing from sidebar navigation**

`meta.json` in `content/handbook/how-we-hire/` defines the ordered page list for the "How we hire" sidebar section, but `growth-hiring-process` was not added to it. The page will be reachable via the direct link in `hiring-process.mdx`, but it won't appear in the sidebar navigation, leaving it effectively hidden for anyone browsing the handbook.

Reviews (1): Last reviewed commit: "Added growth hiring process" | Re-trigger Greptile

Greptile also left 1 inline comment on this PR.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
langfuse-docs Ready Ready Preview, Comment May 28, 2026 2:29pm

Request Review

@github-actions
Copy link
Copy Markdown

@claude review

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. documentation Improvements or additions to documentation labels May 27, 2026
Comment thread content/handbook/how-we-hire/growth-hiring-process.mdx
Comment thread content/handbook/how-we-hire/growth-hiring-process.mdx
@leonardwolters leonardwolters enabled auto-merge May 28, 2026 14:26
@dosubot dosubot Bot added the auto-merge This PR is set to be merged label May 28, 2026
@leonardwolters leonardwolters added this pull request to the merge queue May 28, 2026
Merged via the queue into main with commit 67c9b71 May 28, 2026
17 checks passed
@leonardwolters leonardwolters deleted the hiring-process-growth branch May 28, 2026 14:44
@dosubot dosubot Bot removed the auto-merge This PR is set to be merged label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant