graph TD A[Start] --> B[GreetingComposerAgent] B --> C[FactFinderAgent] C --> D[ObjectionAndCloseAgent] D --> E[ScriptAssemblerAgent] B --> B1[Generate Warm Greeting] B --> B2[Add Day Acknowledgment] B --> B3[Create Greeting Snippet] C --> C1[Generate Fact-Finding Questions] C --> C2[Create Value Statements] C --> C3[Produce Question Block] D --> D1[List Common Objections] D --> D2[Create Response Scripts] D --> D3[Generate Closing Statement] E --> E1[Collect All Snippets] E --> E2[Combine Into Cohesive Flow] E --> E3[Add Natural Language Elements] E --> E4[Format Final Script] B3 --> E1 C3 --> E1 D3 --> E1 E4 --> F[Output Final System Prompt]