graph TD
A[FactFinderAgent] --> B[Receive masterInstructions]
B --> C[Extract Relevant Info]
C --> D[Format Prompt for Skill 223]
D --> E[Call Skill 223: LLM Prompt-to-Text]
E --> F[Generate Questions]
F --> G[Lead Generation Questions]
F --> H[Customer Retention Questions]
F --> I[Cost Cutting Questions]
G --> J[Compile Questions]
H --> J
I --> J
J --> K[Generate Value Statements]
K --> L[Create Bridge Text]
L --> M[Format Final Snippet]
M --> N[Return fact-finding-snippet]
style A fill:#f9f,stroke:#333,stroke-width:2px
style N fill:#9ff,stroke:#333,stroke-width:2px