graph TD
A[Start: Input target-website] --> B[PotentialSitesFinder Agent]
B --> C[Skill #224: Oracle Ask Question]
C --> D[Generate List of 5 URLs]
D --> E[Skill #185: Format Text]
E --> F[Create CSV with URL/SiteType/Notes]
F --> G[Output: potential_sites.csv]
subgraph Silo1[Silo 1: Gather and Format Sites]
C --> D --> E --> F
end