oh-my-design-cli 1.8.6 → 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 (275) 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 +2761 -85
  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/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,231 @@
1
+ ---
2
+ id: softbank
3
+ name: ソフトバンク
4
+ country: JP
5
+ category: consumer-tech
6
+ homepage: "https://www.softbank.jp/"
7
+ primary_color: "#333333"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=softbank.jp&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ verification_v2:
14
+ schema: 2
15
+ checked: "2026-07-13"
16
+ surfaces:
17
+ - { id: home, kind: consumer-marketing, url: "https://www.softbank.jp/", inspected: "2026-07-13" }
18
+ - { id: enterprise-ai, kind: enterprise-marketing, url: "https://www.softbank.jp/biz/about/ai/", inspected: "2026-07-13" }
19
+ - { id: corporate-security, kind: corporate-governance, url: "https://www.softbank.jp/corp/aboutus/governance/security/", inspected: "2026-07-13" }
20
+ sources:
21
+ - { id: home-live, kind: product-surface, url: "https://www.softbank.jp/", captured: "2026-07-13" }
22
+ - { id: enterprise-ai-live, kind: product-surface, url: "https://www.softbank.jp/biz/about/ai/", captured: "2026-07-13" }
23
+ - { id: corporate-security-live, kind: product-surface, url: "https://www.softbank.jp/corp/aboutus/governance/security/", captured: "2026-07-13" }
24
+ - { id: company-history, kind: official-doc, url: "https://www.softbank.jp/en/corp/aboutus/profile/history/", captured: "2026-07-13" }
25
+ - { id: group-identity, kind: official-doc, url: "https://group.softbank/en/philosophy/identity", captured: "2026-07-13" }
26
+ - { id: management-strategy, kind: official-doc, url: "https://www.softbank.jp/en/corp/ir/policy/strategy/", captured: "2026-07-13" }
27
+ - { id: trademark-policy, kind: official-doc, url: "https://www.softbank.jp/corp/aboutus/governance/intellectual-property/trademark/", captured: "2026-07-13" }
28
+ conflicts: []
29
+ claims:
30
+ "tokens.colors.foreground": &all-surfaces { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
31
+ "tokens.colors.heading": &enterprise { surface_id: enterprise-ai, source_id: enterprise-ai-live, method: computed-style, captured: "2026-07-13" }
32
+ "tokens.colors.canvas": *all-surfaces
33
+ "tokens.colors.hairline": &corporate { surface_id: corporate-security, source_id: corporate-security-live, method: computed-style, captured: "2026-07-13" }
34
+ "tokens.typography.body.size": *corporate
35
+ "tokens.typography.body.weight": *corporate
36
+ "tokens.typography.body.lineHeight": *corporate
37
+ "tokens.typography.body.use": *corporate
38
+ "tokens.typography.heading.size": *enterprise
39
+ "tokens.typography.heading.weight": *enterprise
40
+ "tokens.typography.heading.lineHeight": *enterprise
41
+ "tokens.typography.heading.use": *enterprise
42
+ "tokens.spacing.xs": *corporate
43
+ "tokens.spacing.sm": *all-surfaces
44
+ "tokens.spacing.md": *all-surfaces
45
+ "tokens.spacing.lg": *corporate
46
+ "tokens.rounded.none": *all-surfaces
47
+ "tokens.rounded.control": *enterprise
48
+ "tokens.rounded.badge": *all-surfaces
49
+ "tokens.rounded.pill": *all-surfaces
50
+ "tokens.components.global-navigation-item.type": *enterprise
51
+ "tokens.components.global-navigation-item.fg": *enterprise
52
+ "tokens.components.global-navigation-item.border": *enterprise
53
+ "tokens.components.global-navigation-item.radius": *enterprise
54
+ "tokens.components.global-navigation-item.padding": *enterprise
55
+ "tokens.components.global-navigation-item.font": *enterprise
56
+ "tokens.components.global-navigation-item.use": *enterprise
57
+ tokens:
58
+ source: live-extract
59
+ extracted: "2026-07-13"
60
+ note: "Only selector- and surface-backed values from the supplied SoftBank public surfaces are canonical. Consumer marketing, enterprise marketing, corporate governance, Group identity, trademark policy, and declared-only fonts remain separate evidence domains."
61
+ colors:
62
+ foreground: "#333333"
63
+ heading: "#323232"
64
+ canvas: "#ffffff"
65
+ hairline: "#c1c1c2"
66
+ typography:
67
+ body: { size: 16, weight: 400, lineHeight: 1.5, use: "Corporate-security body samples; no named UI family is established" }
68
+ heading: { size: 32, weight: 700, lineHeight: 1.35, use: "Enterprise-AI h2 samples only; no named UI family is established" }
69
+ spacing: { xs: 8, sm: 10, md: 16, lg: 20 }
70
+ rounded: { none: 0, control: 6, badge: 10, pill: 50 }
71
+ components:
72
+ global-navigation-item: { type: listItem, fg: "#333333", border: "0px #333333", radius: 0, padding: "0px", font: "14px/400/14px", use: "Static global-navigation li, selector surface-2::li, class sb-appshell-v1-header-nav_globalnav-item; 12 occurrences across enterprise and corporate surfaces" }
73
+ components_harvested: true
74
+ ---
75
+
76
+ # Design System Inspiration of ソフトバンク
77
+
78
+ ## 1. Visual Theme & Atmosphere
79
+
80
+ SoftBank Corp. is the operating telecommunications company established in 1986, providing mobile communications, devices, fixed-line services, and internet access. Its official history traces a route through Japan Telecom, J-Phone, Vodafone K.K., and the 2006 change to the SoftBank brand; the 2015 merger of the mobile, broadband, telecom, and Y!mobile businesses produced the current SoftBank Corp. The current strategy describes a telecom foundation extended through “Activate AI for Society,” while the Group’s wider identity frames the Information Revolution as a route to happiness. On the three supplied public surfaces, that evolution resolves into a reserved information system: white fields, repeated charcoal text, thin neutral boundaries, and highly legible Japanese information hierarchy. This is evidence for public consumer, enterprise, and corporate pages—not a substitute for an authenticated SoftBank product UI.
81
+
82
+ **Key characteristics:**
83
+
84
+ - `#333333` is the repeated public foreground; `#ffffff` is the repeated public canvas.
85
+ - `#323232` appears on the enterprise AI route’s headings; `#c1c1c2` is a measured corporate utility-control border rather than a universal divider.
86
+ - The capture’s named Meiryo stack is unresolved; its computed sizes and weights are retained without pretending that a fallback is a SoftBank font.
87
+ - Square navigation list items dominate the high-confidence shared shell; 6px, 10px, and fully rounded geometry occur in local public components.
88
+ - Consumer marketing, enterprise marketing, corporate governance, Group identity, trademark policy, and declared-only font evidence are intentionally separate domains.
89
+
90
+ ## 2. Color Palette & Roles
91
+
92
+ ### Selector-backed public values
93
+
94
+ - **Foreground** (`#333333`): repeated text and border color across home, enterprise AI, and corporate security captures.
95
+ - **Enterprise heading** (`#323232`): observed enterprise-AI h2 color only; it is not a universal display-color claim.
96
+ - **Canvas** (`#ffffff`): repeated public background and on-dark text value across the supplied routes; this token refers only to the measured canvas role.
97
+ - **Utility hairline** (`#c1c1c2`): observed 1px border on the corporate English utility button; not promoted as the page-wide divider.
98
+
99
+ The packet includes route-local blue, red, and pale-red observations, but it does not establish them as a cross-surface SoftBank action, error, or status palette. No hover, focus, pressed, disabled, success, error, or inverse token is published.
100
+
101
+ ## 3. Typography Rules
102
+
103
+ ### Evidence classes
104
+
105
+ | Evidence class | Family and boundary |
106
+ |---|---|
107
+ | Official product-use | No first-party source located in this run assigns a named typeface to a SoftBank consumer or enterprise product UI. |
108
+ | Live computed surface-use | `Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui, sans-serif` is repeatedly computed on the supplied public pages, but Meiryo has no matching loaded FontFace and is marked unresolved in the evidence packet. |
109
+ | Official brand asset | SoftBank Group’s identity page says the brand-name mark uses a Japanese Mincho typeface to convey timelessness. That is logo/identity context, not evidence that this public UI uses a named Mincho webfont. |
110
+ | License context | No official font licence or distributed webfont asset was established in this run. |
111
+ | Declared-only | `swiper-icons` is declared with no visible use. It is not a UI typography token. |
112
+
113
+ ### Captured hierarchy
114
+
115
+ | Role | Size | Weight | Line height | Evidence boundary |
116
+ |---|---:|---:|---:|---|
117
+ | Corporate body | 16px | 400 | 24px | repeated corporate-security body samples; family unresolved |
118
+ | Enterprise h2 | 32px | 700 | 43.2px | enterprise-AI h2 samples only; family unresolved |
119
+ | Home h2 | 40px | 700 | 50px | raw home observation only; not promoted into the narrow canonical scale |
120
+ | Corporate hero h1 | 50px | 700 | 75px | raw corporate-security observation only; not promoted into the narrow canonical scale |
121
+
122
+ Do not render Meiryo, the Mincho logotype context, or `swiper-icons` as if it were a verified SoftBank UI family. The numeric hierarchy is useful computed evidence; the font-family claim remains unresolved and is omitted at that field boundary.
123
+
124
+ ## 4. Component Stylings
125
+
126
+ ### Shared public shell
127
+
128
+ **Global Navigation Item**
129
+ - Text: `#333333`
130
+ - Border: 0px `#333333`
131
+ - Radius: 0px
132
+ - Padding: 0px
133
+ - Font: 14px / 400 / 14px
134
+ - Use: Static `li` observation with class `sb-appshell-v1-header-nav_globalnav-item`, selector `surface-2::li`, 12 occurrences across enterprise-AI and corporate-security surfaces.
135
+
136
+ ### Observed-state boundary
137
+
138
+ The supplied artifact reports `interactionCount: 0` and `observedStates: 0`. Although it contains measured anchors and buttons, it captures no hover, focus, pressed, disabled, selected, error, menu, dialog, or toast state. The canonical component is therefore a static `listItem`, not a button or an inferred interactive control.
139
+
140
+ ### Scope boundary
141
+
142
+ The static global navigation item is the sole canonical component because it is selector-backed, high confidence, repeated across surfaces, and has a permitted component type. Carousel arrows, tag links, enterprise buttons, the corporate language control, and the search field remain raw component evidence only; no state-free interactive component is promoted.
143
+
144
+ ---
145
+ **Verified:** 2026-07-13
146
+ **Tier 1 sources:** https://www.softbank.jp/ ; https://www.softbank.jp/biz/about/ai/ ; https://www.softbank.jp/corp/aboutus/governance/security/ ; https://www.softbank.jp/en/corp/aboutus/profile/history/ ; https://group.softbank/en/philosophy/identity ; https://www.softbank.jp/en/corp/ir/policy/strategy/ ; https://www.softbank.jp/corp/aboutus/governance/intellectual-property/trademark/
147
+ **Tier 2 sources:** https://getdesign.md/softbank (attempted; no SoftBank-specific record returned by available search); https://styles.refero.design/?q=softbank (attempted; no SoftBank-specific record returned by available search)
148
+ **Conflicts unresolved:** none
149
+
150
+ ## 5. Layout Principles
151
+
152
+ The supplied routes support an information-shell pattern, not a complete product-grid claim. Repeated measured spacing values include 8px, 10px, 16px, and 20px; they are kept as a compact observed set, not presented as an exhaustive system scale. The shared navigation list item itself has 0px padding, while a distinct enterprise button has 13px 44px 11px 20px padding. Preserve such route-level differences rather than normalizing them into unobserved responsive rules.
153
+
154
+ ## 6. Depth & Elevation
155
+
156
+ The canonical navigation item is flat: transparent background, 0px border, 0px radius, and no shadow. The packet does not establish a repeated shadow value or an elevation ladder, so no shadow token is published. Rounded local controls exist, but their geometric values do not imply depth.
157
+
158
+ ## 7. Do's and Don'ts
159
+
160
+ ### Do
161
+
162
+ - Use `#333333` text on the measured white public canvas when recreating the captured information-shell context.
163
+ - Keep the canonical navigation list item square, unfilled, and typographically modest at its observed 14px / 400 / 14px values.
164
+ - Preserve the distinction between the enterprise-AI heading treatment and the corporate-security body treatment.
165
+ - Treat the Group’s double-line mark and Mincho logotype statement as brand-identity context, not an interface font token.
166
+
167
+ ### Don't
168
+
169
+ - Don't infer SoftBank mobile-app, account, checkout, device-management, or authenticated enterprise UI from the supplied public surfaces.
170
+ - Don't turn route-local blue, red, or status-panel observations into a general action or semantic palette.
171
+ - Don't substitute system-ui for the unresolved Meiryo family and label it as SoftBank typography.
172
+ - Don't invent hover, focus, pressed, disabled, selected, validation, dialog, toast, menu, or motion values from zero captured interactions.
173
+
174
+ ## 8. Responsive Behavior
175
+
176
+ Only 1440×900 desktop captures were supplied. The packet provides no mobile viewport, breakpoint, collapsed navigation, touch target, or responsive reflow evidence, so those behaviours are omitted.
177
+
178
+ ## 9. Agent Prompt Guide
179
+
180
+ For a SoftBank public information surface, use a white `#ffffff` canvas, `#333333` foreground, sparse `#323232` enterprise headings where that route is the reference, and a flat square global-navigation list item. Keep public consumer, enterprise, and corporate material scoped to the captured route; do not fabricate an account or product console. Use the official identity narrative for tone and logo interpretation only, keep the UI family unspecified, and do not add interaction or responsive states that the packet did not observe.
181
+
182
+ ## 10. Voice & Tone
183
+
184
+ SoftBank’s official strategy combines a long-running Information Revolution philosophy with a current aim to activate AI across society. For public corporate and enterprise information, that supports a clear, future-oriented, and accountable register: state the infrastructure or social outcome, name the technology or service, then identify the practical consequence. This is narrative direction drawn from official strategy, not a measured interface-copy corpus.
185
+
186
+ | Context | Supported direction |
187
+ |---|---|
188
+ | Corporate progress | Pair a long-term ambition with a precise current initiative. |
189
+ | Enterprise technology | Name the operational or societal problem before the AI or network mechanism. |
190
+ | Public trust | Use straightforward explanations of responsibility, access, and governance. |
191
+
192
+ Illustrative, not source copy:
193
+
194
+ - “Connect the next step to the infrastructure behind it.”
195
+ - “Make the technology’s role clear before asking for action.”
196
+ - “Show how a network, service, or policy changes the everyday outcome.”
197
+
198
+ ## 11. Brand Narrative
199
+
200
+ SoftBank Corp. began in 1986 as Railway Telecommunication Co., Ltd. Its official company history records the later succession of Japan Telecom, J-Phone, Vodafone K.K., and the October 2006 change to SoftBank Mobile and the SoftBank brand. In 2015, SoftBank Mobile, SoftBank BB, SoftBank Telecom, and Y!mobile were combined, and the company took the current SoftBank Corp. name.
201
+
202
+ That operating history sits inside a broader Group identity: the double-line logo is derived from the Kaientai flag and is described as an equals sign, answer, communication, and possibility. The identity source says the brand-name mark uses a Japanese Mincho typeface and silver as brand colour. Those facts describe the logo and corporate identity; they are not silently converted into public UI tokens.
203
+
204
+ The company’s current strategy says “Activate AI for Society” and frames the work as expanding technology’s social implementation alongside telecommunications. The official strategy states that the Group is guided by “Information Revolution — Happiness for everyone” and seeks to use technology to solve social issues. No invented executive quotation is used here.
205
+
206
+ ## 12. Principles
207
+
208
+ 1. **Make infrastructure legible.** SoftBank’s name and Group identity are rooted in a role as information-society infrastructure.
209
+ *UI implication:* Explain the service and its operational role before adding product-style promotional complexity.
210
+ 2. **Connect future ambition to a present use.** The current strategy emphasizes activating AI across society, while the captured surfaces remain information-led.
211
+ *UI implication:* Pair aspirational headings with concise, factual supporting content.
212
+ 3. **Keep the shared shell quiet.** Repeated public captures show neutral text, white space, and square navigation lists rather than a dense action system.
213
+ *UI implication:* Let hierarchy, spacing, and crisp borders organize long-form public information.
214
+ 4. **Respect distinct brand domains.** The Group’s logo and corporate identity, SoftBank Corp. public web surfaces, and uninspected product applications have different evidence.
215
+ *UI implication:* Do not reuse a logo-font claim or a route-local color as a comprehensive product design token.
216
+
217
+ ## 13. Personas
218
+
219
+ The official materials identify broad stakeholder groups, not research-backed user personas. These are bounded stakeholder archetypes, not fictional behavioural claims.
220
+
221
+ - **Consumer communications customer:** someone encountering SoftBank’s public consumer information for mobile, device, fixed-line, or internet services. The source establishes service scope, not a purchase journey.
222
+ - **Enterprise or public-sector technology decision-maker:** someone reading AI and network material to understand possible operational applications. No uninspected dashboard task or workflow is inferred.
223
+ - **Corporate stakeholder:** an investor, partner, regulator, or member of the public seeking company, strategy, governance, or security information. The supplied corporate route supports this informational context only.
224
+
225
+ ## 14. States
226
+
227
+ The supplied evidence contains no captured interaction states. Empty, loading, error, success, skeleton, disabled, focus, pressed, selected, and validation treatments are therefore not published. This absence removes only unobserved states; it does not remove the measured default geometry of the canonical static navigation item.
228
+
229
+ ## 15. Motion & Easing
230
+
231
+ No interaction expansion, animation duration, easing curve, or transition computed value was supplied. The three static desktop captures cannot establish a SoftBank motion system, so no timing or easing token is published.