graph TD A[Start: FactFinderAgent] --> B[Receive masterInstructions] B --> C[Process Instructions] C --> D[Initialize Skill #223] D --> E[Generate Questions] E --> F[Create Lead Gen Questions] E --> G[Create Retention Questions] E --> H[Create Cost Questions] F --> I[Compile Questions] G --> I H --> I I --> J[Generate Value Statements] J --> K[Add Conversation Markers] K --> L[Add Natural Transitions] L --> M[Format Output] M --> N[Quality Check] N --> O[Return fact-finding-snippet] O --> P[End: FactFinderAgent]