Level 3 · Master
Examples:
Aexagon · Learning Program · Level 3

Run the
operation.

Systems that run without you.
Work you can trust at scale.
A team that can do it too.

The three levels

Beginner: use Claude.

Advanced: build the system that uses Claude for you.

Master: run an operation on it and teach your team to do the same.

Finished Level 2? Good. This is the last climb. Back to Level 2.

4 Layers refresher

Every strong prompt still has four layers, written in order: Objective (one sentence, the win), Context (the world, who you are, who Claude is), Output (the shape), and Workflow (the steps, when the path matters). Guardrails sit at the bottom, always on. Level 3 does not re-teach this. If it's rusty, read the full breakdown in Beginner · The 4 Layers, then come back. Everything here assumes the framework is automatic by now.

Master

Fewer modules. Bigger stakes.

Seven modules, not fifteen. Not because there's less to learn, because each one is heavier.
Every practice here is a real project, not an exercise. You run it on your actual business, with actual people, and it has to hold.

Master · Module 1 Scheduling

Scheduled Systems

Build work that runs on a clock without you starting it. A scheduled task is a product feature, described in plain English: what runs, when, what it hands you, where it stops. No code, no cron syntax. You describe the job, the platform runs it.

You'll learn
  • Scheduled tasks as product features, described in plain English
  • Designing a recurring job: what runs, when, what it hands you, where it stops
  • The safety pattern: scheduled jobs draft, they don't send, until trust is earned
  • Reviewing what ran while you slept, and schedule vs human trigger
You'll practice
  • Set up one real recurring job on your actual work
  • Run it for a full week
  • Review the quality of every run before trusting it further
The safety pattern

A new scheduled job starts at draft only. It runs, it prepares the output, it waits for you. It does not send, post, or commit anything on its own. Only after several clean runs does a job earn the right to act without a review step, and even then only for low-risk work. Never let a brand-new schedule touch anything that leaves your hands unreviewed.

Sample prompt · a Monday 7am business brief
OBJECTIVE Set up a recurring job that has a business brief waiting in my inbox every Monday at 7am. CONTEXT I run a small business. Every Monday I want to walk in knowing what shipped last week, what's overdue, and what needs my decision this week. I do this by hand right now. OUTPUT A one-page brief, three sections: shipped last week, overdue or stuck, top 3 decisions needed this week. Delivered as a draft in my inbox, not sent anywhere. WORKFLOW Run every Sunday night. Pull from the sources I connect. Hold the brief as a draft for me to read Monday morning. Never send it anywhere on its own. GUARDRAILS No em-dashes. Draft only, never auto-sent. If a source has nothing new, say so instead of padding.
Sample prompt · a Sunday-night Monday brief
OBJECTIVE Set up a recurring job that builds my Monday brief from the week's showings, open houses, and stale leads. CONTEXT I'm a real estate agent. I want to walk into the week already knowing what happened, what's gone quiet, and who needs a nudge. Right now this takes me an hour every Monday morning. OUTPUT A one-page Monday brief: this week's showings and open houses, leads that have gone quiet 14 or more days, and three drafted follow-up messages for the coldest leads. Everything held for my approval. WORKFLOW Run every Sunday night. Pull from my calendar and CRM. Draft the three follow-ups but do not send them. Hand me the whole brief as one page waiting Monday morning. GUARDRAILS No em-dashes. Nothing sends without my approval. If a lead has an active deal in progress, exclude it from the stale list.
Master · Module 2

Delegation at Scale

Break big work into parallel streams Claude runs at once, then review the results as one. Think of a subagent as saying "go research these five, report back." Fan out to many streams, fan back in to a single synthesis you review.

You'll learn
  • Subagents in plain English: go research these five, report back
  • Fan-out and fan-in as one pattern
  • When parallel helps (independent work) vs hurts (dependent work)
  • Reviewing the synthesis, not every step, to keep your own chat clean
You'll practice
  • Run one big job as several parallel streams
  • Have Claude synthesize them into one report
  • Review only the synthesis, not the raw work behind it
When parallel helps, when it hurts

