Learn one move
Focused lessons for each level, in plain English for non-coders. Read one, try it, and come back when you need the next move. Each card stays short enough to use between real work sessions.
What these tools actually do behind the scenes
Stop testing. Start asking real questions
From occasional use to daily instinct
How to structure your work for AI-assisted output
Your context window is RAM. Treat it like it.
Managing what the model knows at scale
How your workflow gets faster every week
Tools your AI can actually call
Building systems that make AI reliable
Async AI work that doesn't need you watching
Multi-agent systems that coordinate on their own
Get a useful, specific response from AI on your first...
Write a context-rich prompt that gets a noticeably...
Identify which parts of an AI response to trust and...
Set up a personal profile so your AI tool already...
Ask Claude to remember specific things so you don't...
Write a prompt that gives Claude enough context to...
Read a Claude response critically and do one targeted...
Decide in under ten seconds whether to use Claude,...
You'll have identified one recurring task in your...
You'll have a one-time setup in your AI tool of...
Write function stubs that reliably produce useful...
You'll have a five-second scan habit that catches...
You'll know how to arrange open files before you...
Identify when tab-complete is the wrong tool for your...
Drop any document into Claude and ask focused...
Tell in advance whether a file will give Claude...
Ask Claude for surgical changes to an uploaded...
Use @ context references to point the model at the...
Use plan mode to catch a model misunderstanding...
You'll have a working CLAUDE.md with your first five...
Distinguish rules that belong in CLAUDE.md from...
Count what's actually eating your context window and...
Identify context poisoning in a failing session and...
You'll have a CLAUDE.md that prevents your most...
Explain prompt injection through retrieved content...
Use /clear and session checkpoints as a deliberate...
You'll have a working RAG pipeline on a real document...
Enforce structured output from any prompt that feeds...
Apply a concrete decision rule to any document or...
Build a multi-source context pipeline that maintains...
You'll run the plan-delegate-assess-codify loop as a...
Measuring acceptance rate, iteration count, and...
Run a structured audit of your CLAUDE.md, identify...
You'll maintain two separate artifacts from every...
Install a real MCP server, connect it to your agent,...
Read an MCP tool schema and predict when the model...
Turn a repeatable 3-step workflow into a named skill...
Identify prompt injection through MCP tool responses...
Measure the token cost of a skill or MCP workflow,...
Turn 'looks close enough' into a number you can defend
Wire a feedback loop where the agent runs tests,...
Write the expected output before the agent runs,...
Instrument an agent run with structured JSON logs and...
Add a checkpoint to an agent workflow so that a...
Classify any task into one of three risk tiers, add...
Kick off one low-risk task as a background agent,...
Identify whether you've crossed the threshold where...
Describe the human/supervisor/worker architecture,...
Set per-run budgets, route tasks to the right model...
Describe the stale context coordination problem,...
Classify any background agent task as hosted-suitable...
Distinguish hub-and-spoke from peer-to-peer agent...
Name the three main emergent failure modes in...
Explain why reproducibility is a structural...
Apply a four-question decision test to any candidate...
Write a structured failure or success report from one...