graph TD A[Start: User Input] --> B[Variable1: Topic/Prompt] B --> C{Create Outline?} C -->|Yes| D[Skill #185: Generate Outline] C -->|No| E[Skip Outline] D --> F[Skill #171: Generate Draft Script] E --> F F --> G[Initial Script Draft] G --> H{Verify Length?} H -->|Yes| I[Skill #223: Count Words] I --> J{Within 100-300?} J -->|No| K[Skill #190: Revise Script] K --> G J -->|Yes| L[Final Script Output] H -->|No| L L --> M[End: Return Script Text]