graph TD
A[User Input] --> B[SILO 1: Prompt Engineering]
B --> C[Skill 223: Convert to Image Prompt]
C --> D[SILO 2: Image Generation]
D --> E[Skill 222: Generate Avatar]
E --> F[SILO 3: Quality Control]
F --> G[Skill 176: Analyze Image]
G -->|Meets Standards| H[SILO 4: Final Formatting]
G -->|Needs Improvement| I[Skill 221: Recreate Image]
I --> F
H --> J[Skill 191: Resize Image]
J --> K[Final Output: 1024x1024 PNG]
style A fill:#f9f,stroke:#333,stroke-width:2px
style K fill:#9ff,stroke:#333,stroke-width:2px
style B fill:#ddd,stroke:#333,stroke-width:2px
style D fill:#ddd,stroke:#333,stroke-width:2px
style F fill:#ddd,stroke:#333,stroke-width:2px
style H fill:#ddd,stroke:#333,stroke-width:2px