Independent tasks parallelize well: five separate research streams that don't need each other's answers. Dependent tasks don't: if step two needs the result of step one, running them at once just creates confusion. Know which kind of job you have before you fan it out.

Sample prompt · five parallel research streams on a new market
OBJECTIVE Research a market I'm considering entering, using five parallel streams, synthesized into one brief. CONTEXT I'm evaluating whether to launch a new service line. I need demand signals, competitors, pricing, risks, and an entry angle, fast and independent of each other. OUTPUT One synthesized brief, five sections matching the five streams, plus a final "recommended entry angle" section. WORKFLOW Run five independent streams at once: demand signals, existing competitors, pricing benchmarks, risks, and comparable launches elsewhere. Each stream reports back on its own. Synthesize all five into the one brief. I only need to review the synthesis. GUARDRAILS No em-dashes. Cite sources per stream. Mark anything unverified.
Sample prompt · a farm-area intelligence sweep
OBJECTIVE Run a farm-area intelligence sweep on competing agents, five parallel streams, synthesized into one brief. CONTEXT I want a full read on the top agents in my farm area before I plan next quarter. I need positioning, pricing focus, marketing signature, weak spots, and white space, each researched independently. OUTPUT One synthesized brief, five sections matching the five streams, ending with my recommended opening move for the quarter. WORKFLOW Run five independent streams at once on the named agents: positioning, pricing focus, marketing signature, weakest spot, and where the white space is. Each stream reports on its own. Synthesize into the one brief. I review only the final synthesis. GUARDRAILS No em-dashes. Cite sources per stream. Mark unverified claims. Stick to the named agents only.
Master · Module 3

Quality Control Systems

Turn your quality bar into something that holds across every output, yours and your team's. You built the bar in Level 2. Now it patrols on its own: a rubric Claude runs on any draft before you ever see it.

You'll learn
  • Anti-slop as a standing system, not a one-time pass
  • The review rubric Claude runs on any draft before you see it
  • Baking QC into skills so it happens automatically
  • Auditing a week of outputs and the adversarial read on high-stakes work
You'll practice
  • Write a one-page quality rubric
  • Turn it into a critique skill
  • Run a full week of content through it
The rubric skill, in plain terms

Instead of you catching problems after the fact, the rubric catches them before delivery. Every draft passes through the same checklist automatically: hedge words flagged, unsourced claims flagged, the real point buried too far down flagged. High-stakes work still gets a human adversarial read on top. The rubric is the floor, not the ceiling.

Example · a rubric skill for any draft
OBJECTIVE Build a rubric skill that checks any draft before it reaches me. CONTEXT My drafts sometimes slip through with hedge words, unsourced claims, or a buried lead. I want a standing check that runs automatically, not something I remember to ask for. OUTPUT A skill with a trigger line that fires on any draft review request. Body checks for three things: hedge words, claims with no source, and the main point not appearing in the first two sentences. Output is a flagged list, not a rewrite. WORKFLOW Run the rubric silently before showing me any draft. Flag issues first. Only show the clean version after I've seen the flags. GUARDRAILS No em-dashes. Flags only, no auto-rewriting without my say-so.
Example · a brand voice checker skill
OBJECTIVE Build a brand voice checker skill that runs on every listing or post before it reaches a client. CONTEXT My rule is lifestyle before features, no banned words, no market claim without a source. Things slip through when I'm rushed. I want the check automatic. OUTPUT A skill with a trigger line that fires on any listing or social draft. Body checks three things: does it lead with features instead of lifestyle, does it use a banned word, does it make a market claim with no source behind it. Output is a flagged list. WORKFLOW Run the check silently before showing me any listing or post draft. Flag problems first. Only hand me the clean version after the flags are resolved. GUARDRAILS No em-dashes. Flags only. Never let a flagged draft go to a client without my review.
Master · Module 4

Client-Facing Work, Run Safely

Use all of this on live client work without a single "how did that go out" moment. The trust boundary is simple: Claude drafts, a human always signs. Everything else in this module protects that one rule.

