πŸŽ“ INTERACTIVE MASTERCLASS

Claude 101
Learn to Work with Claude

10 modules Β· 4 hands-on tasks Β· interactive sandboxes Β· knowledge checks. Go from zero to confident Claude user.

10
Modules
4
Tasks
20
Quiz Questions
∞
Sandbox Tries
Your Progress
0%
Module 01
πŸ€– What is Claude
Understand what Claude is, how it reasons, and what it can and can't do β€” so you can use it realistically.
🧠
A Language Model
Claude is an AI trained by Anthropic on vast text data. It predicts the most useful next token β€” but through that, it reasons, writes, codes, and analyzes at a remarkably high level.
βš–οΈ
Constitutional AI
Anthropic trains Claude with a "constitution" of principles β€” to be helpful, harmless, and honest. It's not just filtered output; it's a model that reasons about ethics.
βœ…
What It Can Do
Write, summarize, code, translate, brainstorm, explain, analyze, extract, roleplay, plan, and much more β€” across virtually every domain of text and knowledge.
🚫
What It Can't Do
Claude can't browse the web in real-time (unless tools are connected), has a knowledge cutoff, can hallucinate facts, and doesn't have persistent memory by default between sessions.
πŸ’¬ Example β€” Asking Claude what it is
You: "What are you, exactly? What can I realistically expect from you?"

Claude: I'm Claude, an AI assistant made by Anthropic. I'm good at:
β€” Writing, editing, and summarizing text
β€” Coding in most languages
β€” Reasoning through complex problems step by step
β€” Answering questions from my training knowledge (up to a cutoff)

I'm not a search engine β€” I don't browse the web unless you connect me to a tool that allows that.
I can also make mistakes, so for high-stakes facts, always verify.
ℹ️
Think of Claude as a brilliant collaborator, not a perfect oracle. The more context and clarity you give it, the better its outputs become. It works best as a thinking partner.
Capability Explorer
πŸ“Š Claude's capability for this combo
Select a task and type your domain to see how well Claude handles it...
Knowledge Check

1. Which statement best describes Claude's knowledge limitations?

πŸ”˜ Claude knows everything on the internet in real-time
πŸ”˜ Claude has a knowledge cutoff and can hallucinate β€” verify important facts
πŸ”˜ Claude never makes mistakes because it's AI

2. Constitutional AI means Claude…

πŸ”˜ Is only allowed to answer legal questions
πŸ”˜ Has a list of banned words it avoids
πŸ”˜ Is trained with a set of principles to reason about being helpful, harmless, and honest
Module 02
πŸ’¬ Your First Conversation
Learn prompt basics β€” how to start a conversation, set the right tone, and give Claude useful context from the very first message.
🎯
State Your Goal First
Begin every prompt with what you want. "Write me a blog post about X." "Explain Y to me." "Help me debug this code." Clarity upfront saves iterations.
🎭
Set Tone & Role
Tell Claude who it's talking to and what voice to use. "You're a senior developer reviewing my code" or "Explain this like I'm 12" completely changes the output.
πŸ“‹
Give Context
The more relevant background you share, the better the response. Claude has no access to your situation unless you describe it β€” assume it knows nothing about your specific case.
πŸ”„
Iterate Naturally
Claude remembers the whole conversation thread. Follow up with "make it shorter", "add more examples", or "change the tone to formal" β€” treat it like a real dialogue.
πŸ’¬ Bad vs Good First Message
❌ BAD:  "write something about coffee"

βœ… GOOD: "Write a 150-word Instagram caption for a specialty coffee brand
targeting young professionals. Tone: warm, slightly witty. Include a
call-to-action to visit our online store. Brand name: BrewCraft."

The difference? Specificity. The good version has:
β†’ Length (150 words)    β†’ Platform (Instagram)
β†’ Audience             β†’ Tone (warm, witty)
β†’ Goal (drive traffic) β†’ Brand name
πŸ’‘
The "3 Ws" trick: Who is the audience? What is the output? Why does it matter / what's the goal? Answer these 3 in your first message and you'll get dramatically better first drafts.
First Message Builder
πŸš€ Your First Message to Claude
Fill in the fields above to generate your first message...
Knowledge Check

