Pre-Work Checklist 6-Week AI Agents Mentorship · Cohort 2
Day 1 kickoff
Wed · Apr 22 · 7pm ET
Student: ____________
Complete every item before Wednesday. Day 1 is a build session — not a setup session. If your stack isn't ready, you'll spend Night 1 troubleshooting instead of shipping your first agent.

Account setup

Get Claude Pro or Max subscription 5 min
Go to claude.ai/upgrade. Pro ($20/mo) is enough to start.
Join the Cohort 2 Telegram group 1 min
Where the cohort lives between sessions. Join link. Post an intro when you arrive.
Complete the AI Audit form 10 min
Tells Coach where you are so coaching is personal, not generic. tally.so/r/ob7RZx
Save the Zoom link to your calendar 30 sec
Same link every week, Wed 7pm ET. Zoom room · Meeting ID 845 7797 7917 · passcode 778249
Install Obsidian (free) 2 min
Your second brain for the 6 weeks. obsidian.md → download → open once.

Agent stack (the big one)

Run the one-line setup script 10 min
Mac or Windows — instructions at setup.coachreemteam.com/setup. Installs bun, Claude Code, Discord plugin. Narrates itself.
Launch Claude Code + sign in 3 min
In Terminal (Mac) or PowerShell (Windows): type claude, sign in with your Claude Pro/Max email.
Create your cohort2-workspace folder 1 min
On Desktop. Everything you build lives here for 6 weeks.
Write your first prompt — create hello.txt 2 min
Prove the agent works. Full steps: Part 4 of Onboarding Guide

Discord bot (optional for Day 1, required by Week 2)

Create a Discord application 5 min
Copy your bot token + turn on intents 3 min
Bot tab → Reset Token → copy. Scroll down → toggle all 3 Privileged Intents ON → click Save Changes.
Invite the bot to your Discord server 3 min
OAuth2 → URL Generator → scope=bot → 4 permissions → paste URL → select server → Authorize.
Wire the token into Claude Code 2 min
In Claude Code: /discord:configure <token>/reload-plugins → bot shows green in Members list.
Pair yourself as the owner 2 min
DM the bot → it replies with a code → in Claude Code: /discord:access pair <code>

Confirm readiness

Run reemteam-check — all layers green 30 sec
Exit Claude Code (/exit), then type reemteam-check at your shell. Get a pass/fail report for every layer. Any red = exact fix command shown inline. Fix and re-run until all green.
Submit Verification form 60 sec
Fills out a short form proving your setup works. setup.coachreemteam.com/mentorship/verify. Problems? Describe them in the Blockers field — Code replies on Telegram within 30 min.
Post "✅ Setup done" in the Cohort 2 Telegram 10 sec
Lets Coach and the cohort know you're locked in. Bonus: drop a screenshot of your first hello.txt.