graph TD Start([Start]) --> Input1[Receive website-name] Input1 --> Input2[Receive niche-description] Input2 --> Input3[Receive characters-description] Input3 --> Input4[Receive topic-description] Input4 --> Input5[Receive audience-description] Input5 --> Task1[Task #216: Research Topic and Context Analysis] Task1 --> Output1[research-summary] Output1 --> Task2[Task #218: SEO Keyword Generation and Analysis] Task2 --> Output2[keyword-list] Output1 --> Task3[Task #223: Research and Keyword Compilation] Output2 --> Task3 Task3 --> Output3[topic-and-keywords] Output3 --> End([End]) style Start fill:#f9f,stroke:#333,stroke-width:2px style End fill:#f9f,stroke:#333,stroke-width:2px style Task1 fill:#lightblue,stroke:#333,stroke-width:2px style Task2 fill:#lightblue,stroke:#333,stroke-width:2px style Task3 fill:#lightblue,stroke:#333,stroke-width:2px