1. Claude remembers context from earlier in the conversation because…

πŸ”˜ It stores data in a database between sessions
πŸ”˜ The entire conversation thread is included as context in each request
πŸ”˜ It uses your account profile to remember you

2. Which element does NOT improve a first message to Claude?

πŸ”˜ Specifying the desired tone
πŸ”˜ Describing the audience
πŸ”˜ Typing in ALL CAPS to get Claude's attention
πŸ”˜ Stating the output format you need
Module 03
🎯 Getting Better Results
Prompt engineering fundamentals: clarity, context, examples, and iteration to unlock Claude's full potential.
πŸ”
Clarity over Cleverness
Plain, direct language beats elaborate phrasing. "List 5 marketing hooks for a fitness app" works better than "Could you perhaps provide some potential hooks that might work for a fitness-related application?"
πŸ“š
Show, Don't Just Tell
Giving Claude an example of what you want (few-shot prompting) dramatically increases accuracy. "Like this example: [example]. Now do it for X" is extremely powerful.
πŸ“
Constrain the Output
Specify format, length, structure. "Respond in bullet points", "Keep it under 200 words", "Use a table with 3 columns: Tool | Use Case | Cost" all give you predictable, usable output.
πŸ”
Iterate Strategically
Don't start over β€” refine. "Great, now make the intro punchier." "Remove the third bullet." "Add a section about pricing." Build on what's working.
πŸ“ Prompt Engineering Framework (CCTF)
C β€” Context:    "I'm a frontend developer building a React SaaS app."
C β€” Command:    "Review this component for performance issues."
T β€” Target:     "Audience: my senior dev team in a code review."
F β€” Format:     "Use bullet points. Severity: Critical / Minor / Suggestion."

Combined:
"I'm a frontend dev building a React SaaS. Review this component [paste code]
for performance issues. Present findings for my senior team using bullet points,
labeled Critical / Minor / Suggestion."
πŸ’¬ Few-Shot Example Prompt
Generate product taglines in this style:

Example input:  "Ergonomic office chair"
Example output: "Work longer. Hurt less."

Example input:  "Noise-cancelling headphones"
Example output: "Your world. Your rules. Your silence."

Now generate one for: "AI writing assistant for marketers"
⚠️
The Vagueness Trap: "Write me a good email" will always produce generic output. Every word of ambiguity in your prompt is a roll of the dice on what Claude assumes you meant. Be specific β€” you can always relax constraints later.
Advanced Prompt Builder (CCTF Method)
✨ Your Engineered Prompt
Fill the CCTF fields to build a structured prompt...
Knowledge Check

1. "Few-shot prompting" means…

πŸ”˜ Sending very short prompts to save time
πŸ”˜ Giving Claude 1–3 examples of the pattern you want before asking it to do a new one
πŸ”˜ Only using Claude a few times per day

2. When Claude's first output isn't quite right, you should…

πŸ”˜ Start a new conversation from scratch every time
πŸ”˜ Refine with targeted follow-up instructions like "make the intro shorter"
πŸ”˜ Assume Claude can't do the task
Module 04
πŸ–₯️ Claude Desktop App
Understand the three modes of Claude: Chat, Cowork, and Code β€” and know when to use each one.
πŸ’¬
Chat Interface
The classic conversational UI. Best for quick questions, brainstorming, writing tasks, and iterative dialogue. Available on web, iOS, Android, and desktop.
🀝
Cowork (Desktop)
A collaborative workspace for complex, multi-step tasks with files and documents. Claude can see your screen context and work alongside you across apps like Excel and PowerPoint.
πŸ’»
Claude Code (Terminal)
A CLI tool for agentic coding workflows. Claude can read your codebase, make changes, run tests, and iterate autonomously. For serious developers.
🧩
Extensions (Chrome, Excel, PPT)
Claude embedded in your existing tools. Claude in Chrome browses with you, Claude in Excel analyzes spreadsheets, Claude in PowerPoint creates slides β€” all in context.
πŸ—ΊοΈ Decision Guide: Which Claude mode to use?
Need to...                          Use...
─────────────────────────────────────────────────────
Ask a question / write content      β†’ Claude.ai Chat
Work with files + complex workflow  β†’ Cowork (Desktop)
Automate your codebase              β†’ Claude Code (CLI)
Browse web + research               β†’ Claude in Chrome
Analyze / generate spreadsheets     β†’ Claude in Excel
Create slides quickly               β†’ Claude in PowerPoint
Build integrations + pipelines      β†’ API / Claude Code
πŸ’‘
Pro tip: The Desktop App gives Claude access to your computer's context β€” it can see what app you're in and what file you're working on. This makes it far more powerful for actual workflows versus browser-only chat.
Mode Recommender β€” What should I use?
🎯 Recommended Mode
Select your use case to get a recommendation...
Knowledge Check

