graph TD
A[Start] --> B[GreetingComposerAgent]
B --> C[Input: masterInstructions]
C --> D[Process Instructions]
D --> E[Apply Skill #190: Write/Rewrite Text]
E --> F[Generate Warm Greeting]
F --> G[Include Max & Company Name]
G --> H[Add Day Acknowledgment]
H --> I[Combine Elements]
I --> J[Output: greeting-snippet]
J --> K[End]
style B fill:#f9f,stroke:#333,stroke-width:4px
style E fill:#bbf,stroke:#333,stroke-width:2px
style J fill:#bfb,stroke:#333,stroke-width:2px