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.
The minimum viable system
Section titled “The minimum viable system”Weekend build plan
Section titled “Weekend build plan”- Dealbreakers — fill out the worksheet (Ch. 2,
templates/). - Rubric — adapt the 100-point rubric (Ch. 3).
- One sweep — schedule a single search (Ch. 4).
- One report — pick a format and ship it (Ch. 5).
Repo structure to grow into
Section titled “Repo structure to grow into”your-recruiter/├── README.md├── book/ # your notes, one file per lesson learned├── templates/ # your rubric, schema, outreach voice└── examples/ # your redacted reports