1. Claude Code (CLI) is best suited for…

πŸ”˜ Quick writing tasks like drafting emails
πŸ”˜ Developers who want Claude to autonomously work on their codebase
πŸ”˜ Creating PowerPoint presentations

2. Which product lets Claude see your screen and work alongside you across apps?

πŸ”˜ Claude Chat (web)
πŸ”˜ Cowork (Desktop App)
πŸ”˜ Claude API
Module 05
πŸ“ Projects & Knowledge
Organize your Claude work into Projects, inject persistent context, and share files so Claude always has the right background.
πŸ“‚
What Are Projects?
Projects are dedicated workspaces that group conversations around a topic or goal. They maintain persistent context so Claude doesn't start fresh each time.
πŸ“Œ
Project Instructions
Write a system prompt for the project β€” your company tone, your preferences, background info. This primes Claude for every conversation inside that project automatically.
πŸ“Ž
File Uploads
Upload PDFs, code files, CSVs, images, and more. Claude reads them in full β€” making it ideal for analyzing reports, reviewing documents, or working with your data.
πŸ”—
Knowledge Base
Add documents once to your project's knowledge base. Claude will reference them across all conversations in the project without needing re-uploads every time.
πŸ’¬ Good Project Instruction Example
Project: "Content Marketing Assistant"

System Instruction:
"You are a content strategist for TechNova, a B2B SaaS company
targeting mid-size e-commerce businesses.

Brand voice: Clear, confident, never jargony. We avoid buzzwords.
Preferred format: Short paragraphs, use headers, no more than 800
words per blog post unless specified.

Our 3 main product pillars:
1. Inventory Automation
2. AI-Powered Analytics
3. Seamless Integrations

Always reference at least one pillar when writing content about us."
ℹ️
Projects are your secret weapon for teams. Instead of everyone writing their own context in every prompt, a shared project means all conversations start from the same informed foundation. New team members onboard instantly.
Project Setup Designer
πŸ“‹ Your Project Instruction
Fill the fields to generate a project system instruction...
Knowledge Check

1. What is the main advantage of Claude Projects over regular conversations?

πŸ”˜ Claude responds faster in Projects
πŸ”˜ Persistent context and instructions mean Claude always starts informed
πŸ”˜ Projects are cheaper to use

2. A Project's "system instruction" is…

πŸ”˜ Background context that automatically primes Claude for every conversation in that project
πŸ”˜ A list of commands Claude must follow verbatim
πŸ”˜ An API key for the project
Module 06
🎨 Artifacts
Understand what Artifacts are, when Claude creates them, and how to use, edit, and export them.
πŸ“„
What Are Artifacts?
Artifacts are self-contained outputs Claude creates in a side panel β€” documents, code files, HTML pages, SVG graphics, React components. They live alongside the conversation.
⚑
When Claude Creates Them
Substantial content (500+ words), code meant to run, HTML/React components, structured docs. Claude auto-decides, or you can request: "Put this in an artifact."
✏️
Edit & Iterate
Ask Claude to update the artifact directly: "Add a dark mode toggle", "Refactor into a function", "Change the header style." It updates in place β€” no copy-paste needed.
πŸ“€
Export & Share
Copy the content, download the file, or (for React/HTML) preview it live in the browser. Artifacts can be exported as text, code files, or shared links.
πŸ’¬ Artifact Request Examples
"Create a React component for a pricing table with 3 tiers.
Put it in an artifact so I can preview it."

