oh-my-design-cli 1.8.7 → 1.9.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.
Files changed (247) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +1995 -38
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,334 @@
1
+ ---
2
+ id: au
3
+ name: au
4
+ country: JP
5
+ category: consumer-tech
6
+ homepage: "https://www.au.com/"
7
+ primary_color: "#eb5505"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=au.com&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ ds:
14
+ name: au Visual Identity
15
+ url: "https://www.kddi.com/brand/visual-identity/au/"
16
+ type: brand
17
+ description: "Official au visual-identity guidance for voice, design principles, colour, typography, graphics, photography, logo, and slogan use."
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: home, kind: public-telecom-home, url: "https://www.au.com/", inspected: "2026-07-13" }
23
+ - { id: mobile, kind: public-mobile-catalog, url: "https://www.au.com/mobile/", inspected: "2026-07-13" }
24
+ - { id: smartphone, kind: public-smartphone-catalog, url: "https://www.au.com/mobile/product/smartphone/", inspected: "2026-07-13" }
25
+ - { id: brand-vi, kind: official-visual-identity, url: "https://www.kddi.com/brand/visual-identity/au/", inspected: "2026-07-13" }
26
+ sources:
27
+ - { id: home-capture, kind: product-surface, url: "https://www.au.com/", captured: "2026-07-13" }
28
+ - { id: mobile-capture, kind: product-surface, url: "https://www.au.com/mobile/", captured: "2026-07-13" }
29
+ - { id: smartphone-capture, kind: product-surface, url: "https://www.au.com/mobile/product/smartphone/", captured: "2026-07-13" }
30
+ - { id: vi-color, kind: official-doc, url: "https://www.kddi.com/brand/visual-identity/au/color/", captured: "2026-07-13" }
31
+ - { id: vi-typography, kind: official-doc, url: "https://www.kddi.com/brand/visual-identity/au/typography/", captured: "2026-07-13" }
32
+ - { id: vi-principles, kind: official-doc, url: "https://www.kddi.com/brand/visual-identity/au/design-principles/", captured: "2026-07-13" }
33
+ - { id: vi-voice, kind: official-doc, url: "https://www.kddi.com/brand/visual-identity/au/toneofvoice/", captured: "2026-07-13" }
34
+ - { id: brand-message, kind: official-doc, url: "https://www.kddi.com/brand/knowing-au/", captured: "2026-07-13" }
35
+ conflicts: []
36
+ claims:
37
+ "tokens.colors.primary": &brand_color { surface_id: brand-vi, source_id: vi-color, method: official-doc, captured: "2026-07-13" }
38
+ "tokens.colors.canvas": &product { surface_id: mobile, source_id: mobile-capture, method: computed-style, captured: "2026-07-13" }
39
+ "tokens.colors.foreground": *product
40
+ "tokens.colors.link": *product
41
+ "tokens.colors.muted": *product
42
+ "tokens.colors.hairline": *product
43
+ "tokens.colors.control-border": *product
44
+ "tokens.colors.on-primary": *product
45
+ "tokens.typography.family.ui": *product
46
+ "tokens.typography.family.brand": &font_doc { surface_id: brand-vi, source_id: vi-typography, method: official-doc, captured: "2026-07-13" }
47
+ "tokens.typography.body.size": *product
48
+ "tokens.typography.body.weight": *product
49
+ "tokens.typography.body.lineHeight": *product
50
+ "tokens.typography.body.use": *product
51
+ "tokens.typography.navigation.size": *product
52
+ "tokens.typography.navigation.weight": *product
53
+ "tokens.typography.navigation.lineHeight": *product
54
+ "tokens.typography.navigation.use": *product
55
+ "tokens.typography.search.size": *product
56
+ "tokens.typography.search.weight": *product
57
+ "tokens.typography.search.lineHeight": *product
58
+ "tokens.typography.search.use": *product
59
+ "tokens.spacing.xs": *product
60
+ "tokens.spacing.sm": *product
61
+ "tokens.spacing.md": *product
62
+ "tokens.spacing.lg": *product
63
+ "tokens.rounded.square": *product
64
+ "tokens.rounded.card": *product
65
+ "tokens.shadow.flat": *product
66
+ "tokens.components.mobile-orange-action.type": *product
67
+ "tokens.components.mobile-orange-action.bg": *product
68
+ "tokens.components.mobile-orange-action.fg": *product
69
+ "tokens.components.mobile-orange-action.radius": *product
70
+ "tokens.components.mobile-orange-action.height": *product
71
+ "tokens.components.mobile-orange-action.padding": *product
72
+ "tokens.components.mobile-orange-action.font": *product
73
+ "tokens.components.mobile-orange-action.states": *product
74
+ "tokens.components.mobile-orange-action.use": *product
75
+ "tokens.components.mobile-outline-action.type": *product
76
+ "tokens.components.mobile-outline-action.bg": *product
77
+ "tokens.components.mobile-outline-action.fg": *product
78
+ "tokens.components.mobile-outline-action.border": *product
79
+ "tokens.components.mobile-outline-action.radius": *product
80
+ "tokens.components.mobile-outline-action.height": *product
81
+ "tokens.components.mobile-outline-action.padding": *product
82
+ "tokens.components.mobile-outline-action.font": *product
83
+ "tokens.components.mobile-outline-action.states": *product
84
+ "tokens.components.mobile-outline-action.use": *product
85
+ "tokens.components.header-search.type": *product
86
+ "tokens.components.header-search.bg": *product
87
+ "tokens.components.header-search.fg": *product
88
+ "tokens.components.header-search.border": *product
89
+ "tokens.components.header-search.radius": *product
90
+ "tokens.components.header-search.height": *product
91
+ "tokens.components.header-search.padding": *product
92
+ "tokens.components.header-search.font": *product
93
+ "tokens.components.header-search.states": *product
94
+ "tokens.components.header-search.use": *product
95
+ "tokens.components.mobile-tab.type": *product
96
+ "tokens.components.mobile-tab.fg": *product
97
+ "tokens.components.mobile-tab.border": *product
98
+ "tokens.components.mobile-tab.radius": *product
99
+ "tokens.components.mobile-tab.padding": *product
100
+ "tokens.components.mobile-tab.font": *product
101
+ "tokens.components.mobile-tab.states": *product
102
+ "tokens.components.mobile-tab.use": *product
103
+ "tokens.components.mobile-service-card.type": *product
104
+ "tokens.components.mobile-service-card.bg": *product
105
+ "tokens.components.mobile-service-card.border": *product
106
+ "tokens.components.mobile-service-card.radius": *product
107
+ "tokens.components.mobile-service-card.padding": *product
108
+ "tokens.components.mobile-service-card.use": *product
109
+ "tokens.components.smartphone-label.type": &smartphone { surface_id: smartphone, source_id: smartphone-capture, method: computed-style, captured: "2026-07-13" }
110
+ "tokens.components.smartphone-label.bg": *smartphone
111
+ "tokens.components.smartphone-label.fg": *smartphone
112
+ "tokens.components.smartphone-label.border": *smartphone
113
+ "tokens.components.smartphone-label.radius": *smartphone
114
+ "tokens.components.smartphone-label.padding": *smartphone
115
+ "tokens.components.smartphone-label.font": *smartphone
116
+ "tokens.components.smartphone-label.use": *smartphone
117
+ tokens:
118
+ source: reconciled
119
+ extracted: "2026-07-13"
120
+ note: "Machine tokens are limited to supplied au.com product-surface measurements and explicitly labelled official Visual Identity facts. The official brand font is not substituted for the observed loaded UI family."
121
+ colors:
122
+ primary: "#eb5505"
123
+ canvas: "#ffffff"
124
+ foreground: "#333333"
125
+ link: "#0066aa"
126
+ muted: "#777777"
127
+ hairline: "#e5e5e5"
128
+ control-border: "#d1d1d1"
129
+ on-primary: "#ffffff"
130
+ typography:
131
+ family: { ui: "noto-sans-cjk-jp", brand: "Tazugane Gothic" }
132
+ body: { size: 16, weight: 400, lineHeight: 1.4, use: "Repeated public au.com body and card text" }
133
+ navigation: { size: 15, weight: 700, lineHeight: 1.4, use: "Public global-navigation item" }
134
+ search: { size: 12, weight: 400, lineHeight: 2.5, use: "Public header text search input" }
135
+ spacing: { xs: 10, sm: 15, md: 20, lg: 25 }
136
+ rounded: { square: 0, card: 5 }
137
+ shadow: { flat: "none" }
138
+ components:
139
+ mobile-orange-action: { type: button, bg: "#eb5505", fg: "#ffffff", radius: "0px", height: "44px", padding: "12.8px 40px 12.8px 15px", font: "16px / 700 / noto-sans-cjk-jp", states: "default only; no button interaction state captured", use: "Mobile catalog orange action, selector surface-2::[data-omd-capture=91]" }
140
+ mobile-outline-action: { type: button, bg: "#ffffff", fg: "#333333", border: "1px solid #333333", radius: "0px", height: "44px", padding: "12.8px 40px 12.8px 15px", font: "16px / 400 / noto-sans-cjk-jp", states: "default only; no button interaction state captured", use: "Mobile catalog outline action, selector surface-2::[data-omd-capture=92]" }
141
+ header-search: { type: input, bg: "#ffffff", fg: "#333333", border: "1px solid #d1d1d1", radius: "0px", height: "32px", padding: "0px 30px 0px 6px", font: "12px / 400 / noto-sans-cjk-jp", states: "default only; no input interaction state captured", use: "Public header search input, selector surface-2::[data-omd-capture=8]" }
142
+ mobile-tab: { type: tab, fg: "#333333", border: "0px 0px 2px solid #eb5505 when selected", radius: "0px", padding: "0px 16px", font: "16px / 400 / noto-sans-cjk-jp", states: "selected and unselected observed; tab selection interaction captured", use: "Mobile catalog tab, selector surface-2::[data-omd-capture=81]" }
143
+ mobile-service-card: { type: card, bg: "#ffffff", border: "1px solid #e5e5e5", radius: "5px", padding: "15px 25px 25px", use: "Mobile catalog service-card wrapper and contents, selectors surface-2::div.cmp-au-com-card__wrapper and .cmp-au-com-card__contents-section" }
144
+ smartphone-label: { type: badge, bg: "#ffffff", fg: "#eb5505", border: "1px solid #eb5505", radius: "0px", padding: "3.3px 11px", font: "11px / 400 / noto-sans-cjk-jp", use: "Smartphone catalog product label, selector surface-3::span.product-card-item-label" }
145
+ components_harvested: true
146
+ ---
147
+
148
+ # Design System Inspiration of au
149
+
150
+ ## 1. Visual Theme & Atmosphere
151
+
152
+ au is KDDI’s consumer communications brand: it began as a mobile-phone brand and, in 2012, expanded to consumer services alongside mobile service. Its public product routes turn that broad offer into a deliberately practical, information-rich telecom experience: white canvas, charcoal text, bright blue links, square controls, bordered cards, and a highly visible orange action lane. The distinction comes from the tension between the comparatively neutral service UI and the more expressive official brand system. Orange cursive lettering in open white space remains the identity mark, while the current brand message, 「おもしろいほうの未来へ。」, frames au as a companion toward a more interesting future.
153
+
154
+ The current evolution is explicit. In March 2025 au refreshed its Visual Identity guidance, simplified its design and text expression, added slogan rules, and adjusted colour guidance alongside an au UI colour system. The public mobile routes captured here are product-surface evidence, not a wholesale transcription of that brand book: `#EB5505` is officially au Orange and appears on a measured mobile action, while `#0066AA`, `#333333`, white, and hairlines organise the observed catalog UI. This reference retains those domains separately.
155
+
156
+ ## 2. Color Palette & Roles
157
+
158
+ - **au Orange** — `#EB5505`: official brand colour (RGB 235, 85, 5); measured as the fill of the supplied mobile-catalog primary action and as product-label text/border.
159
+ - **Canvas / on-primary** — `#FFFFFF`: observed mobile catalog card and search surface; observed white action text.
160
+ - **Foreground** — `#333333`: repeated public text, navigation, search text, controls, and unselected tab ink.
161
+ - **Link** — `#0066AA`: repeated public catalog link and card-link colour; it is not promoted as a corporate brand colour.
162
+ - **Muted** — `#777777`: repeated public supporting text.
163
+ - **Hairline** — `#E5E5E5`: observed mobile card edge.
164
+ - **Control border** — `#D1D1D1`: observed header-search border.
165
+
166
+ Official V.I. says to use au Orange thoughtfully rather than indiscriminately. The public capture does not establish semantic success, error, warning, or disabled colour tokens, so those are absent.
167
+
168
+ ## 3. Typography Rules
169
+
170
+ ### Font evidence classes
171
+
172
+ - **Official product/brand guidance:** au’s Visual Identity specifies Tazugane Gothic for brand messages and recommends Noto Sans JP for standard use. The brand face requires contact with brand management; the Noto Sans JP download is linked by the official guidance.
173
+ - **Live computed surface-use:** the supplied three-route capture resolves `noto-sans-cjk-jp` as loaded/high confidence for 1,437 observed uses across body, navigation, cards, inputs, tabs, buttons, and labels. This is the only UI-family token.
174
+ - **Official distributed brand asset:** Tazugane Gothic is a named official brand typeface with Light, Regular, and Bold samples in the V.I. guidance. It remains a brand-message asset, not a substitute for the captured web UI family.
175
+ - **System-resolved:** Helvetica appears twice as an operating-system stack in the capture. It is not an au type asset or a token.
176
+ - **Declared-only / unresolved:** no declared-only face is promoted by this packet.
177
+
178
+ | Role | Family | Size | Weight | Line height | Evidence boundary |
179
+ |---|---|---:|---:|---:|---|
180
+ | Public body/card text | `noto-sans-cjk-jp` | 16px | 400 | 22.4px | Repeated supplied product-surface measurement |
181
+ | Public global navigation | `noto-sans-cjk-jp` | 15px | 700 | 21px | Measured navigation item |
182
+ | Public header search | `noto-sans-cjk-jp` | 12px | 400 | 30px | Measured text input |
183
+ | Brand message | Tazugane Gothic | — | Light/Regular/Bold distributed | — | Official V.I. brand-asset guidance; no live product specimen claimed |
184
+
185
+ ## 4. Component Stylings
186
+
187
+ ### Mobile orange action
188
+
189
+ **Default**
190
+ - Background: `#EB5505`
191
+ - Text: `#FFFFFF`
192
+ - Radius: `0px`
193
+ - Height: `44px`
194
+ - Padding: `12.8px 40px 12.8px 15px`
195
+ - Font: `16px / 700 / noto-sans-cjk-jp`
196
+ - States: Default only; no button interaction state captured.
197
+ - Use: Mobile catalog action; `surface-2::[data-omd-capture="91"]`.
198
+
199
+ ### Mobile outline action
200
+
201
+ **Default**
202
+ - Background: `#FFFFFF`
203
+ - Text: `#333333`
204
+ - Border: `1px solid #333333`
205
+ - Radius: `0px`
206
+ - Height: `44px`
207
+ - Padding: `12.8px 40px 12.8px 15px`
208
+ - Font: `16px / 400 / noto-sans-cjk-jp`
209
+ - States: Default only; no button interaction state captured.
210
+ - Use: Mobile catalog outline action; `surface-2::[data-omd-capture="92"]`.
211
+
212
+ ### Header search
213
+
214
+ **Default**
215
+ - Background: `#FFFFFF`
216
+ - Text: `#333333`
217
+ - Border: `1px solid #D1D1D1`
218
+ - Radius: `0px`
219
+ - Height: `32px`
220
+ - Padding: `0px 30px 0px 6px`
221
+ - Font: `12px / 400 / noto-sans-cjk-jp`
222
+ - States: Default only; no input interaction state captured.
223
+ - Use: Public header text search; `surface-2::[data-omd-capture="8"]`.
224
+
225
+ ### Mobile catalog tab
226
+
227
+ **Selected item as captured**
228
+ - Text: `#333333`
229
+ - Border: `0px 0px 2px solid #EB5505`
230
+ - Radius: `0px`
231
+ - Padding: `0px 16px`
232
+ - Font: `16px / 400 / noto-sans-cjk-jp`
233
+ - States: Selected and unselected were observed; a tab-selection interaction was captured.
234
+ - Use: Mobile catalog tab; `surface-2::[data-omd-capture="81"]`.
235
+
236
+ ### Mobile service card
237
+
238
+ **Default**
239
+ - Background: `#FFFFFF`
240
+ - Border: `1px solid #E5E5E5`
241
+ - Radius: `5px`
242
+ - Padding: `15px 25px 25px`
243
+ - Use: Mobile catalog card wrapper and contents; `surface-2::div.cmp-au-com-card__wrapper` and `.cmp-au-com-card__contents-section`.
244
+
245
+ ### Smartphone product label
246
+
247
+ **Default**
248
+ - Background: `#FFFFFF`
249
+ - Text: `#EB5505`
250
+ - Border: `1px solid #EB5505`
251
+ - Radius: `0px`
252
+ - Padding: `3.3px 11px`
253
+ - Font: `11px / 400 / noto-sans-cjk-jp`
254
+ - Use: Smartphone catalog product label; `surface-3::span.product-card-item-label`.
255
+
256
+ Only the tab has captured interaction provenance. Hover, focus, pressed, disabled, error, modal, toast, and other interactive state values are absent; their absence does not remove these measured default geometries.
257
+
258
+ ---
259
+ **Verified:** 2026-07-13
260
+ **Tier 1 sources:** https://www.au.com/; https://www.au.com/mobile/; https://www.au.com/mobile/product/smartphone/; https://www.kddi.com/brand/visual-identity/au/; https://www.kddi.com/brand/visual-identity/au/color/; https://www.kddi.com/brand/visual-identity/au/typography/; https://www.kddi.com/brand/visual-identity/au/design-principles/; https://www.kddi.com/brand/visual-identity/au/toneofvoice/; https://www.kddi.com/brand/knowing-au/
261
+ **Tier 2 sources:** https://getdesign.md/au (attempted; built-in web open returned no usable record); https://styles.refero.design/?q=au (attempted; built-in web open returned no usable record)
262
+ **Conflicts unresolved:** none
263
+
264
+ ## 5. Layout Principles
265
+
266
+ The supplied desktop capture is 1440×900 and records three public surfaces. The mobile catalog uses repeated 5px bordered cards, including a card-content padding sample of `15px 25px 25px`; the smartphone route also records product-card shells and compact labels. The observed aggregate includes 10, 15, 20, and 25px spacing values, preserved as a local frequency-backed set rather than an asserted global spacing scale. No breakpoint, fixed container width, authenticated purchase journey, or responsive-grid rule is claimed.
267
+
268
+ ## 6. Elevation & Shape
269
+
270
+ The representative public controls, cards, tab, and search input have `box-shadow: none`; flat separation comes from white surfaces, hairlines, and square-to-5px corners. A single home modal trigger has a local shadow in the packet, but no opened dialog state or repeatable elevation system was observed, so it is not promoted to a shadow token.
271
+
272
+ ## 7. Do's and Don'ts
273
+
274
+ ### Do
275
+
276
+ - Use au Orange `#EB5505` as the recorded brand/action emphasis, leaving white space and neutral product chrome around it.
277
+ - Keep the observed product UI family as `noto-sans-cjk-jp`; use Tazugane Gothic only under its official brand-message boundary.
278
+ - Preserve the measured square controls, 5px cards, hairlines, and selected-tab orange underline on the documented public surfaces.
279
+ - Follow the official SIMPLE principle: reduce nonessential elements, retain generous whitespace, unify type, and avoid unnecessary colour variation.
280
+
281
+ ### Don't
282
+
283
+ - Do not promote `#0066AA` from a catalog-link measurement into an au brand colour.
284
+ - Do not substitute Helvetica or another system family for the observed UI family, or use the official brand font as though it were a loaded product webfont.
285
+ - Do not invent hover, focus, pressed, disabled, error, modal, toast, or checkout states.
286
+ - Do not use product catalog chrome as evidence for KDDI corporate, marketing, or authenticated-app UI.
287
+
288
+ ## 8. Responsive Behavior
289
+
290
+ The packet records desktop 1440×900 snapshots only. It establishes repeated public components across three routes but no mobile viewport, breakpoint, sticky behavior, or touch-target policy. Responsive rules are intentionally absent.
291
+
292
+ ## 9. Agent Prompt Guide
293
+
294
+ “Create only the observed au public mobile-catalog pattern: white cards with `#E5E5E5` hairlines and 5px corners, charcoal Noto Sans CJK JP text, bright `#0066AA` catalog links, and a square orange `#EB5505` action. Add a 2px orange underline only to an observed selected tab. Do not add a rounded generic CTA, a fallback font, an unobserved state, or a corporate-marketing token.”
295
+
296
+ ## 10. Voice & Tone
297
+
298
+ **Voice adjectives:** future-oriented · curious/playful · approachable · respectful
299
+
300
+ | Do | Don't |
301
+ |---|---|
302
+ | Speak positively about the next choice or possibility. | Treat the future as fixed or inaccessible. |
303
+ | Show curiosity and room for discovery without making the customer the punchline. | Use novelty or humour at another person’s expense. |
304
+ | Keep an approachable, calm register that can sit beside daily life. | Sound distant, over-formal, or needlessly technical. |
305
+ | Make respect for other people a non-negotiable baseline. | Use discriminatory or hurtful language. |
306
+
307
+ Source-derived sample direction, not reusable au copy: “Choose the path that opens a new possibility.” “Let’s make the next connection easier to explore.” “Start from what matters in your everyday life.”
308
+
309
+ ## 11. Brand Narrative
310
+
311
+ au began as KDDI’s mobile-phone brand and expanded in 2012 from mobile phones into consumer services under the company’s 3M strategy. Its current brand message is 「おもしろいほうの未来へ。」, introduced in 2019 in place of 「あたらしい自由。」. KDDI describes the shift as joining communications with life design so it can propose enjoyable change and exciting experience value in customers’ lives.
312
+
313
+ The present visual-identity update makes the design implication concrete. au says it aims to be a companion helping everyone move toward the more interesting future, and its 2025 revision seeks a consistent expression across a widening range of services and customer touchpoints. The canonical product tokens in this document stay restricted to the three supplied au.com captures; the broader brand story explains the direction but does not create unmeasured product facts.
314
+
315
+ ## 12. Principles
316
+
317
+ 1. **Make SIMPLE the baseline.** au requires simple composition, sufficient whitespace, disciplined type, uncluttered photography, and a unified colour impression. *UI implication:* reduce surplus decoration before adding a new product-surface token.
318
+ 2. **Use a service-appropriate secondary character.** CLEAN, ADVANCED, PLAYFUL, and FRIENDLY are additional values selected by the service’s intended impression. *UI implication:* do not flatten all four into a simultaneous visual recipe.
319
+ 3. **Keep orange intentional.** Official guidance treats au Orange as a primary brand element whose use and proportion need care. *UI implication:* retain the observed orange action/underline/label roles instead of assigning arbitrary semantic states.
320
+ 4. **Express a considerate personality.** The V.I. makes future orientation, curiosity/playfulness, approachability, and respect for others its four voice characteristics. *UI implication:* concise service copy should remain positive and attentive rather than merely promotional.
321
+
322
+ ## 13. Personas
323
+
324
+ No first-party persona segmentation was found in the sources consulted for this reference. ` [FILL IN: validated au audience archetypes, jobs, accessibility needs, and evidence source] `
325
+
326
+ The available first-party material addresses customers broadly and calls for consideration of diverse people; it does not authorize invented demographic or behavioral personas.
327
+
328
+ ## 14. States
329
+
330
+ The supplied evidence records one tab-selection interaction and no stable empty, loading, error, success, skeleton, or disabled component states. Those state groups are therefore absent from the token graph and component specifications. An implementation may provide accessible states, but it must not label their visual values as observed au facts.
331
+
332
+ ## 15. Motion & Easing
333
+
334
+ No duration, easing curve, transition, carousel timing, or motion-reduction behavior is established by the supplied evidence. Motion tokens are absent rather than inferred from static markup.