Tools Setup Checklist
Everything you need to set up before Session 1. Work through the steps in order — later steps build on earlier ones. Budget 1–3 hours total depending on how far you go. Times are estimates — it’s normal for some steps to take longer, especially if the tools are new to you.
At a Glance
Section titled “At a Glance”Part 1: What You Need for the Course (~60 min)
Section titled “Part 1: What You Need for the Course (~60 min)”Your AI platform plus two add-ons that run entirely inside it. This is the baseline every student needs to get real value from the course.
| Step | What | Time | Status |
|---|---|---|---|
| 1 | AI Platform Setup | ~45 min | Required |
| 2 | Hands-on AI Skills | ~10 min | Required |
| 3 | Hands-on AI Knowledge Base | ~5 min | Optional |
Part 2: For Power Users (~70 min)
Section titled “Part 2: For Power Users (~70 min)”More advanced tools that work in collaboration with your AI platform. Pick any combination — each unlocks a specific capability. Optional, and you can come back and add more later.
| Step | What | Time | Status |
|---|---|---|---|
| 4 | Code Editor + Extensions | ~15 min | Optional |
| 5 | Git | ~10 min | Optional |
| 6 | GitHub | ~15 min | Optional |
| 7 | Voice to Text | ~10 min | Optional |
| 8 | AI Registry (Notion) | ~20 min | Optional |
Part 1 — What You Need for the Course
Section titled “Part 1 — What You Need for the Course”Your AI platform plus two add-ons that live inside it. Most students only need Part 1 to start getting real value from the course.
Choose Your AI Platform
Section titled “Choose Your AI Platform”You need at least one AI platform set up before starting anything else. Pick whichever you prefer — you only need one. Each platform has a Getting Started guide that walks you through everything in one place.
| Platform | Getting Started Guide |
|---|---|
| Claude (Anthropic) | Getting Started with Claude |
| OpenAI (ChatGPT + Codex) | Getting Started with OpenAI |
| Gemini (Google) | Getting Started with Gemini |
| M365 Copilot (Microsoft) | Getting Started with M365 Copilot |
Step 1: AI Platform Setup
Section titled “Step 1: AI Platform Setup”What: Create a paid AI platform account, configure it for your work, and connect it to the apps you already use. Your platform’s Getting Started guide walks you through all of this in one place — account creation, apps, personalization, memory, and connections.
Action: Follow your platform’s Getting Started guide from the table above.
Done when:
- You have a paid AI platform account and can start conversations (Claude Pro, ChatGPT Plus, Gemini Advanced, or Copilot Pro)
- You’ve installed the desktop and mobile apps for your platform
- You’ve added personalization / custom instructions so the AI knows about your role and work
- Memory is enabled so the AI remembers context across conversations
- You’ve connected at least one external tool or data source (Google Docs, Slack, Notion, etc.)
Stuck? Ask AI for help
I’m setting up [Claude / ChatGPT / Gemini / Copilot] and running into this issue: [describe what’s happening]. What should I try?
Still stuck? Bring your question to Session 1.
Step 2: Hands-on AI Skills
Section titled “Step 2: Hands-on AI Skills”What: Install the Hands-on AI skills that walk you through the AI Workflow Framework — analyze, deconstruct, design, build, test, run, improve. These are the step-by-step guides you’ll use throughout the course to take a workflow from “I think AI could help with this” to shipped and improving.
Action: Follow the Framework Skills setup guide →
Done when:
- At least one skill is installed or added to your platform
- You’ve invoked a skill in your AI tool and received a response
Stuck? Ask AI for help
I’m trying to add a skill to [your AI tool] on [Mac / Windows] and running into this issue: [describe what’s happening]. What should I check?
Step 3: Hands-on AI Knowledge Base
Section titled “Step 3: Hands-on AI Knowledge Base”What: Connect the Hands-on AI Knowledge Base to your AI tool so you can search course content, building blocks, and reference material right where you work. Your AI tool may call this an “MCP server” or “MCP connector” — that’s the underlying technology.
Action: Follow the Knowledge Base connection guide →
Done when:
- The Hands-on AI Knowledge Base is connected to your AI platform
Stuck? Ask AI for help
I’m trying to connect the Hands-on AI MCP server to [Claude / ChatGPT / Cursor] and running into this issue: [describe what’s happening]. What should I check?
Part 2 — For Power Users
Section titled “Part 2 — For Power Users”Optional tools that work in collaboration with your AI platform. Pick any combination — you don’t need all of them, and you can come back and add more later as your workflows grow.
Step 4: Code Editor + Extensions
Section titled “Step 4: Code Editor + Extensions”What: Install and configure Cursor or VS Code with AI model integration (Claude, ChatGPT Codex, Gemini Code Assist, or similar). Unlocks the ability to store your building blocks as files on your computer and edit them with AI assistance.
Action: Follow the Code Editor setup guide →
Done when:
- You can open your editor and see the welcome screen or an empty workspace
- At least one AI extension is installed for a platform you have a paid subscription to
Stuck? Ask AI for help
I’m setting up [Cursor / VS Code] on [Mac / Windows] and running into this issue: [describe what’s happening]. What should I try next?
Step 5: Git
Section titled “Step 5: Git”What: Install Git and configure your name and email so it can sign your commits. Keeps a full version history of your building blocks automatically.
Action: Follow the Git installation guide →
Done when:
- Running
git --versionin your terminal shows a version number
Stuck? Ask AI for help
I’m trying to install Git on [Mac / Windows] and getting this error: [paste error]. What should I try next?
Step 6: GitHub
Section titled “Step 6: GitHub”What: Create an account, enable two-factor authentication (2FA), install the GitHub CLI, and create a repository for your coursework. Backs your building blocks up to the cloud and makes them accessible from any machine.
Action: Follow the GitHub setup guide →
Done when:
- You have a GitHub account
gh auth statusshows you are logged in togithub.com- You can clone a repository and see the files in your editor (or in the Claude Desktop Code tab)
- In your terminal, you can navigate to the cloned folder (
cd my-repo-name) and rungit status— it showsOn branch main
Stuck? Ask AI for help
I’m trying to clone a GitHub repository in [Cursor / VS Code] on [Mac / Windows] and getting this error: [paste error]. What should I try?
Step 7: Voice to Text
Section titled “Step 7: Voice to Text”What: Configure system voice input or install a dedicated voice-to-text tool (Wispr Flow recommended). Lets you talk instead of type — faster for long prompts and more natural when you’re thinking out loud.
Action: Follow the Voice to Text setup guide →
Done when:
- You can dictate text into any input field on your computer
Stuck? Ask AI for help
I’m setting up [Wispr Flow / Claude Desktop Quick Entry] on [Mac / Windows] for voice-to-text and running into this issue: [describe what’s happening]. What should I check?
Step 8: AI Registry (Notion)
Section titled “Step 8: AI Registry (Notion)”What: Get a free Notion account, duplicate the AI Registry template, and connect Notion to your AI tool. Tracks every workflow, building block, and connected app in one workspace — essential once you’re scaling beyond one-off experiments.
Action: Follow the AI Registry setup guide →
Done when:
- The Notion AI Registry template is duplicated to your workspace
- The AI Registry plugin is installed (
/plugin install handsonai@handsonai)
Stuck? Ask AI for help
I’m setting up the AI Registry in Notion and running into this issue: [describe what’s happening]. What should I check?
What’s Next?
Section titled “What’s Next?”You’re all set for the course — nice work getting through the setup!
- Quick test: Open your AI tool and ask: “What tools and connections do I have set up?” — this confirms everything is working together
- Bookmark this page — it’s your ongoing reference for the tool setup
- Start Session 1 — you’ll put these tools to work right away
Having trouble with any step? Bring your questions to the first session — we’ll troubleshoot together.