"Write a 1,000-word blog post about remote work trends.
Format it as a proper document with sections."

"Build me an HTML landing page for my freelance design portfolio.
Make it dark-themed and use modern CSS."

"Generate an SVG diagram showing a REST API request cycle."
πŸ’‘
Artifacts + Iteration = Magic: Once Claude creates an artifact, keep refining it in the same thread. Say "make the button bigger", "add error handling", or "translate to Spanish". Each update preserves all previous work.
🎨 Artifact Demo β€” Interactive Preview
πŸ“„ Artifact
// React Pricing Card Component const PricingCard = ({ plan, price, features }) => ( <div className="card"> <h2>{plan}</h2> <p className="price">${price}/mo</p> <ul>{features.map(f => <li key={f}>{f}</li>)}</ul> <button>Get Started</button> </div> );
Knowledge Check

1. An Artifact is best described as…

πŸ”˜ An old, outdated piece of code Claude produces
πŸ”˜ A self-contained, reusable output (doc, code, HTML) created in a side panel
πŸ”˜ A saved conversation thread

2. To update an artifact, you should…

πŸ”˜ Delete it and ask Claude to create a new one from scratch
πŸ”˜ Ask Claude to update it directly in the conversation: "Add X to the artifact"
πŸ”˜ Download it, edit it manually, and re-upload
Module 07
πŸ”§ Skills & Tools
Extend Claude's reach by connecting external tools via MCP β€” from Google Drive to Notion to Slack and beyond.
πŸ”Œ
What Are Tools?
Tools let Claude take actions beyond text β€” browsing the web, executing code, reading files, calling APIs. Each tool extends what Claude can do in a conversation.
βš™οΈ
MCP (Model Context Protocol)
MCP is a standard for connecting Claude to external services. Any app that builds an MCP server can be plugged into Claude β€” enabling deep integrations without custom coding.
πŸ”
Web Search
With web search enabled, Claude can look up real-time information, verify facts, and cite sources. Essential for research tasks where fresh data matters.
🌐
Popular Connectors
Google Drive, Gmail, Slack, Notion, GitHub, Asana, Jira, Salesforce, and more. Connect once, and Claude can read, write, and update data across your entire stack.
πŸ”§ How MCP Works (Conceptually)
User: "Find all emails about the Q4 report and summarize them."

Without tools:  Claude can only say "I don't have access to your email."
With Gmail MCP: Claude β†’ calls Gmail MCP β†’ searches inbox β†’ reads threads
                      β†’ summarizes findings β†’ presents results.

The MCP bridge:
[ Claude ] ←→ [ MCP Server ] ←→ [ External Service (Gmail, Notion, etc.) ]

You connect MCP servers once in Settings β†’ Connectors.
Claude then decides when to call them based on your request.
ℹ️
MCP is the future of AI workflows. Rather than exporting data and pasting it into Claude, MCP lets Claude live inside your actual tools. This transforms Claude from a chatbot into a genuine work automation layer.
πŸ”Œ Tool Connector Demo

Click tools to "connect" them and see what Claude can do with each:

πŸ“§
Gmail
Emails
πŸ“
Notion
Notes & DB
πŸ“
Google Drive
Files
πŸ’¬
Slack
Messaging
πŸ™
GitHub
Code repos
πŸ“…
Calendar
Events
Knowledge Check

1. What does MCP stand for in the context of Claude?

πŸ”˜ Machine Control Program
πŸ”˜ Model Context Protocol β€” a standard for connecting Claude to external services
πŸ”˜ Multi-Channel Processing

2. With Gmail MCP connected, Claude can…

