gsp-visuals
Input: Domain flag (--imagery, --3d, --video, --textures) + optional --enrich
Output: Domain-specific chunk file
Agent: None — inline skill with structured questioning
<execution_context> @${CLAUDE_SKILL_DIR}/chunk-format.md </execution_context>
Map invocation to domain file:
| Flag | Domain file |
|---|---|
--imagery |
imagery.md |
--3d |
3d.md |
--video |
video.md |
--textures |
textures.md |
Check for --enrich flag (passes through to domain workflow).
Step 1: Pick domain (if no flag)
If no domain flag was provided, use AskUserQuestion:
- Imagery — "photography, illustration, iconography, image treatments"
- 3D / WebGL — "render style, materials, lighting, interactive scenes"
- Video / Motion — "editing style, pacing, transitions, motion graphics"
- Textures / Surfaces — "patterns, grain, gradients, background CSS recipes"
Step 2: Resolve brand/project context
Check what's available:
- Within a brand — read
{BRAND_PATH}/BRIEF.md,{BRAND_PATH}/strategy/archetype.md,{BRAND_PATH}/identity/color-system.mdif they exist. Use brand personality to drive direction. - Within a project — read
{PROJECT_PATH}/brand.ref-> resolve brand -> load above. - Standalone — no brand context. The domain's interactive mode will gather input.
Resolve {BRAND_PATH} and {PROJECT_PATH} by checking for .design/ in the workspace via Glob.
Step 3: Load domain and execute
Read ${CLAUDE_SKILL_DIR}/domains/{domain}.md and follow its complete framework:
- If
--enrich: follow the domain's enrich-mode workflow - Otherwise: follow the domain's interactive-mode questions, then its direction framework
Step 4: Write output and complete
Resolve output path from domain file's Output filename:
- Within a brand:
{BRAND_PATH}/identity/{filename} - Within a project:
{PROJECT_PATH}/references/{filename} - Standalone: display output, offer to save
Write chunk following chunk-format.md format. Update STATE.md if it exists.
Display the domain's completion summary, then show its completion options via AskUserQuestion.
More from jubscodes/get-shit-pretty
get-shit-pretty
Design engineering for AI coding tools. Full pipeline: brand research, strategy, identity, guidelines, UI design, critique, accessibility audit, build, and review. Expertise skills (color, typography, visuals) serve the entire pipeline. 14 specialized agents with Apple HIG, Nielsen's heuristics, WCAG 2.2 AA, and design token standards.
17gsp-accessibility
Quick contrast checks and token WCAG audits — inline, no agent
16gsp-help
Show all skills
16gsp-color
Design color systems — palettes, contrast, semantic mapping, dark mode
16gsp-typography
Design type systems — scale, pairing, fluid type, vertical rhythm
16gsp-brand-audit
Audit an existing brand before evolving it
15