graph TD
subagent2[Subagent 2: Anaglyph Image Creator]
input[Input: concept-and-inspiration-output]
skill222[Skill #222: Make Image]
skill223[Skill #223: Format Output]
output[Output: anaglyph-designs-output]
input --> subagent2
subagent2 --> skill222
skill222 --> |anaglyph-image-urls| skill223
skill223 --> output
subgraph Generate_Images
skill222
end
subgraph Consolidate_Output
skill223
end
style subagent2 fill:#f9f,stroke:#333,stroke-width:2px
style input fill:#bbf,stroke:#333,stroke-width:2px
style output fill:#bfb,stroke:#333,stroke-width:2px