πŸ”˜ Only read emails Claude sent itself
πŸ”˜ Search your inbox, read threads, and help you draft replies in context
πŸ”˜ Still not access email β€” you need to paste it manually
Module 08
πŸ”¬ Enterprise Search & Research Mode
Use Claude's deep research capabilities to synthesize information from multiple sources with citations and verified grounding.
πŸ”
Deep Research
Research Mode lets Claude run extended searches, synthesize multiple sources, and produce long-form research reports β€” far beyond what a single web search can do.
πŸ“Œ
Search Grounding
When web search is enabled, Claude grounds its answers in real-time data. Claims are backed by sources, not just training data β€” critical for time-sensitive facts.
πŸ“š
Citing Sources
Claude can cite its sources inline when using search. Ask "cite your sources" or "add footnotes" and it will link back to the web pages it used to build the answer.
🏒
Enterprise Search
In enterprise settings, Claude can search across your internal knowledge bases, connected tools (Drive, Notion, Slack), and the web simultaneously to give unified answers.
πŸ’¬ Research Mode Prompt Examples
"Research the current state of edge AI inference in 2025.
Cite your sources. I want a structured report with:
1. Market overview (with numbers)
2. Key players and their approaches
3. Technical challenges remaining
4. 6-month outlook
Target length: 600-800 words."

"Compare the top 3 no-code app builders available today.
Use web search to get current pricing. Present as a comparison table."

"Find recent academic papers on transformer attention optimization
published in 2024-2025 and summarize the main findings."
⚠️
Always verify critical facts: Even with web search, Claude can misread or misattribute sources. For high-stakes decisions (medical, legal, financial), treat Claude's research as a starting point β€” not a final answer.
Research Prompt Builder
πŸ”¬ Your Research Prompt
Fill the fields to build a deep research prompt...
Knowledge Check

1. What does "search grounding" mean in Claude's context?

πŸ”˜ Claude's answers are backed by real-time web sources rather than just training data
πŸ”˜ Claude is physically grounded and can't move around
πŸ”˜ Claude searches only approved company databases

2. For a high-stakes medical decision, Claude's research output should be used as…

πŸ”˜ Final authoritative guidance β€” Claude knows best
πŸ”˜ A starting point to be verified by a qualified professional
πŸ”˜ Ignored entirely β€” Claude can't help with medical topics
Module 09
πŸ‘₯ Use-Cases by Role
Real examples of how developers, writers, analysts, educators, and managers use Claude in their daily work.
ℹ️
Select your role below to see tailored use-cases and example prompts. Every role unlocks different superpowers with Claude.
Role Explorer
πŸ’» Developer
✍️ Writer
πŸ“Š Analyst
πŸŽ“ Educator
πŸ“‹ Manager
Code review: paste a function, ask for security and performance issues
Debugging: share the error + code, get root cause analysis
Documentation: "Write JSDoc for this function" or generate a README
Architecture: "Design a microservices architecture for X requirement"
Test writing: "Write Jest unit tests for this module with edge cases"
πŸ’¬ Developer Prompt
"Review this Python function for performance and security issues.
Point out: time complexity, any SQL injection risks,
and suggest improvements. Use severity labels."
First drafts: "Write a 500-word article on X in a conversational tone"
Editing: "Improve the clarity and flow of this draft without changing the voice"
SEO: "Rewrite for SEO, targeting keyword 'remote work tools'"
Multiple formats: turn one blog post into social posts, newsletter, and scripts
Research assistance: "What are 10 compelling angles for a story about urban farming?"
πŸ’¬ Writer Prompt
"Take this rough draft and restructure it to have a stronger hook,
cleaner paragraph transitions, and a memorable closing line.
Preserve my voice β€” don't make it sound corporate."
Data interpretation: paste CSV data and ask for trends and anomalies
Report writing: "Turn these raw metrics into an executive summary"
Formula help: "Write an Excel formula to calculate rolling 7-day average"
Visualization advice: "What chart type best shows this kind of data?"
Benchmarking: "Compare our Q3 metrics to industry averages for SaaS"
πŸ’¬ Analyst Prompt
"Here is our monthly retention data [paste data].
Identify the 3 biggest trends, explain possible causes for each,
and suggest 2 actionable experiments to test your hypotheses."
Lesson plans: "Create a 45-min lesson plan on photosynthesis for Grade 8"
Quiz generation: "Write 10 multiple-choice questions with answers on WWII"
Explanations: "Explain quantum entanglement like I'm 14 years old"
Feedback: "Give constructive feedback on this student essay using a rubric"
Differentiation: "Adapt this material for advanced learners and for struggling learners"
πŸ’¬ Educator Prompt
"Create a lesson plan for a 60-minute session teaching basic Python
loops to high school students with no prior coding experience.
Include: learning objectives, activities, a coding exercise, and
an exit ticket question."
Meeting prep: "Summarize these 5 project updates into a 5-min briefing"
Performance reviews: "Help me write balanced, constructive feedback for this employee"
Strategy docs: "Create a one-pager for our Q1 OKRs based on this outline"
Communication: "Draft a message to the team about the product deadline shift"
Decision-making: "Pros/cons for building vs buying our analytics solution"
πŸ’¬ Manager Prompt
"Write a 1:1 agenda for a performance check-in with a mid-level
engineer who has been struggling with deadlines. Include:
3 open-ended questions, a section to celebrate wins,
and a space to co-create an improvement plan."
Knowledge Check

