graph TD
A[Input: Original Text] --> B[Input Processing]
Z[Input: Generate Prompts Instruction] --> B
B --> C[Skill #190 Activation]
C --> D[Process Text via LLM]
D --> E[Generate 3 Image Prompts]
E --> F[Format Output]
F --> G[Return Formatted Text]
G --> H[Output: 3 Image Prompts]
style A fill:#f9f,stroke:#333,stroke-width:2px
style Z fill:#f9f,stroke:#333,stroke-width:2px
style H fill:#bbf,stroke:#333,stroke-width:2px