Parker Lee · AI for Instructional Design
Claude for L&D — an interactive guide
What Claude is, what Skills and MCP unlock, and what you can actually build — for L&D folks who are curious but don't know where to start.
The mental model
Think of Claude as a brilliant colleague who has read everything but hasn't done your specific job. It knows ADDIE, Bloom's Taxonomy, action mapping, and xAPI — but it doesn't know your learners, your company culture, or your SME's particular quirks.
That division of labor is the whole game: you bring context, relationships, and judgment. Claude brings speed, pattern recognition, and tireless output.
What Claude IS
What Claude ISN'T
How it differs from other tools
vs. Search engines
vs. ChatGPT / other LLMs
A real exchange — what this looks like in practice
What is a skill?
A skill is a saved workflow that encodes the right sequence of thinking steps for a specific task. Instead of writing a long, careful prompt every time you need a scenario draft or a needs analysis, a skill does that setup for you automatically.
In Claude Code (the desktop app), skills appear as slash commands: type /scenario-draft and Claude already knows the format, the questions to ask, and the output structure you want. In the Claude Agent SDK, skills are defined capabilities that agents can invoke as part of a larger workflow.
Why this matters for L&D
Building your own
Skills are plain text Markdown files. No coding required. If you can write a good prompt, you can build a skill.
In Claude Code, save a .md file to .claude/commands/ in your project. Give it a name. That name becomes the slash command.
The rule
Find the task you do 10+ times a project (usually scenario writing or objective drafting). Get your prompt working great once. Save it as a skill.L&D skill examples
| Command | What it does | Input |
|---|---|---|
| /needs-analysis | Structures a brief into a diagnosis — separates training problems from process/tool problems | Stakeholder brief or interview notes |
| /scenario-draft | Scaffolds a branching scenario with realistic trigger, 3 choices, and consequence-driven feedback | Situation description + wrong behavior to train against |
| /objective-writer | Converts vague goals into Bloom's-aligned, application-level learning objectives | Stakeholder's stated goal |
| /sme-interview | Generates action-mapping SME interview questions — behavior-focused, not knowledge-focused | Topic area + role of SME |
| /kirkpatrick-plan | Builds an L1–L4 evaluation plan with realistic data sources and attribution honesty | Project brief + available data sources |
| /launch-email | Drafts learner and manager launch communications that lead with learner benefit, not company need | Course summary + audience |
What a skill definition looks like (simplified)
What is MCP?
MCP stands for Model Context Protocol. It's an open standard (published by Anthropic) that defines how AI models connect to external tools, data sources, and systems. Think of it as the universal connector between Claude and the rest of the software world.
Without MCP, Claude can only work with what you manually paste into the chat. With MCP, Claude can read files, search the web, write documents, call APIs, and run code — all within a conversation.
Without MCP
Sealed room
Claude is a brilliant advisor sitting in a room with no windows or doors. You have to carry every piece of information in yourself — copy-paste your SME notes, your storyboard template, your LMS report. Claude responds, and you carry the output back out manually.
With MCP
Connected workspace
MCP opens the doors. Claude can read your project files directly, pull data from Notion, search the web for compliance requirements, write files back to your hard drive, and run the code it just generated — all without you copy-pasting anything.
MCP tool categories for L&D
What a connected workflow looks like
The shift
Without tools: Claude is a writing assistant. With tools: Claude is a workflow partner that can complete multi-step L&D tasks end to end — without you manually moving information between steps.Artifact catalog
◆ Discovery & Analysis
◆ Course Content
◆ Interactive Tools
◆ Delivery & Evaluation
What to hand Claude vs. what to keep
Hand to Claude
Keep in your hands
Full build example — HTML learning tool
Your first week
What to watch for
The only rule that matters
Core principle
Use Claude on real work, not practice work.The fastest way to develop judgment about what Claude is good at is to see it succeed and fail on actual projects. Toy prompts don't build intuition. The moment it saves you an hour on something that actually mattered, you'll know how to use it.
The workflow that actually works
Use Claude to accelerate
Then filter hard