graph TD A[Composition Agent: CardComposer] --> B{Extract slogans and images from input} B --> C[Silo 1: Individual Card Creation] C --> D[For each slogan-image pair] D --> E[Combine text and image using skill #237] E --> F[Resize the resulting design using skill #228] F --> G{Repeat for all slogan-image combinations} G --> H[Silo 2: Output Preparation] H --> I[Package the generated JPEG card images into a ZIP file using skill #175] I --> J[Create an HTML selector page for the card designs using skill #216] J --> K[SUBAGENT FINAL OUTPUT: final-card-designs]