EverythingThreads · BUILD Manager Pack
Internal Use
Train the Trainer · For Department Managers

BUILD · Manager Pack

Everything you need to run the EverythingThreads BUILD course across your team without becoming the support desk. How to brief your staff, monitor progress, unblock the common stuck-points, evaluate the capstones, and justify the spend to your own boss.

📘 28 segments · 4 weeks 👥 Designed for teams of 5–25 ⏱ 6–8 hrs of your time across the rollout
Section 1

What BUILD actually delivers

BUILD is a 28-segment, 4-week, fully self-paced course that takes a non-coder from "what is a terminal?" to a deployed AI tool with a working frontend, a Cloudflare Worker proxy, an installable PWA, a Chrome extension, and a documented GitHub portfolio. Every student finishes with a real, live, working product on a public URL — not a certificate.

Week 1 · Segments 1–7
Foundations + First Live Site
VS Code, terminal, Git/GitHub, Node, Netlify. Segment 7 is the payoff: their first website live on the public internet. Most students who complete Week 1 finish the course.
Week 2 · Segments 8–14
HTML/CSS/JS + First AI Call
The web fundamentals, then Segment 11 — the moment their code talks to Claude through a Cloudflare Worker. Multi-model and orchestration follow.
Week 3 · Segments 15–21
System Prompts, PWA, Chrome Extension
The 5-element system prompt framework, an installable Progressive Web App, a working Chrome extension, sector-specific application, and Cron automation.
Week 4 · Segments 22–28
Production + Capstone
Error handling, security, testing, performance, deployment pipeline, README documentation, and the final capstone project — a deployed AI tool the student owns and can demo.
Why 4 weeks, not 12

BUILD is paced for working professionals doing 4–6 hours per week alongside their day job. Stretching it longer kills momentum (most online courses lose students at the 6-week mark). Compressing it shorter overwhelms non-coders. Four weeks is the sweet spot — long enough to learn properly, short enough to finish.

Section 2

