Slide 1 — Getting Set Up Without Terminal Fear
Welcome back. Module 1 made the case for working with a coding agent. This module gets you set up — and the title is a real promise. You can run Claude Code without ever opening a terminal. What you cannot skip are the concepts: where the agent works, what it is allowed to touch, and how you stay in control of every change. We will look at the three ways in, walk through installation, spend serious time on permission modes, run a first session that cannot break anything, and finish with the instruction file, folder hygiene, and what the plans actually cost. Let's open the doors.
Slide 2 — Three doors in: Desktop, VS Code, CLI
Here are the three doors in. The Desktop app is a standalone application — you choose a folder visually, you review every change as a side-by-side diff, and there is even a preview pane so Claude can see your running prototype. No terminal anywhere. The VS Code extension puts the same agent inside the editor, which is ideal if you already work there. And the CLI is the full command-line surface — most powerful, steepest learning curve, and entirely optional for now. The part that matters is the band underneath: same engine, same instruction file, same permission modes. Pick whichever door is easiest today. Nothing transfers worse for having started simple.
Slide 3 — Installing and signing in: the ten-minute version
Installation is the least interesting part of this module, which is good news. Desktop: download, drag to Applications, sign in, open the Code tab, choose a folder. VS Code: install the extension, click the Spark icon, sign in. CLI: one install command, then run claude inside your project. Three things trip people up. Claude Code needs a paid plan — the free plan will just ask you to upgrade. On Windows, the Desktop app needs Git installed first. And the Desktop app has three tabs — only the Code tab can actually see your files. Ten minutes, and you are in.
Slide 4 — Permission modes: what the agent may read, edit, and run
Now the part that actually deals with the fear. Permission modes control what the agent may do before asking you. In Plan mode it can read your project and propose an approach, but it cannot edit anything. In the default Ask mode, every single change appears as a diff — nothing touches your files until you accept it. Auto-accept applies edits automatically, which is fine for throwaway scratch work and nothing else. And bypass mode, with no prompts at all, does not belong on your machine. The mode is one click to change, per session. Start conservative. Loosen it only when you have seen enough good diffs to justify it.
Slide 5 — Plan mode as the safe default for the first week
This course asks you to spend your first week in plan mode, and that is a deliberate strategy, not a beginner restriction. In plan mode the agent can read everything and change nothing. You ask questions, you request plans, and you watch how it reasons about your project — what it understands, where it guesses. Every wrong assumption it makes that week is free, because nothing was edited. Then, when you do switch to an editing mode, you already know what this agent is good at and where you need to look hardest. That calibrated trust is worth far more than a fast first day.
Slide 6 — Worked example: a first session, read-only
Here is what a first session actually looks like. Desktop app, plan mode, pointed at a real marketing site the designer did not build. First question: what does this project do, and what is it built with? Plain-language answer. Then: where do the colours and type styles come from? The agent points at a tokens file, with paths you can open and check. Then: which components are involved if we restyle the pricing page? A short list — plus a warning about a hard-coded colour it spotted along the way. Finally: plan that restyle, but do not build it. Fifteen minutes, zero edits, and you understand this codebase better than any handoff meeting ever managed.
Slide 7 — What you are looking at: reading the workspace
Once you are inside, the interface can feel busy, so here is what actually matters. Four things. The conversation — your prompts, the agent's answers, and a record of what it read. The diff — a side-by-side view of exactly what would change, shown before it changes. The permission mode indicator, which sits near the prompt box on every surface and tells you what the agent could do right now without asking. And the session — one conversation, one task, its own context. Everything else is convenience. If you can find the diff and the mode indicator, you can supervise this tool. That is the whole skill, in miniature.
Slide 8 — The instruction file: CLAUDE.md for design work
There is one file worth creating before any real work: CLAUDE.md. It is a plain markdown file in your project folder, and the agent reads it at the start of every session. Think of it as your standing brief. What this project is. The rules that always apply — use the design tokens, never hard-code colours, reuse existing components, do not touch the legacy folder. And how you want to work — show a plan before big changes. Here is the habit that makes it valuable: anything you correct twice in conversation goes into this file, and then you never correct it again. That is your design judgment, written down, applied to every session for free.
Slide 9 — Folder hygiene: where things live
One more piece of groundwork: folders. The agent's entire world is the folder you point it at — it reads there, edits there, runs commands there. So spend five minutes deciding what lives where. A playground folder for experiments that are allowed to go wrong. Real projects each in their own folder, under version control, so everything is reversible. A named outputs folder for the screenshots and reports the agent generates, so they do not scatter. And keep sensitive or unrelated files out of the folders you point it at — the easiest way to keep something out of the agent's context is to keep it out of the folder. Most early accidents are scope problems, not agent problems.
Slide 10 — Plans and pricing without the sales pitch
Money, briefly and without the pitch. Claude Code needs a paid plan — the free tier does not include it. As of June 2026: Pro is around seventeen to twenty US dollars a month and is plenty for learning the tool and occasional sessions. Max, at one or two hundred, is for genuinely daily design-to-code work. Team plans add central billing and let you mix seat levels, and Enterprise or API billing covers the org-wide cases. The advice is boring on purpose: start on the cheapest plan that does not block you, watch your real usage for a fortnight, and upgrade when you hit limits — not when you feel enthusiastic.
Slide 11 — When setup goes wrong: the usual suspects
Before the exercise, the things that most often go wrong — because forewarned is calmer. If the Code tab asks you to upgrade, you are on the free plan; Claude Code needs a paid one. On Windows, the Desktop app needs Git installed before local sessions work. If the agent cannot see your files, check you are in the Code tab, not Chat. If the terminal says command not found after an install, that is a path problem with a one-line fix. Extension invisible in VS Code? Check the version and reload the window. Sign-in errors usually clear by finishing the login in the browser and restarting. None of these means this tool is not for you.
Slide 12 — Exercise: open a real project and ask five questions
Your turn. Install one surface — the Desktop app if in doubt — and point it at a real project. Your product's front-end, your design system repo, a copy of the company site. Set the mode to Plan, and ask five questions in your own words. What is this? What is it built with? Where do the colours and type come from? What components exist? What would change if we restyled one screen? Then verify at least two answers by opening the files it names. And write down one thing it got wrong or guessed — that note becomes the first line of your CLAUDE.md. No edits this week. That starts in Module 3.
Slide 13 — Summary, and what Module 3 builds on this
Let's close. Three doors in — Desktop, VS Code, CLI — and the same engine behind all of them, so pick whichever has the least friction. Permission modes are what replace fear with a mechanism: plan mode while you learn, ask mode when you work, and nothing changes without a diff you accepted. Your first session was read-only, on a real project, with answers you checked yourself. CLAUDE.md now holds your first standing rule, your folders decide what the agent can see, and your plan is a decision you will revisit with usage data. Module 3 spends this carefully built trust: you hand the agent a mockup, and you review the working code that comes back. See you there.