
Masterclass Guide
The video masterclass is the professional deep-dive complement to the written lessons. Where the text gives you the base — installation, sessions, skills, prompts — each video goes deeper into how the work actually gets done: the habits, the architecture judgment and the systems that separate someone who uses Claude Code from someone who masters it.
There are nine videos. This guide tells you what each one solves, which area it belongs to and where to start depending on your level. You can watch them in module order, or follow one of the two suggested paths at the end.
What you'll get: a map of all nine videos — what each one solves, its area and its level — and a viewing path chosen for your starting point, so you begin today with the right video.
The nine videos
| # | Video | Area | Level | What it solves |
|---|---|---|---|---|
| 1 | Claude Code — best practices | Fundamentals | Beginner | The official best practices: structuring your work, giving context and getting consistent results from day one. |
| 2 | How the creator works — 6 strategies | Workflow | Intermediate | Six concrete strategies: /clear to start fresh, /compact to summarize and continue, plan before executing, TDD, small commits and Esc to interrupt. |
| 3 | The core skills, end to end | Fundamentals | Beginner | The core skills explained in full: parallel sessions, fresh context for hard problems and turning repeated tasks into skills. |
| 4 | Why software fundamentals matter more than ever | Architecture | Intermediate | Why judgment and fundamentals matter more with AI, not less: TDD (red → green → refactor) and how to reshape shallow modules into deep, testable ones. |
| 5 | Deep modules: design the interface, delegate the implementation | Architecture | Advanced | Modules with a small interface and rich internals: you design the interface, delegate the implementation and treat each module as a gray box. |
| 6 | The handoff skill — carry context between sessions | Workflow | Intermediate | Disposable handoffs: store them in temp, redact secrets, use pointers and state the next session's purpose. |
| 7 | Routines — Claude as a proactive teammate | Automation | Intermediate | Claude running in the background: the three decisions per routine — trigger, context (repos/connectors) and steerability. |
| 8 | Build a self-improving system — 5 steps | Automation | Advanced | Five steps toward a system that improves itself — optimization, code-build, improve-system, ecosystem-monitoring and north-star — with a human approval gate at every critical point. |
| 9 | Real-world full build (capstone) + the 8 loops | Real project | Advanced | The capstone project: a real end-to-end build, applying the 8 Claude loops and the Drive mindset — slow is smooth, you lead, compress the feedback loops, action over analysis. |
The handoff video pairs with the written lesson Handoff — continue in a fresh session; the fundamentals videos reinforce what you saw in Your first session, branches & models and the skills lessons.
Two suggested paths
You don't need to watch everything at once. Pick the path that matches your starting point.
Beginner path
Build the base: working habits, the essential skills and the daily flow, closing with continuity between sessions and background automation.
- Claude Code — best practices
- The core skills, end to end
- How the creator works — 6 strategies
- The handoff skill — carry context between sessions
- Routines — Claude as a proactive teammate
Advanced path
For those who already command the daily flow: architecture judgment, deep modules, systems that improve themselves and the closing full build.
- Why software fundamentals matter more than ever
- Deep modules: design the interface, delegate the implementation
- Build a self-improving system — 5 steps
- Real-world full build (capstone) + the 8 loops
Whichever path you finish, the capstone is the destination: everything from the written lessons and the earlier videos comes together there.
10-minute practice. Pick your path using the table above and start the first video on that path (on the beginner path, video 1: best practices). While you watch, write down one concrete practice you don't do today — and apply it in your next Claude Code session before moving on to the next video.
