graph TD A[Start] --> B[Receive time-stamped-transcript] B --> C[Invoke Skill #223] C --> D[LLM Processes Transcript] D --> E[Identify 6 Key Steps] E --> F[Extract Timestamps] F --> G[Format Output Structure] G --> H[Generate six-steps-list] H --> I[End] subgraph LLM_Processing D E F G end style LLM_Processing fill:#f9f,stroke:#333,stroke-width:2px