graph TD A[Quiz Generator Subagent Start] --> B[Receive Lesson Text & Instructions] B --> C[Parse Lesson Text into Modules] C --> D[Module Quiz Generation Silo] D --> E[Get Module 1 Content] D --> F[Get Module 2 Content] D --> G[Get Module N Content] E --> H[Generate Quiz - Module 1] F --> I[Generate Quiz - Module 2] G --> J[Generate Quiz - Module N] H & I & J --> K[Aggregation Silo] K --> L[Combine All Module Quizzes] L --> M[Format Combined Quiz Content] M --> N[Output Final Quiz Questions] N --> O[Quiz Generator Subagent End] subgraph Process Details H --> |Skill 223|H1[Create Multiple Choice] H --> |Skill 223|H2[Create True/False] H --> |Skill 223|H3[Create Short Answer] end subgraph Format Details M --> |Optional Skill 190|M1[Standardize Format] M --> |Optional Skill 190|M2[Add Headers] M --> |Optional Skill 190|M3[Structure Output] end