Who BUILD is for (and who it isn't)

Use this list to pre-screen staff before enrolling them. Wrong-fit students drop out in Week 1 and you waste a seat.

✓ Good fit
⚠ Wrong fit — find them a different course
💡 Mixed teams? Run SHARP first, BUILD second

If your team is a mix of "I want to be more careful with AI" people and "I want to build tools with AI" people — run SHARP across the whole team first (3–4 weeks, no installs, 2–4 hours per week per person), then enrol the technically curious subset into BUILD afterwards. SHARP gives the whole team a shared vocabulary for AI risk, which makes everything BUILD teaches land harder. It's also the cheapest way to find out who's actually motivated enough for the BUILD commitment.

Section 3

Pre-rollout checklist

Run through this before kickoff day. Each item takes a few minutes and saves a week of friction later.

  1. Confirm device readiness. Every student needs a desktop/laptop they can install software on — not a locked-down corporate machine. Get IT involved before kickoff if necessary. The #1 cause of Week 1 dropout is "I can't install VS Code on my work laptop."
  2. Block calendars. Negotiate 4–6 hours per week of protected time per student for 4 weeks. Put it in their calendars yourself.
  3. Pair students into buddies. Two students per pair. They unstick each other before either of them needs to ask you. This single change roughly halves your support load.
  4. Pick a Slack/Teams channel. One central channel for the cohort. Stuck-points get posted there first, not to you. Buddies answer first.
  5. Pin the Code Mentor. Every segment has a built-in AI Code Mentor (paste code → get diagnosis). Make sure students know it exists and use it before pinging the channel.
  6. Send the kickoff email (template in Section 8) the Friday before Week 1 starts. Give students the weekend to mentally prepare.
  7. Schedule a 30-minute kickoff call on Day 1. Not to teach — to set expectations, introduce buddies, answer first questions, and remove the unknown.
  8. Schedule a 30-minute mid-point check at end of Week 2. This is the dropout cliff. A single check-in here saves the cohort.
  9. Schedule a 60-minute capstone showcase at end of Week 4. Each student demos their tool. Use the rubric in Section 6 to grade.
  10. Brief your own boss. See Section 9 for the ROI pitch. Get buy-in for the time investment before Week 1, not after.
Section 4

The 7 most common stuck-points (and how to unblock without becoming the helpdesk)

Across hundreds of BUILD students, the same handful of friction points come up over and over. Here's the playbook.

"I can't install VS Code / Git / Node — my work laptop blocks it"
Hits in Segments 2, 4, or 5. Corporate machine has admin restrictions. Student is dead in the water without IT.
Fix this BEFORE kickoff. Get an IT admin to whitelist VS Code, Git for Windows, Node.js, and the 4 VS Code extensions. If you can't, the student needs a different machine. Don't let this drag past Day 2.
"My terminal commands aren't working — it says 'command not found'"
Segment 3. Student typed the right command but the install path isn't on their PATH variable, or they're in the wrong shell (PowerShell vs Git Bash on Windows).
Tell them to close the terminal completely and reopen it. 80% of "command not found" errors after a fresh install are stale terminal sessions. If that doesn't work, the Code Mentor will diagnose it in 30 seconds.
"git push gives 'authentication failed'"
Segment 4. GitHub disabled password auth in 2021 — students need a Personal Access Token, not their password.
Point them at GitHub Settings → Developer Settings → Personal Access Tokens → generate one with `repo` scope, paste THAT in place of the password. The course covers this but tired students miss it.
"My Netlify site shows a 404 / blank page"
Segment 7. Either the file is named wrong (should be `index.html` exactly), the folder structure is nested too deep, or Netlify hasn't finished its first build.
Three checks in order: (1) is the file literally called `index.html`? (2) is it at the repo root, not in a subfolder? (3) wait 90 seconds and refresh — first builds are slow. If still broken, the Code Mentor will catch it.
"My Cloudflare Worker returns 500 / nothing happens"
Segment 11. The make-or-break moment. Usually one of: API key not set as a Worker secret, key has a typo, fetch URL doesn't match the deployed Worker URL, or CORS headers missing.
Open the Worker logs in the Cloudflare dashboard — they tell you exactly what failed. 90% of the time it's the secret. Run `wrangler secret put ANTHROPIC_API_KEY` again. Code Mentor handles the other 10%.
"I'm behind. Should I quit?"
Hits in Week 2 or Week 3. Real life happened. Student is 3–5 segments behind the cohort and embarrassed.
Reassure them, then renegotiate. The course saves progress automatically. Tell them to skip ahead to the segment everyone else is on, do that one live with the cohort, then catch up the missed ones in their own time. Falling behind is recoverable. Quitting is not.
"My final project doesn't work in Segment 28"
Capstone week. Student combined Worker + frontend + system prompt and one of the moving pieces broke.
The Final Project block in Segment 28 has a 4-step deploy checklist. Have them run through it line by line. Then have them paste the broken piece into the Code Mentor — it knows the expected outcome of every segment, so it diagnoses fast.
Section 5

How to monitor without micromanaging

You don't need to watch every student. You need to spot the ones falling behind early.

Section 6

Capstone Review Rubric (Segment 28)

Use this at the end-of-course showcase. Each student demos their tool live for 4 minutes, you score against these 5 criteria. Total out of 100. A passing capstone is 60+. A standout is 85+.

Live & working
Tool loads on a public URL, accepts input, returns an AI response without errors. Has been tested on a phone as well as desktop.
25 pts
System prompt
Uses the 5-element framework from Segment 15. Sector-specific. Demonstrably better output than a default ChatGPT prompt.
20 pts
Multi-model OR orchestration
Either compares two models side-by-side, OR chains multiple AI calls in a pipeline. Either approach is fine.
15 pts
Edge case handling
Handles empty input, very long input, API timeout, and rate-limit gracefully with clear user messages. Test all four live during the demo.
15 pts
PWA or Chrome extension
Either installable as a PWA (manifest + service worker) or working as an unpacked Chrome extension. Either is fine.
10 pts
README quality
Uses the BUILD README template. Has a one-line description, live demo link, screenshots, "how it works" diagram, setup steps. Looks professional on GitHub.
15 pts
Section 7

Time commitment — yours, not theirs

Total manager time across the 4-week rollout, end to end:

Total: roughly 6–8 hours of your time across 4 weeks, for a team of up to 20. If you find yourself spending more than that, you've become the helpdesk — refer back to Section 5 and re-route stuck students to the Code Mentor and the buddy pairs.

Section 8

Email templates — copy, paste, send

Four ready-to-use emails covering the full lifecycle. Personalise the bracketed bits, leave the structure.

Section 9

ROI talking points — for briefing your own boss

When leadership asks "is this worth it?", lead with these. Specific, defensible, measurable.

The pitch in one sentence

"For under £600 per head, every member of [team] will finish with a deployed AI tool they built and understand — which is what most £8,000 bootcamps deliver, but faster, asynchronously, and without taking anyone off their day job."

Section 10

Staff FAQ — share with your team

Print this or paste it into your kickoff doc. Answers the questions every new BUILD student asks in Week 1.

Do I need to know how to code already?
No. BUILD assumes you know nothing. Segment 1 starts with "what is a terminal." If you're already a developer, this course will be too foundational — ask your manager about the upcoming ELITE tier.
How much time per week?
4–6 hours. Some weeks more (Week 1 is the heaviest because of installs), some less. Plan for an hour a day Monday to Friday or two longer sessions.
What if I get stuck?
In order: (1) the Code Mentor at the bottom of every segment — paste your code, get instant feedback, (2) your buddy in the cohort, (3) the team Slack channel, (4) your manager. The Code Mentor handles 80% of stuck-points in seconds.
What if I miss a week?
Catch up on the weekend OR skip ahead to where the cohort is and patch the missed segments later. The course saves your progress automatically. Falling behind is normal — disappearing is the only failure.
Will I get a certificate?
No. BUILD is non-accredited. What you'll get is something better: a real, live AI tool with your name on it, a GitHub repo anyone can look at, and the ability to demo it to anyone who asks. That's worth more than a certificate.
Is the AI Code Mentor going to give me the answers?
No — by design. It diagnoses what you got wrong in five short bullets and points you at what to check next. It will not rewrite your code or hand you the solution. The point is to learn.
Can I use my work laptop?
Probably yes, but check before Week 1. You need to install VS Code, Git, Node.js, and a few extensions. If your machine is locked down, talk to your manager and IT before kickoff — don't wait until Day 2.
What if my final project idea isn't good enough?
It is. The simplest projects are usually the best. If you can describe the tool in one sentence ("it takes X and turns it into Y for someone like Z"), you have a final project. Don't overthink it.
Section 11

When to escalate to EverythingThreads

The course is designed to run without vendor support. But if any of these happen, email hello@everythingthreads.com — clearly subject-lined with "BUILD Manager Pack — [your company]":

EverythingThreads support is email-only by design. You'll get a reply within 2 working days. For genuine emergencies during a paid rollout, mark the email subject "URGENT" and we'll prioritise.

One last thing

The single most important thing you can do as the manager running BUILD isn't technical. It's protecting your team's time. Every student who quits BUILD quits because their day-job pulled them under in Week 2. If you do nothing else from this pack — block their calendars, defend that block from other managers, and reschedule their meetings yourself for those 4 weeks. That single act of air cover is worth more than every other section combined.