matlab-plan-course-adoptionlisted
Install: claude install-skill matlab/agent-skills-playground
# MATLAB Course Instructor Setup Guide
Generate a short instructor-facing setup guide for adopting the MATLAB Course
Designer Generator skill package. The guide prepares an instructor to run
`matlab-generate-course`, review MATLAB and Simulink activities, use the
`matlab-create-course-activity` skill to wrap `matlab-generate-grader-assessments` and validate MATLAB Exercise
`.m` files, use `simulink-create-course-activity` for Simulink Exercise starter and
solution model files, and review the final Common Cartridge package as the
persisted course representation.
The guide must frame generated content around the MATLAB Course Designer
organization model: a course contains ordered modules, and modules contain
ordered learning activities. Common Cartridge is the persistence format used
outside the web application until future API work creates course instances
directly.
## Input Handling
Treat the user's course title, syllabus idea, module description, audience,
lab sequence, existing course, or rollout goal as the guide input. If the input
is missing, ask for one sentence describing the course or rollout context.
Infer:
- Course context and learner level
- MATLAB and Simulink scope
- Likely assessment approach
- Common Cartridge persistence target and any downstream LMS import target
- Course Designer module and learning activity structure
- Prerequisite skill/toolkit readiness
- Whether MATLAB Exercises are likely needed and should be generated through
`matlab-create-cou