Skip to content

Fork It — Building Your Own in a Weekend

Everything in this book is meant to be copied. This chapter is the build guide: the minimum viable version of the system (rubric, one scheduled sweep, one report format) you can stand up in a weekend, plus the repo structure so you can grow it the same way I did, one chapter at a time.


  1. Dealbreakers — fill out the worksheet (Ch. 2, templates/).
  2. Rubric — adapt the 100-point rubric (Ch. 3).
  3. One sweep — schedule a single search (Ch. 4).
  4. One report — pick a format and ship it (Ch. 5).
your-recruiter/
├── README.md
├── book/ # your notes, one file per lesson learned
├── templates/ # your rubric, schema, outreach voice
└── examples/ # your redacted reports

Next: Closing — Paying It Forward →