Creative Visual Production
Overview
Use this umbrella for visual deliverables. Choose the medium, create a real file or renderable output, and verify by opening, exporting, screenshotting, or running the renderer.
When to Use
- Architecture or infra diagrams in SVG/HTML.
- Hand-drawn diagrams in Excalidraw JSON.
- HTML landing pages, mockups, prototypes, or design explorations.
- p5.js generative art, shaders, interactive, or 3D sketches.
- Pixel art assets with constrained palettes.
- Manim math or algorithm animations.
- DESIGN.md token specifications.
Medium Selection
- Architecture diagrams: structured SVG/HTML with clear labels.
- Excalidraw: valid
.excalidrawJSON. - HTML/CSS mockups: produce variants when comparison helps.
- p5.js: build runnable sketches and verify in browser/local server.
- Pixel art: respect palette, resolution, tile size, and export format.
- Manim: render scenes and inspect the output.
- DESIGN.md: validate token schema and exports.
Workflow
- Clarify dimensions, medium, and audience only when material.
- Generate source files in the workspace.
- Run renderer, validator, or export where available.
- Return artifact path or URL and verification result.
Common Pitfalls
- Delivering prose instead of a file.
- Forgetting aspect ratio, palette, or export target.
- Producing invalid JSON/HTML/JS without running it.
Verification Checklist
- Medium selected.
- Source and viewable/exported artifact produced.
- Syntax/render/export verified.