You'll learn
  • The client trust boundary: Claude drafts, a human always signs
  • Data hygiene: client-confidential info never enters memory or a shared Project
  • Per-client isolation: separate Projects, no context bleed
  • The approval gate on anything leaving your walls, and the near-miss protocol
You'll practice
  • Set up one client's isolated workspace with trust rungs
  • Add a hard approval gate to it
  • Document exactly what is automated and what never is
The near-miss protocol

The moment something almost goes out wrong, stop and write down what happened before you fix it. Which gate should have caught it. Tighten that gate. A near miss is free information about where your system is thin. Treat every one as a required update to your rungs, not a one-off apology.

Example · five client accounts, five sealed Projects

An agency runs five client accounts. Each client gets its own Project: its own voice, its own knowledge, its own history. Nothing from Client A's Project ever informs Client B's output. Every draft for every client sits behind the same approval gate before it leaves the building. One operator, five separate rooms, zero crossovers.

Confidential client details never get written to shared memory. They live only inside that client's own Project.

Example · five downline agents, five sealed Projects

A team lead runs content for five newer agents they mentor. Each agent gets an isolated Project holding that agent's own voice and market, never shared with the others. All output is approved before it posts. One operator, five brands, zero crossovers.

Any client-confidential detail from one agent's deals never enters another agent's Project, and never enters shared memory at all.

Master · Module 5

Claude Code as a Power Tool

Use the most powerful surface to build and run things for you, without writing a line of code. You direct Claude Code. You never author code and you never need to read it. It reads and writes real files and runs what it builds, and it always shows you a plan first.

You'll learn
  • What Code gives you that Chat and Cowork don't
  • CLAUDE.md as the standing brief, written for real work now
  • Plan mode: Claude shows the plan, you approve before it touches anything
  • Describe, approve, use, never read the code, and the hard stop boundary
You'll practice
  • Point Claude Code at a folder for one real job
  • Write the CLAUDE.md briefing it
  • Use plan mode to build one internal tool, then use the tool
The hard boundary

Claude Code is great for prototypes and internal tools you fully control. The moment a build touches payments, user accounts, authentication, or real customer data, stop. Call a developer. You are the director of this tool, not its engineer, and knowing exactly where to hand off is the whole skill.

Sample CLAUDE.md · a report-generator folder
OBJECTIVE This folder is where you build me report generators from my spreadsheets. CONTEXT I'm a business owner, not a coder. I bring you a spreadsheet and describe the report I want. You build the tool. I never read or write the code myself. OUTPUT Always show me a plan before you touch anything. Explain what the tool will do in plain English, no technical terms. After I approve, build it, then show me how to use it. WORKFLOW Plan first. Wait for my approval. Build. Then walk me through using the result like I've never seen a computer before. GUARDRAILS No em-dashes in anything client-facing. Never touch payment systems, account systems, or customer data. If a request needs that, stop and tell me to call a developer.
Sample CLAUDE.md · a listing-sheet generator folder
OBJECTIVE This folder is where you build me listing-sheet generators from my property data. CONTEXT I'm an agent, not a coder. I bring you listing details and describe the sheet or one-pager I want. You build the tool and explain what it does in plain English. OUTPUT Always show me a plan first. Explain any tool in plain language before building it. After I approve, build it, then show me exactly how to run it. WORKFLOW Plan first. Wait for my approval before touching anything. Build. Then walk me through using the result. GUARDRAILS No em-dashes in client-facing output. Never touch payment, account, or client-PII systems. If a request needs that, stop and tell me to call a developer.
Master · Module 6

Teach Your Team (Rollout)

Take everything you built and make your people able to run it too. Never hand someone autopilot on day one. Walk them up the same trust ladder you climbed. Your skills and Projects are the transfer mechanism: your system becomes their starter kit.

You'll learn
  • The teaching sequence: never hand them autopilot first
  • Skills and Projects as the transfer mechanism
  • The one-page "how we work with Claude here" doc
  • Rollout order and measuring adoption
You'll practice
  • Run one person through their first three lessons this week
  • Use your own kit as their starter kit
  • Note exactly where they got stuck
