Write a textbook chapter for a programming course
/plugin marketplace add NathanJGaul/plugins/plugin install nathanjgaul-dev-course-builder-dev-course-builder@NathanJGaul/plugins[course] [topic] - Course name and chapter topic (e.g., 'cpp-fundamentals pointers')# Write Chapter
Create a textbook chapter tailored to a specific programming 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
- Code examples in the correct language and style
- Exercises and checkpoints
- Memory diagrams ...