Your Claude session starts from zero. You set the rules, describe the project, and the first response lands right. Come back the next day and it is gone - the standards you set, the corrections you made, the preferences the agent seemed to have locked in. You explain it again. You do this the following week, and the week after that.
By the third month, you accept it as the cost of working with AI. You get faster at re-explaining. You call it prompting. It is not prompting. It is maintenance.
What most Claude users do not know is that none of this is inevitable. There is an architecture that holds your rules, your memory, and your standards across every reset - one that 90% of users have never heard of. It is not a plugin or a paid plan. It is a set of files and behaviors built into Claude Code that most people who use it daily do not know exist. The people running on this architecture are not better at prompting. They built something the agent reads before you say a word, and most of them are not engineers.
When the system is in place, the session opens differently. The agent reads your standards before you say anything. The correction you made last week holds today. The rule you set last month applies without you repeating it. You open a new conversation and the work continues from where you left off - not from zero.
The fourteen lessons below build that system step by step. Watch here, then download the free Starter Kit files to apply what you see.
The files require a free account. The videos do not.
Course contents
- Course Introduction - Why the course exists and what it builds
- Welcome to the Starter Kit - What is inside and where to start
- How to Activate Claude - The 3-step setup sequence
- Your AI Setup Roadmap - APL, AAL, and AOL explained
- CLAUDE.md - The project constitution
- The /docs Folder - Persistent project memory
- Advanced /docs - Scaling context at depth
- Claude Skills - Reusable instructions on command
- Claude Hooks - Automated rule enforcement
- MEMORY.md - Memory between sessions
- Setup Complete - Activating the system on a real task
- Agent Power Levels - APL framework deep dive
- Agent Access Levels - AAL framework deep dive
- Agent Orchestration Layers - AOL framework deep dive
Course Introduction
Claude starts clean every session. Fourteen lessons in this course build the structure that changes that - from zero context to a system that holds your rules, your memory, and your standards across every reset.
01 - Welcome to the Starter Kit
The Starter Kit is the architecture in file form - one file for each layer of the system that stops your sessions from resetting. This lesson maps what each file does and which order they go in, so every layer is in place before the next one is added.
02 - How to Activate Claude
Three steps connect Claude to your project rules from the first message. The Master Setup Prompt, included in the Kit instructions, tells Claude to read your CLAUDE.md before processing anything else. After this lesson, the agent acknowledges your standards in the very first reply - not as a default response, but as confirmation that your rules are in place.
03 - Your AI Setup Roadmap
Before building a system that holds, you need to know what your current setup is missing. Three frameworks answer that precisely - where you stand today, which layers are already in place, and which ones are not. After this lesson, you know exactly what you are building toward and why each layer matters to the whole.
04 - CLAUDE.md
Without CLAUDE.md, Claude guesses the project standards every session and produces different patterns every time. One file in the project root changes that - the agent reads it before doing anything else and adopts the rules from the first message. This lesson covers what belongs in the file, how the template works, and what changes immediately after it is in place.
05 - The /docs Folder
CLAUDE.md is the entry point. The /docs folder is the memory. A single file cannot hold the architectural decisions made months ago, the bugs that took days to diagnose, or the constraints that apply only to specific parts of the project. This lesson explains when a CLAUDE.md alone is enough and when /docs becomes the difference between an agent that remembers and one that starts over.
06 - Advanced /docs
A flat /docs folder works for small projects. At scale, Claude needs context that is organized by intent - not just present. Numbered folders by domain, agent-ready files that answer specific questions, and a CLAUDE.md that points directly to /docs entries instead of repeating them. This lesson covers the patterns that make large documentation folders work without losing the agent’s focus.
07 - Claude Skills
Every repeated task you have explained to Claude more than once is a candidate for a Skill. Write the instruction once and the agent runs it identically every time - no re-explaining, no variation. The same way your rules hold across sessions, your repeated tasks now hold across every call.
08 - Claude Hooks
Skills define what Claude does. Hooks define what it cannot do - and enforce it automatically on every tool call without monitoring. A PreToolUse hook warns before critical files are touched. A PostToolUse hook validates the result and corrects a mistake before the file is saved. This is the layer that turns a system you supervise into a system that supervises itself.
09 - MEMORY.md
Without MEMORY.md, every session starts from zero - the same questions repeated, the same corrections made again. With it, Claude carries forward your preferences, your decisions, and your project context from the first message of every session. This lesson covers what belongs in the file - user context, feedback records, project decisions, references - and what does not.
10 - Setup Complete
Five layers are in place. This lesson covers the one step that determines whether the system compounds or stays static - running Claude on a real task for the first time, confirming the agent reads the rules, and adding the first MEMORY.md entry after the session. From here, each session adds memory and each correction strengthens the rules.
11 - Agent Power Levels
Not every Claude setup can hold the same system. APL (Agent Power Level) maps which level of architecture your current tools support - and what becomes available when you move up. After this lesson, you know exactly which layers are active in your setup and which ones are not yet within reach.
12 - Agent Access Levels
A system that holds is only useful if it holds safely. AAL (Agent Access Level) maps how deep your agent is reaching into your files and systems - and where the boundary of safe operation sits. This lesson adds the one check that keeps a self-running system from running further than it should.
13 - Agent Orchestration Layers
AOL is not about which model is running. It is about how integrated the agent is in the project - from stateless chat with no rules to automated enforcement that fires on every tool call. Each file in the Starter Kit corresponds to one AOL layer. This lesson closes the course by placing every file in the full framework map and showing the path from AOL 1 to AOL 5.
If you are just getting started, the Claude Code guide for beginners covers the first session before any of these layers need to exist.
One week free. If you want to try Claude Code before you commit, Anthropic offers a free week through referral. Start your free week here - no payment needed to begin.
This is part of the Foundation System - every file in this course is one layer of the system that keeps Claude consistent across sessions.
May you build Greatness! 🍀
Michael