17 lines
870 B
Markdown
17 lines
870 B
Markdown
|
|
---
|
||
|
|
name: Asset workflow - designer makes images
|
||
|
|
description: User is a designer — never generate PNG/JPEG/SVG assets, only provide specs. TUI/text animations are Claude's job.
|
||
|
|
type: feedback
|
||
|
|
---
|
||
|
|
|
||
|
|
Never generate PNG, JPEG, or SVG image assets. The user is a designer and will always create these manually.
|
||
|
|
|
||
|
|
**Claude's job:** TUI text, animations, shell scripts, code
|
||
|
|
**User's job:** PNG, JPEG, SVG, any visual/graphic assets
|
||
|
|
|
||
|
|
When images are needed, provide clear specs (dimensions, format, constraints, where they go) and let the user create them.
|
||
|
|
|
||
|
|
**Why:** User is a professional designer. Auto-generated pixel art looks generic compared to their actual brand artwork.
|
||
|
|
|
||
|
|
**How to apply:** When boot splash, logos, icons, or any visual assets are needed, output a spec sheet with dimensions/format/constraints. Never run image generation scripts as part of the build.
|