graph TD
A[Input: User Query String] --> C
B[Input: Parsed Results Array] --> C
C[Skill #223: JSON Assembly] --> D[Process: Combine Query + Results]
D --> E[Format JSON Structure]
E --> F[Validate JSON]
F --> G[Output: assembled-json-file]
G --> H[Save as search_results.json]
style A fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#f9f,stroke:#333,stroke-width:2px
style G fill:#bbf,stroke:#333,stroke-width:2px
style H fill:#bfb,stroke:#333,stroke-width:2px