graph TD A[Start: Input Files] --> B[Task Group 1] A --> |JSON Steps| C1 A --> |Transcription| C2 A --> |PNG Images| C3 subgraph B[Task Group 1 - Initial Structure] C1[#223 Generate Base Structure] --> C2[#190 Format Introduction] C2 --> C3[#190 Generate Conclusion] end B --> D[Task Group 2] subgraph D[Task Group 2 - Step Formatting] E1[#190 Format Step 1] --> F1[#185 Embed Image 1] E2[#190 Format Step 2] --> F2[#185 Embed Image 2] E3[#190 Format Step 3] --> F3[#185 Embed Image 3] E4[#190 Format Step 4] --> F4[#185 Embed Image 4] E5[#190 Format Step 5] --> F5[#185 Embed Image 5] E6[#190 Format Step 6] --> F6[#185 Embed Image 6] end D --> G[Task Group 3] subgraph G[Task Group 3 - Final Assembly] H1[#190 Combine Components] --> H2[#223 Validate Markdown] end H2 --> I[End: Final Tutorial.md]