Write a textbook chapter for a data science course
/plugin marketplace add bradleyboehmke/brads-marketplace/plugin install bradleyboehmke-course-builder-course-builder@bradleyboehmke/brads-marketplace# Write Chapter
Create a textbook chapter tailored to a specific course's audience and learning objectives.
## Process
1. **Invoke the course-architect agent** to handle the chapter creation
2. The agent will:
- Ask which course this chapter is for
- Load the appropriate course profile
- Ask for the chapter topic
- Generate a chapter outline based on course standards
- Write the complete chapter with appropriate:
- Explanations at the right level
- Examples using course-appropriate tools
- Exercises and checkpoints
- Visual aids and code snippets (if ap...