Scaffold a complete new training module with standard directory structure, index, orientation, lessons, survey, and next-steps files. Use when creating a new course like 'Advanced Pipelines' or a new domain module.
Create a new training module in this repository.
See ../shared/repo-conventions.md for directory structure and file conventions.
Follow these steps:
Ask the user for:
Create the complete module structure:
docs/[module_name]/
├── index.md (overview with learning objectives)
├── 00_orientation.md (prerequisites, setup, introduction)
├── 01_first_topic.md (first lesson)
├── survey.md (feedback collection)
├── next_steps.md (what to learn after completing module)
├── img/ (directory for images and diagrams)
└── solutions/ (directory for solution code)
Each file should follow repository conventions:
Add the module to docs/en/mkdocs.yml navigation structure
Remind the user to: