soureeui 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,71 @@
1
+ # Image Prompt Template
2
+
3
+ Every image placeholder ships with a prompt a person can paste into an image generator and get a usable asset.
4
+
5
+ ---
6
+
7
+ ## Placeholder
8
+
9
+ ```
10
+ [IMAGE PLACEHOLDER]
11
+ Purpose: <what this image does for the user or the story>
12
+ Placement: <section and position>
13
+ Aspect ratio: <e.g. 16:9, 4:5, 1:1>
14
+ Negative space: <where text or UI overlays, e.g. left third>
15
+ Priority: <hero / above fold / lazy>
16
+ Alt text: <real alt text, written now>
17
+ ```
18
+
19
+ ## Prompt
20
+
21
+ ```
22
+ Image Generation Prompt
23
+
24
+ <Subject — who or what, doing what, specifically.>
25
+ <Environment — where, with what in the frame, what season/time.>
26
+ <Composition — subject placement, crop, eye line, foreground/background,
27
+ and the negative space the layout requires.>
28
+ <Lighting — source, direction, quality, contrast.>
29
+ <Camera or visual style — focal length, depth of field, film or render
30
+ character; or illustration medium and line quality.>
31
+ <Mood — the feeling, in plain words.>
32
+ <Color direction — palette, tied to the design system.>
33
+ <Aspect ratio.>
34
+
35
+ Must not appear: <logos, readable text, watermarks, extra limbs,
36
+ stock-posed smiling, lens flare, HDR over-processing, clutter in the
37
+ negative space, anything off-brand>
38
+ ```
39
+
40
+ ## Worked example
41
+
42
+ ```
43
+ Image Generation Prompt
44
+
45
+ Wide cinematic photograph of two warehouse technicians in safety vests
46
+ reviewing a handheld scanner beside an automated sorting line. Clean,
47
+ active distribution centre, mid-morning. Subjects on the right third,
48
+ three-quarter view, looking at the device rather than the camera;
49
+ sorting line receding into soft focus behind them. Natural light from
50
+ high clerestory windows, soft directional falloff, gentle contrast.
51
+ 35mm, shallow depth of field, subjects sharp. Realistic commercial
52
+ documentary photography, not staged stock. Muted steel and concrete
53
+ palette with a single warm safety-orange accent matching the brand.
54
+ Clear, uncluttered negative space across the left third for headline
55
+ and CTA. 16:9.
56
+
57
+ Must not appear: logos, readable text or signage, direct eye contact,
58
+ smiling stock poses, lens flare, HDR over-processing, clutter on the
59
+ left third.
60
+ ```
61
+
62
+ ---
63
+
64
+ ## Rules
65
+
66
+ - prompt the image the design needs, not a generic pretty picture
67
+ - state negative space whenever text or UI sits over the image
68
+ - name the color direction so the asset matches the palette
69
+ - always list what must not appear — it is where generators fail
70
+ - write the alt text at the same time as the prompt
71
+ - if a real asset already exists in the project, use it and skip the prompt
@@ -0,0 +1,77 @@
1
+ # UI Audit Template
2
+
3
+ Present before changing an existing interface. Short, specific, located. Every problem names where it is and what it costs the user.
4
+
5
+ ---
6
+
7
+ ```
8
+ UI AUDIT — <screen or product>
9
+
10
+ Current direction
11
+ <what the interface is visually doing today>
12
+
13
+ Strengths — keep these
14
+ - <specific thing that works, and why>
15
+
16
+ Problems — ranked by user impact
17
+ 1. <location> — <problem> — <consequence for the user>
18
+ 2.
19
+ 3.
20
+
21
+ AI-lookalike risk: Low / Medium / High
22
+ <which generic patterns are present, if any>
23
+
24
+ Information architecture
25
+ <what is here, how it is grouped, what does not belong>
26
+
27
+ Hierarchy
28
+ <what wins attention vs what should>
29
+
30
+ Layout
31
+ <structure, alignment, density, rhythm>
32
+
33
+ Typography
34
+ <scale, contrast, measure, legibility>
35
+
36
+ Color and surfaces
37
+ <roles, contrast, meaning, consistency>
38
+
39
+ Spacing
40
+ <consistency, grouping, section rhythm>
41
+
42
+ Components
43
+ <consistency, variant sprawl, missing states>
44
+
45
+ Imagery and icons
46
+ <purpose, quality, library consistency>
47
+
48
+ Interaction and motion
49
+ <feedback, transitions, loading, empty, error>
50
+ <motion without a job; animation on scroll; missing reduced-motion path>
51
+
52
+ Responsive
53
+ <mobile, tablet, overflow, touch targets, navigation>
54
+ <tables and modals on small screens; hover-only affordances; 200% zoom>
55
+
56
+ Accessibility
57
+ <keyboard, focus, contrast, semantics, labels, reduced motion>
58
+
59
+ RECOMMENDED CHANGES — in order
60
+ 1. <change> — <expected improvement>
61
+ 2.
62
+ 3.
63
+
64
+ Reuse
65
+ Keep: <components and packages already doing their job>
66
+ Extend: <components worth growing instead of replacing>
67
+
68
+ Packages
69
+ Existing to lean on: <...>
70
+ New, only if justified: <name — why — why not custom>
71
+
72
+ Custom work
73
+ <only components genuinely specific to this product>
74
+
75
+ Out of scope
76
+ <what this pass deliberately leaves alone>
77
+ ```