HomeCourseModule 17 › Capstone 3 — Headcount + payroll prep + tracker (HR)

Capstone 3 — Headcount + payroll prep + tracker (HR)

Module 17 · Capstone Projects90 min readAdvanced

What you'll learn

  • Run all weekly HR jobs as one pipeline
  • Produce a headcount summary, payroll-import file, and onboarding tracker
  • Email each output to the right people

Project brief

Build hr_weekly.py that produces three artifacts and routes each to the right stakeholder:

  1. headcount_YYYY-MM-DD.xlsx → HR Director.
  2. payroll_import_YYYY-MM-DD.csv → Payroll vendor SFTP (or just a folder).
  3. onboarding_status_YYYY-MM-DD.xlsx → People Manager.

Required inputs

Acceptance criteria

Stretch goals

What to show off

Three jobs collapsed to one calendar entry that runs while you sleep. Your Monday opens with a clean inbox.

📹 Video walkthrough
A video walkthrough of this lesson will be embedded here. Until then, the written walkthrough above mirrors what the video will cover step-for-step.