Setup Checklist — Agentic AI for Leaders
Everything you need to set up before Session 1. Work through the steps in order — later steps build on earlier ones. Budget 2–3 hours total, split across two sittings if you prefer.
At a Glance
Section titled “At a Glance”Part 1: AI Platform Setup (~45 min)
Section titled “Part 1: AI Platform Setup (~45 min)”| Step | What | Time | Status |
|---|---|---|---|
| 1 | AI Platform Account + Apps | ~15 min | Required |
| 2 | Personalization / Custom Instructions | ~15 min | Recommended |
| 3 | Memory | ~10 min | Recommended |
| 4 | Connections (MCP / Integrations) | ~15 min | Recommended |
Part 2: Builder Tools (~90 min)
Section titled “Part 2: Builder Tools (~90 min)”| Step | What | Time | Status |
|---|---|---|---|
| 5 | Terminal Basics | ~15 min | Required |
| 6 | Code Editor + Extensions | ~15 min | Required |
| 7 | Git | ~10 min | Required |
| 8 | GitHub | ~15 min | Required |
| 9 | Voice to Text | ~10 min | Recommended |
| 10 | Hands-on AI Skills | ~10 min | Recommended |
| 11 | Hands-on AI MCP Server | ~5 min | Recommended |
Part 3: AI Workflow Management (~20 min)
Section titled “Part 3: AI Workflow Management (~20 min)”| Step | What | Time | Status |
|---|---|---|---|
| 12 | AI Registry Setup | ~20 min | Recommended |
Part 1 — AI Platform Setup
Section titled “Part 1 — AI Platform Setup”These steps set up your AI platform accounts and configure them for the best experience in the course. You only need one platform set up — use whichever you prefer. Each platform has a Getting Started checklist that covers all four steps below:
| 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 |
Pick your platform(s), open the Getting Started guide, and work through the steps below. Each guide has the platform-specific instructions.
Step 1: AI Platform Account + Apps
Section titled “Step 1: AI Platform Account + Apps”What: Create an account with a paid subscription and install all available apps (web, desktop, mobile).
- I have a paid AI platform account and can start conversations
- I’ve installed the desktop and mobile apps for my platform(s)
Stuck? Ask AI for help
I’m trying to sign up for [Claude / ChatGPT / Gemini / Copilot] and running into this issue: [describe what’s happening]. What should I try?
Step 2: Personalization / Custom Instructions
Section titled “Step 2: Personalization / Custom Instructions”What: Tell your AI platform about yourself so every conversation starts with context about your role, industry, and preferences.
- I’ve added personalization / custom instructions to my AI platform
Stuck? Ask AI for help
I’m trying to set up custom instructions in [ChatGPT / Claude / Gemini] and can’t find the setting. I’m on [web / desktop / mobile]. Where do I go?
Step 3: Memory
Section titled “Step 3: Memory”What: Enable memory so your AI platform remembers context across conversations.
- Memory is enabled on my AI platform
Stuck? Ask AI for help
I’m trying to enable memory in [ChatGPT / Claude / Gemini] but can’t find the toggle. I’m on [web / desktop / mobile] with a [Free / Plus / Pro] plan. Where do I look?
Step 4: Connections (MCP / Integrations)
Section titled “Step 4: Connections (MCP / Integrations)”What: Connect your AI platform to external tools and data sources — MCP servers, connectors, extensions, or connected apps.
- I’ve connected at least one external tool or MCP server (optional)
Stuck? Ask AI for help
I’m trying to connect [tool name] to [ChatGPT / Claude / Gemini] and running into this issue: [describe what’s happening]. What should I check?
Part 2 — Builder Tools
Section titled “Part 2 — Builder Tools”These steps install the developer tools you’ll use throughout the course. Each step has a detailed guide — follow the link, complete the setup, then come back here and check the box.
Step 5: Terminal Basics
Section titled “Step 5: Terminal Basics”What: Familiarize yourself with the basics of the terminal on Mac and PowerShell on Windows.
- I can open a terminal and see a prompt (
$,%, or>) - Running
pwd(Mac) orGet-Location(Windows) shows my current directory
Stuck? Ask AI for help
I’m learning to use the terminal on [Mac / Windows] and ran into this issue: [describe what happened]. What does this mean and what should I try?
Step 6: Code Editor + Extensions
Section titled “Step 6: Code Editor + Extensions”What: Install and configure Cursor or VS Code with AI model integration (Claude, ChatGPT Codex, Gemini Code Assist, or similar).
- I can open my editor and see the welcome screen or an empty workspace
- At least one AI extension installed for a platform I 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 7: Git
Section titled “Step 7: Git”What: Install Git — a version control tool that tracks the changes you make to your AI building blocks. Git ensures you never lose them — every version is saved, and you can always recover or refine what you’ve built.
→ Go to Git Installation guide
- Running
git --versionin my 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 8: GitHub
Section titled “Step 8: GitHub”What: Create an account, enable 2FA, and create a repository for your coursework. GitHub is where your files live in the cloud — backed up, versioned, and accessible from any machine.
- I have a GitHub account
- I can clone a repository and see the files in my editor
- Running
git statusin the cloned repo 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 9: Voice to Text
Section titled “Step 9: Voice to Text”What: Configure system voice input or install a dedicated voice-to-text tool (Wispr Flow recommended).
→ Go to Voice to Text Setup guide
- I can dictate text into any input field on my 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 10: Hands-on AI Skills
Section titled “Step 10: Hands-on AI Skills”What: Skills teach your AI tool specific tasks — like editing to publication standards, naming workflows consistently, or generating meeting briefs — so you describe your goal and the AI follows your standards automatically. Skills work across platforms including Claude Code, Cowork, Claude.ai, Cursor, Codex CLI, Gemini CLI, and VS Code Copilot.
→ How to Add Skills to Your Platform
- At least one skill installed or added to your platform
- Skill verified — invoked it in your AI tool and got a response
Stuck? Ask AI for help
I’m trying to add a skill to [your platform] and it’s not working. What should I check?
Step 11: Hands-on AI MCP Server
Section titled “Step 11: Hands-on AI MCP Server”What: Access the Hands-on AI knowledge base where you do your work by adding a connector in your AI tool.
→ Go to MCP Server Connection Guide
- Hands-on AI MCP server connected to my 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 3 — AI Workflow Management
Section titled “Part 3 — AI Workflow Management”Keeping track of your workflows and the AI building blocks that power them is essential to change management and scaling your operations.
Step 12: AI Registry Setup
Section titled “Step 12: AI Registry Setup”What: Get a free Notion account (or other database system), duplicate the AI Registry template, and connect Notion to your AI tool.
→ Go to AI Registry Setup guide
- Notion AI Registry template duplicated to my workspace
- AI Registry plugin installed (
/plugin install ai-registry@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. Here’s what to do next:
- Bookmark this page — come back to check off steps as you complete them
- Start Session 1 — you’ll use these tools right away
Having trouble with any step? Bring your questions to the first session — we’ll troubleshoot together.