1. A developer asks Claude to "write Jest unit tests for this module with edge cases." This is an example of Claude being used for…

πŸ”˜ Code augmentation β€” automating a high-value but time-consuming developer task
πŸ”˜ Replacing the developer entirely
πŸ”˜ A task Claude can't do (it only writes documentation)

2. For a manager, one of Claude's most powerful use-cases is…

πŸ”˜ Making all strategic decisions on their behalf
πŸ”˜ Drafting communications, summarizing updates, and prepping structured docs quickly
πŸ”˜ Managing the team calendar automatically
Module 10
πŸ“ Prompting Patterns
Reusable prompt templates you can copy and adapt: summarize, rewrite, extract, brainstorm, code review, and more.
πŸ’‘
Prompt patterns are reusable recipes. Master these 6 patterns and you can handle 80% of professional use-cases with Claude. Click each to expand the template.
πŸ“‹ Summarize Pattern Content
β–Ό
πŸ’¬ Template
Summarize the following [CONTENT_TYPE] for [AUDIENCE].
Format: [bullet points / paragraph / TL;DR / executive summary].
Length: [SHORT=3 bullets | MEDIUM=100 words | LONG=300 words].
Focus on: [key decisions / action items / main arguments / data].

[PASTE CONTENT HERE]
✍️ Rewrite Pattern Writing
β–Ό
πŸ’¬ Template
Rewrite the following text for [AUDIENCE] in a [TONE] voice.
Goals: [improve clarity / fix grammar / make more persuasive / simplify].
Constraints: [keep it under X words / preserve the key message / don't change facts].
Style reference: [example style or "match the existing paragraph structure"].

Original text:
[PASTE TEXT HERE]
πŸ” Extract Pattern Analysis
β–Ό
πŸ’¬ Template
From the following [DOCUMENT_TYPE], extract all [ENTITY_TYPE].
Entity types to find: [names / dates / prices / action items / requirements / risks].
Output format: [JSON / table / numbered list / structured markdown].
If something is ambiguous, flag it with a ⚠️ symbol.

[PASTE DOCUMENT HERE]
🧠 Brainstorm Pattern Ideation
β–Ό
πŸ’¬ Template
Generate [NUMBER] [IDEA_TYPE] for [GOAL/CONTEXT].
Target audience: [AUDIENCE].
Constraints: [budget / time / technical / brand constraints].
Style: [realistic / creative / outside-the-box / data-driven].
For each idea, include: [1-line description / why it works / potential challenge].

Avoid: [things to explicitly exclude].
πŸ’» Code Review Pattern Dev
β–Ό
πŸ’¬ Template
Review the following [LANGUAGE] code. Check for:
- [Security vulnerabilities / SQL injection / XSS]
- [Performance: time complexity, unnecessary re-renders]
- [Code quality: readability, naming, DRY violations]
- [Edge cases not handled]

Label each finding: πŸ”΄ Critical | 🟑 Minor | 🟒 Suggestion
At the end, give an overall score out of 10 and a top-3 priority fixes list.

```[LANGUAGE]
[PASTE CODE HERE]
```
πŸ“Š Comparison Pattern Analysis
β–Ό
πŸ’¬ Template
Compare [OPTION_A] vs [OPTION_B] (vs [OPTION_C]) for [USE_CASE].

Evaluation criteria (weight each if needed):
- [Cost / Scalability / Ease of use / Community support / Performance]

Output format: markdown comparison table.
Then: 1 paragraph recommendation for [my specific context: DESCRIBE IT].
Tone: objective, data-driven, no fluff.
Pattern Customizer
πŸ“ Customized Pattern Prompt
Select a pattern and fill in your topic...
Knowledge Check

1. In the Extract Pattern, what does flagging ambiguous items with ⚠️ achieve?

πŸ”˜ It causes Claude to skip those items
πŸ”˜ It makes uncertain data visible so you can verify it manually rather than trust it blindly
πŸ”˜ It triggers Claude to search the web for more info

2. The main benefit of using prompt templates/patterns is…

πŸ”˜ They make Claude respond faster
πŸ”˜ Consistency and reusability β€” you get predictable, structured results without rebuilding from scratch
πŸ”˜ Claude requires templates or it won't respond
πŸ“‹ HANDS-ON TASKS

Apply What You've Learned

4 tasks covering all 10 modules. Each task unlocks after the previous one passes. Progress saved automatically.

Task 01 Β· Modules 1–3
Write 3 Real-World Prompts
Apply what you learned about prompt basics and prompt engineering
Scenario: You're onboarding a new team member. Write 3 prompts for Claude to help with 3 different professional scenarios β€” one for writing/content, one for analysis/data, and one for code/technical work. Each prompt must demonstrate clarity, context, and format constraints.

Requirements Checklist

Has at least 3 prompts (separated by blank lines or numbers)
At least one prompt mentions a specific audience or role
At least one prompt specifies output format (table / bullet / words)
At least one prompt includes a tone directive (formal / casual / etc.)
Total length is at least 100 characters
Task 02 Β· Modules 4–5
Design a Project Setup
Create a complete Claude Project configuration for a fictional team
πŸ”’ Complete Task 1 first to unlock
Scenario: You're setting up Claude for a 5-person marketing team at a startup called "Lumeo" β€” an AI-powered video editing tool. Design their Project setup: name it, write a system instruction, list what files to add to the knowledge base, and describe which Claude mode/product each team member should use.

Requirements Checklist

Includes a project name
Has a system instruction with tone/voice guidelines
Mentions at least 2 specific files for the knowledge base
References at least one Claude mode (Chat / Cowork / Code / extension)
Total length is at least 120 characters
Task 03 Β· Modules 6–8
Build a Prompt Template with Variables
Create a reusable template using [VARIABLE] placeholders
πŸ”’ Complete Task 2 first to unlock
Scenario: Your team uses Claude for research every week. Build a reusable prompt template for research reports that includes variable placeholders like [TOPIC], [AUDIENCE], [FORMAT], and [DEPTH]. The template should be usable by any team member for any research need.

Requirements Checklist

Has at least 3 [VARIABLE] placeholders in brackets
Includes [TOPIC] or [SUBJECT] variable
Specifies an output format variable or constraint
Includes instructions for depth, length, or audience
Total length is at least 100 characters
Task 04 Β· All Modules
Design a Full Claude Workflow
Create a complete end-to-end Claude workflow for a role of your choice
πŸ”’ Complete Task 3 first to unlock
Scenario: You're writing a "Claude Playbook" for your role (developer, writer, analyst, educator, manager β€” your choice). Describe: 1) Your role and top 3 Claude use-cases, 2) What Projects and knowledge base you'd set up, 3) Which tools/MCP you'd connect, 4) A sample prompt using a pattern for your most common task, 5) How you'd use Research Mode in your work.

Requirements Checklist

States a specific role and 3 use-cases
Describes a Project setup with instructions
Mentions at least one MCP/tool connection
Includes a sample prompt using a pattern
References research mode or deep research
Total length is at least 200 characters
Module 1What is Claude