graph TD A[Start HTMLBuilderAgent] --> B[Receive Inputs] B --> C[Load time-stamped-transcript] B --> D[Load six-steps-list] B --> E[Load six-image-urls] C --> F[Invoke Skill #190] D --> F E --> F F --> G[Generate Introduction] G --> H[Process Steps 1-6] H --> I[Step 1: Create heading + description] H --> J[Step 2: Create heading + description] H --> K[Step 3: Create heading + description] H --> L[Step 4: Create heading + description] H --> M[Step 5: Create heading + description] H --> N[Step 6: Create heading + description] I --> O[Embed Image 1] J --> P[Embed Image 2] K --> Q[Embed Image 3] L --> R[Embed Image 4] M --> S[Embed Image 5] N --> T[Embed Image 6] O --> U[Assemble Final HTML] P --> U Q --> U R --> U S --> U T --> U U --> V[Generate Conclusion] V --> W[Output final-html-article] W --> X[End HTMLBuilderAgent]