The rollout order
  1. The 4 Layers first. Nothing else matters until this is automatic.
  2. Files and research next. Get them comfortable uploading and asking.
  3. Their first skill. One playbook, built from their own repeated work.
  4. A Project. Their own workspace, briefed the way you brief yours.

Measure adoption honestly: who actually uses it, where they stall, and what you need to fix in the kit itself, not just in them.

Example · rolling out the weekly-brief system

An ops lead rolls the weekly-brief system to two coordinators. Week one: the 4 Layers, on their own real tasks. Week two: files and research. Week three: they build their first skill from something they already repeat. Week four: their own Project, briefed the same way the ops lead's is. Every output stays at draft-plus-approve for the whole first month.

Example · rolling out the Listing Machine

A team lead rolls the Listing Machine Project and the voice skill out to three newer agents. Week one: the 4 Layers and read-versus-write, taught live. Week two: each agent gets their own cloned Project, their own voice, their own market. Week three and four: they hold at draft-plus-approve, every listing and post reviewed before it ships. The mentor's system becomes the team's system.

Master · Module 7

Master Capstone: Teach Your Downline

Prove mastery by making someone else capable, not just doing more yourself. Pick one person. Take them from zero to running one real workflow. Hand them a starter kit. Teach, don't do it for them. Your leverage is now other people's leverage.

The capstone, step by step
  • · Pick one person. Someone who does real work you understand.
  • · Hand them a starter kit. Your 4-Layer templates, one skill, one Project, one trust-laddered task.
  • · Teach live. Walk them through it in person or on a call. Don't just send a doc and disappear.
  • · Hold them at draft-plus-approve for a full month. Review every output with them weekly.
  • · Document the rollout. Write down what worked so the next person is easier than this one.
The real win

This capstone never fully ends. Every person you bring up the ladder can bring up the next one. That's the difference between using a tool well and running an operation.

Example · onboarding a first hire

A founder onboards their first hire to run the content queue. The hire gets the 4-Layer templates, the content skill, and the content Project, all taught live in one sitting. First month, every piece sits at draft-plus-approve with a Friday review. By month two, routine posts move to spot-check. The founder wrote the rollout down after week one, so the next hire takes half the time.

Example · onboarding a newer agent

A team lead onboards a newer agent to run their own listing content. The Listing Machine gets cloned to the newer agent's voice and market. The 4 Layers get taught live, not just documented. First month sits entirely at draft-plus-approve, with a Friday review of everything that shipped. The mentee has turned into an operator, and the mentor has one less thing to carry alone.

Reference

New words

Only the terms that are new at this level. Everything from Beginner and Advanced still holds. For the rest, see the full glossary in Level 1.

Scheduled task

Work that runs on a clock instead of when you ask. Described in plain English: what runs, when, what it hands you. New jobs start as draft-only. They earn the right to act on their own only after proving themselves over several runs.

Subagent

A separate helper Claude sends to do one piece of a bigger job. "Go research these five, report back" is a subagent instruction. You review the combined result, not each helper's raw work.

Fan-out / fan-in

The shape of parallel delegation. Fan-out is splitting one job into several independent streams that run at once. Fan-in is bringing all those streams back together into one synthesized result. Works well for independent tasks, poorly for tasks that depend on each other.

Quality rubric

A written checklist Claude runs against any draft before you see it: hedge words, unsourced claims, a buried lead. Turns your personal quality bar into a standing system instead of a memory you rely on.

Approval gate

A required stop before anything leaves your walls. Claude drafts, the gate holds it, a human signs off, then it ships. The gate is what makes delegation safe at scale.

CLAUDE.md (operator's view)

The standing brief for a Claude Code folder, written from the operator's seat, not a developer's. It states who you are, what the tool should do, that a plan comes before any build, and exactly where the hard stop is. You write it in plain English and never touch the code it produces.

Rollout

The planned sequence for teaching your system to another person: framework first, then files and research, then their first skill, then their own Project, all while holding them at draft-plus-approve. A documented rollout makes the next person easier than the last one.

You made it

You've reached the top.

The last capstone never ends: keep teaching. Every person you bring up the ladder can bring the next one up too.