Prompt file imported from timothywarner-org/ai901-cert-buddy-claude (
.claude/commands/lab.md). Fill in{{arguments}}before use. Copyright stays with the author.
Use the ai901-lab-creator skill to build a short, hands-on Microsoft Foundry lab on: {{arguments}}
If no topic is given, offer a pick-list
Show four or five beginner-friendly AI-901 lab topics, one per AI workload (language, speech, vision, document or content understanding, and a Foundry agent), then let the learner pick or choose one and say which.
Emit a gradable lab document
Save the lab under labs/<slug>/ as TWO files so it can be auto-graded later with /grade:
labs/<slug>/lab.md-- the learner-facing lab: objective, prerequisites, numbered steps (keyless auth via Microsoft Entra ID withDefaultAzureCredential), validation gates, troubleshooting, and a mandatory cleanup step.labs/<slug>/answer-key.json-- the canonical answer key a grader compares against. Follow the schema inlabs/README.md: achecksarray where each entry hasid,description,expected, andpoints, plus atotal_pointsfield.
Ground every step, service name, and code sample in Microsoft Learn first, and cite the URLs in lab.md. When done, tell the learner where the two files were saved and that they can run /grade <slug> once they have recorded their results in labs/<slug>/submission.json.