How to use a pack
- Open the pack for the week you are teaching alongside the slide deck.
- Print landscape, single-sided, A4 or US Letter. Use Chrome or Edge for best fidelity (Ctrl+P → Layout Landscape → Margins Default → Background graphics on) — or grab the pre-rendered PDF from each pack’s page below.
- Keep the printed sheet beside your laptop while presenting. The deck holds your speaker notes; the pack holds your timing, your hand-offs, and your fail-modes.
- Do not hand the pack to students — it is an instructor artefact. Student-facing material lives on each course page.
The six packs
AI Fluency Fundamentals
Six modules in two hours. The crater of disappointment, the six 201 skills, the Red Pen Review, frontier mapping.
Week 2 · Course 2Builder Orientation
From user to builder. One live build, one student build, one paper decomposition drill.
Week 3 · Course 3Platform Training
Three deployed builds across centaur and cyborg modes — Request Routing, Training Tracker, Your Problem.
Week 3.5 · Course 3.5Platform Training (Locked Tenant Reality)
Same centaur and cyborg arc as Week 3, pivoted to single-file static HTML on free public hosting. Watch Bill, TEEP, your problem.
Week 4 · Course 4Advanced Workshop
Frontier mapping, complex build, debug clinic, verification drill, teach-back, workflow playbook.
Week 4.5 · Course 4.5Advanced Workshop (Locked Tenant Reality)
Same six-module arc as Week 4, pivoted to a static-HTML Readiness Dashboard build. Adds Ask Sage as a peer tool with the two-tool cross-check protocol.
Week 5 · Course 5Supervisor Orientation
Permission culture, the apprentice problem, the AI Review Drill. 30-min briefing or 2-hr joint session.
Week 6 · Course 6Full-Stack Capstone
Eight build cycles, one architecture, one shipped container. React + Vite + TypeScript + Go + Docker, in eight hours.
Week 6 answer key
The Week 6 capstone uses heywood-inventory/ as its safety-net reference repo. The answer-key sheet maps each build module (M1–M10) to the specific reference file(s), the matching validated prompt block in docs/PROMPTS.md, and a 5-minute recovery demo path — so a stuck instructor can land the right page in under 60 seconds without scanning the long instructor guide.
Open the Week 6 Answer Key Print portrait, B&W safe. Sits next to the facilitator pack on the desk.
Pre-rendered PDFs
Each pack ships as a one-page Letter-landscape PDF rendered from the same HTML source. Use these when you want a known-good printable file (e.g. emailing to a co-instructor, queuing on a shared printer, or archiving with a course package). The browser-print path above remains the fastest route — the PDFs are a convenience, not the source of truth.
- Download Week 1 PDF — AI Fluency Fundamentals
- Download Week 2 PDF — Builder Orientation
- Download Week 3 PDF — Platform Training
- Download Week 4 PDF — Advanced Workshop
- Download Week 5 PDF — Supervisor Orientation
- Download Week 6 PDF — Full-Stack Capstone
Regenerating the PDFs
The PDFs are produced by a headless-Chromium build script that loads each pack page from the local dev server and prints to PDF with the same margins the in-browser print preview targets. To rebuild after editing a pack:
- Make sure the dev server is running:
python3 serve.py(the Start application workflow). - From the project root:
npm run build:facilitator-pdfs. - The script discovers Chromium and the Noto Sans fallback automatically; commit the regenerated files in
docs/facilitator/pdf/.
Source: scripts/build-facilitator-pdfs.js. System
deps: chromium and (recommended)
noto-fonts via Nix; npm dep:
puppeteer-core.
What each pack contains
- Header strip — course name, week, duration, audience, prerequisites at a glance.
- Timing strip — every module with start time and posture (talk / build / break).
- Pre-session prep checklist — accounts, tabs, sample data, room and Teams calibration.
- Live hand-off cues — the moments you switch between deck and platform, and the verbal cues that come with each switch.
- Exercise & activity prompts — verbatim instructions to read to the room.
- “When this goes sideways” — the top failure modes for that session and a one-line recovery for each.
- Post-session homework — the assignment you issue before logoff and what makes it count toward the next week’s gate.
Out of scope
These packs do not duplicate deck content, and they do not include bundled PDFs — print on demand from the browser. The slide-by-slide chat-paste material that the decks cue you to drop into Microsoft Teams lives in dedicated facilitator hand-out packs — one per week: Week 1 · Week 2 · Week 3 · Week 4 · Week 5 · Week 6. Student-facing course material lives under Courses.