graph TD A[Start] --> B[Receive VSL Script Input] B --> C[Skill #223: LLM Analysis] C --> D[Process Script Text] D --> E[Identify Key Segments] E --> F[Create Labeled Segments] F --> G[Format Output Structure] G --> H[Generate segmented-vsl-script] H --> I[End] subgraph LLM_Processing C D E F end subgraph Output_Generation G H end