graph TD A[Start: ResultAssembler Subagent] --> B[Input Collection] B --> C[Receive 3-image-prompts] B --> D[Receive 3-generated-images] B --> E[Receive 3-animated-videos] C --> F[JSON Assembly Task] D --> F E --> F F --> G[Apply Skill #190] G --> H[Match Content Sets] H --> I[Structure JSON Format] I --> J[Validate JSON Syntax] J --> K[Generate Final JSON Output] K --> L[Return video-urls-json] L --> M[End: ResultAssembler Complete] style A fill:#f9f,stroke:#333,stroke-width:2px style M fill:#f9f,stroke:#333,stroke-width:2px style F fill:#bbf,stroke:#333,stroke-width:2px style K fill:#bfb,stroke:#333,stroke-width:2px