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,234 @@
1
+ ---
2
+ id: mixi
3
+ name: MIXI
4
+ country: JP
5
+ category: consumer-tech
6
+ homepage: "https://mixi.co.jp/"
7
+ primary_color: "#000000"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=mixi.co.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: corporate-home, url: "https://mixi.co.jp/", inspected: "2026-07-13" }
18
+ - { id: about, kind: corporate-about, url: "https://mixi.co.jp/about/", inspected: "2026-07-13" }
19
+ - { id: conduct, kind: corporate-guidelines, url: "https://mixi.co.jp/about/conductguidelines/", inspected: "2026-07-13" }
20
+ sources:
21
+ - { id: home-capture, kind: product-surface, url: "https://mixi.co.jp/", captured: "2026-07-13" }
22
+ - { id: about-capture, kind: product-surface, url: "https://mixi.co.jp/about/", captured: "2026-07-13" }
23
+ - { id: conduct-capture, kind: product-surface, url: "https://mixi.co.jp/about/conductguidelines/", captured: "2026-07-13" }
24
+ - { id: about-context, kind: official-doc, url: "https://mixi.co.jp/en/about/", captured: "2026-07-13" }
25
+ - { id: history-context, kind: official-doc, url: "https://mixi.co.jp/en/company/history/", captured: "2026-07-13" }
26
+ - { id: design-culture, kind: official-doc, url: "https://design-note.mixi.co.jp/n/n72743daaf24b", captured: "2026-07-13" }
27
+ conflicts: []
28
+ claims:
29
+ "tokens.colors.canvas": &home { surface_id: home, source_id: home-capture, method: computed-style, captured: "2026-07-13" }
30
+ "tokens.colors.ink": *home
31
+ "tokens.colors.muted": &about { surface_id: about, source_id: about-capture, method: computed-style, captured: "2026-07-13" }
32
+ "tokens.colors.news-red": *home
33
+ "tokens.typography.family.ui": *home
34
+ "tokens.typography.body.size": *about
35
+ "tokens.typography.body.weight": *about
36
+ "tokens.typography.body.lineHeight": *about
37
+ "tokens.typography.body.use": *about
38
+ "tokens.typography.header-navigation.size": *home
39
+ "tokens.typography.header-navigation.weight": *home
40
+ "tokens.typography.header-navigation.lineHeight": *home
41
+ "tokens.typography.header-navigation.use": *home
42
+ "tokens.typography.guideline-heading.size": &conduct { surface_id: conduct, source_id: conduct-capture, method: computed-style, captured: "2026-07-13" }
43
+ "tokens.typography.guideline-heading.weight": *conduct
44
+ "tokens.typography.guideline-heading.lineHeight": *conduct
45
+ "tokens.typography.guideline-heading.use": *conduct
46
+ "tokens.rounded.control": *home
47
+ "tokens.rounded.news-image": *home
48
+ "tokens.components.header-global-navigation.type": *home
49
+ "tokens.components.header-global-navigation.bg": *home
50
+ "tokens.components.header-global-navigation.fg": *home
51
+ "tokens.components.header-global-navigation.radius": *home
52
+ "tokens.components.header-global-navigation.padding": *home
53
+ "tokens.components.header-global-navigation.height": *home
54
+ "tokens.components.header-global-navigation.font": *home
55
+ "tokens.components.header-global-navigation.states": *home
56
+ "tokens.components.header-global-navigation.use": *home
57
+ "tokens.components.news-category-label.type": *home
58
+ "tokens.components.news-category-label.bg": *home
59
+ "tokens.components.news-category-label.fg": *home
60
+ "tokens.components.news-category-label.border": *home
61
+ "tokens.components.news-category-label.radius": *home
62
+ "tokens.components.news-category-label.padding": *home
63
+ "tokens.components.news-category-label.height": *home
64
+ "tokens.components.news-category-label.font": *home
65
+ "tokens.components.news-category-label.use": *home
66
+ tokens:
67
+ source: reconciled
68
+ extracted: "2026-07-13"
69
+ note: "Only selector-backed values from the supplied MIXI corporate-site capture are canonical tokens. Corporate history, product strategy, logo rationale, and design-culture sources provide narrative context only; no unobserved product, marketing, or interaction pattern is inferred."
70
+ colors:
71
+ canvas: "#ffffff"
72
+ ink: "#000000"
73
+ muted: "#5c5c5c"
74
+ news-red: "#e5004d"
75
+ typography:
76
+ family: { ui: "Noto Sans JP" }
77
+ body: { size: 15, weight: 400, lineHeight: 1.8, use: "Observed about and conduct-guideline body copy" }
78
+ header-navigation: { size: 13, weight: 600, lineHeight: 1.15, use: "Observed corporate-header global-navigation control" }
79
+ guideline-heading: { size: 35, weight: 600, lineHeight: 1.5, use: "Observed conduct-guideline section heading" }
80
+ rounded: { control: 3, news-image: 5 }
81
+ components_harvested: true
82
+ components:
83
+ header-global-navigation: { type: button, bg: "transparent", fg: "#000000", radius: "0px", padding: "0px", height: "70px", font: "13px / 600 Noto Sans JP", states: "Default baseline captured; no changed interaction state captured.", use: "Observed header global-navigation button at home::[data-omd-capture=3]." }
84
+ news-category-label: { type: badge, bg: "transparent", fg: "#000000", border: "1px solid #000000", radius: "3px", padding: "4px 9px 5px", height: "22px", font: "11px / 600 Noto Sans JP", use: "Observed news-card category label at home::div.c-newsCard__info--category." }
85
+ ---
86
+
87
+ # Design System Inspiration of MIXI
88
+
89
+ ## 1. Visual Theme & Atmosphere
90
+
91
+ MIXI is a Japanese communication and entertainment company that began with the Find Job! service in 1997, launched the social network mixi in 2004, and has since expanded through services and businesses including MONSTER STRIKE, family sharing, sports, and live-event activity. Its current corporate expression is unusually deliberate for such a broad portfolio: a stark, editorial black-and-white site carries a heavy uppercase logo, while the company’s documented red and orange emotion marks give excitement and warmth separate roles. The official rationale connects the bold logo to trust, stability, and a large-scale communications presence; the two rotated underscore forms introduce emotional colour without turning every public surface into a multicolour UI.
92
+
93
+ The supplied July 13 corporate capture covers the home, about, and conduct-guidelines routes: 3 surfaces, 30 component variants, 0 interaction expansions, and coverage 71. Across those surfaces, Noto Sans JP is loaded with high confidence and 337 visible uses. The measured web surface is restrained rather than a universal product system: white/transparent fields, black text and boundaries, compact 13px/600 header controls, 15px/400 reading copy, and editorial 35px section headings. The red news label is route-local; it is retained as a measured news treatment, not promoted as a universal action colour.
94
+
95
+ MIXI’s current strategic language places emotional, meaningful connection ahead of communication volume. The company calls the present its “Third Founding” and frames a We-Time Economy around experiences shared with other people. That corporate evolution and its product/service portfolio explain the visual balance of forceful black structure and bounded emotional accents; they do not establish unobserved application controls, signed-in flows, or service-level design tokens.
96
+
97
+ ## 2. Color & Surface Evidence
98
+
99
+ - **Canvas** — `#ffffff`, observed as the home logo block and white news-label foreground/border context.
100
+ - **Ink** — `#000000`, the repeated text, border, header-control, and navigation value across all three supplied corporate surfaces.
101
+ - **Muted** — `#5c5c5c`, observed on an about/conduct breadcrumb link; retain it as supporting corporate text only.
102
+ - **News red** — `#e5004d`, observed as the background of the home news-card red label. It is not evidence for a global CTA, error, or product action.
103
+
104
+ The official corporate-brand explanation describes red as excitement/adrenaline and orange as comfort/warmth. It does not publish an exact red/orange CSS token in the inspected material, so that narrative colour rationale is kept separate from the selector-backed values above.
105
+
106
+ ## 3. Typography Rules
107
+
108
+ ### Font evidence boundary
109
+
110
+ | Evidence class | Resolution |
111
+ |---|---|
112
+ | Official product-use | No first-party statement in the collected material establishes a MIXI product/app UI font. |
113
+ | Live computed surface-use | `Noto Sans JP` is loaded/high confidence with 337 visible uses across the three supplied corporate routes. |
114
+ | Official distributed brand asset | `mixi-bold` and `mixi-medium` are declared from MIXI-hosted MIXISANS files, but have zero visible uses in the bundle. |
115
+ | Declared-only | `mixi-bold`, `mixi-medium`, `Noto Sans`, and `swiper-icons` have no observed visible use in this capture. |
116
+ | Unresolved | The public capture does not establish a separate, browser-loadable MIXI product type family or a licence boundary for the declared MIXISANS files. |
117
+
118
+ `Noto Sans JP` is therefore the only canonical family for the captured corporate web specimen. It is not a substitute claim for MONSTER STRIKE, mixi2, or another MIXI service. The declared MIXISANS files remain useful implementation evidence, but not tokens or specimens.
119
+
120
+ | Observed role | Family | Size | Weight | Line height | Surface boundary |
121
+ |---|---|---:|---:|---:|---|
122
+ | Corporate header navigation | Noto Sans JP | 13px | 600 | 14.95px | Home/about/conduct shared header |
123
+ | Reading body | Noto Sans JP | 15px | 400 | 27px | About and conduct-guidelines samples |
124
+ | Conduct-guideline heading | Noto Sans JP | 35px | 600 | 52.5px | Conduct-guidelines route only |
125
+
126
+ ## 4. Component Stylings
127
+
128
+ ### Buttons
129
+
130
+ **Header global navigation**
131
+ - Background: transparent
132
+ - Text: `#000000`
133
+ - Radius: 0px
134
+ - Padding: 0px
135
+ - Height: 70px
136
+ - Font: 13px / 600 / Noto Sans JP
137
+ - States: Default baseline captured; no changed interaction state captured.
138
+ - Use: Corporate-header global-navigation button; `home::[data-omd-capture="3"]`.
139
+
140
+ ### Badges
141
+
142
+ **News category label**
143
+ - Background: transparent
144
+ - Text: `#000000`
145
+ - Border: 1px solid `#000000`
146
+ - Radius: 3px
147
+ - Padding: 4px 9px 5px
148
+ - Height: 22px
149
+ - Font: 11px / 600 / Noto Sans JP
150
+ - Use: Home news-card category label; `home::div.c-newsCard__info--category`.
151
+
152
+ The bundle reports `interactionCount: 0` and no interaction records. That removes hover, focus, pressed, disabled, error, dialog, toast, and menu-state claims only; it does not remove the measured static header or news-label geometry above. Observed news-card rows are links/rows rather than evidence of button semantics and are not recast as actions.
153
+
154
+ ---
155
+ **Verified:** 2026-07-13
156
+ **Tier 1 sources:** `https://mixi.co.jp/` (captured corporate home), `https://mixi.co.jp/about/` (captured corporate about), `https://mixi.co.jp/about/conductguidelines/` (captured conduct guidelines), `https://mixi.co.jp/en/about/` (official company and brand context), `https://mixi.co.jp/en/company/history/` (official history)
157
+ **Tier 2 sources:** `https://getdesign.md/mixi` (attempted; built-in web open returned no usable record), `https://styles.refero.design/?q=mixi` (attempted; built-in web open returned no usable record)
158
+ **Conflicts unresolved:** none
159
+
160
+ ## 5. Layout & Responsive Evidence
161
+
162
+ The supplied desktop capture records a fixed, repeated 70px corporate header and broad editorial content widths. It also records 390px-wide home news-card rows, but does not establish a breakpoint system, mobile composition, grid scale, or touch-target policy. Preserve only the route-local measured shapes: 70px header controls, 390px news rows, 22px category labels, and 5px news-image rounding.
163
+
164
+ ## 6. Depth & Elevation
165
+
166
+ No reusable box-shadow token was established. The captured corporate surfaces mostly use transparent fields, black rules, image framing, and whitespace rather than a documented elevation ladder. Do not create card, dialog, popover, or modal shadow values from static page structure.
167
+
168
+ ## 7. Do's and Don'ts
169
+
170
+ ### Do
171
+
172
+ - Keep the captured corporate specimen sober: white/transparent surfaces, black structure, and generous editorial reading space.
173
+ - Use `Noto Sans JP` only for the verified corporate-web specimen, with the observed 15px/400 body and 13px/600 header control roles where appropriate.
174
+ - Keep `#e5004d` bounded to its observed news-label treatment.
175
+ - Preserve the 70px header-navigation baseline and the 22px/3px news category label as separate measured components.
176
+
177
+ ### Don't
178
+
179
+ - Do not substitute declared MIXISANS files, Noto Sans fallbacks, or a system font for a claimed MIXI product font.
180
+ - Do not turn corporate red/orange brand narrative into unmeasured product action, error, success, or hover tokens.
181
+ - Do not map a captured news link/row to a button; only the captured header elements with button tags are button evidence.
182
+ - Do not invent responsive breakpoints, interaction states, dialogs, toasts, inputs, or a generic component library from this corporate capture.
183
+
184
+ ## 8. Responsive Behavior
185
+
186
+ Only the supplied 1440×900 desktop surface captures are available. No mobile viewport, breakpoint, focus management, menu expansion, or responsive-state observation is recorded.
187
+
188
+ ## 9. Agent Prompt Guide
189
+
190
+ - Recreate the observed corporate header navigation as a transparent, 70px-high, square-cornered black-text control using Noto Sans JP 13px/600; it is a static default specimen, not a state model.
191
+ - Recreate the observed home news category label as transparent black text with a 1px black border, 3px radius, 4px 9px 5px padding, 22px height, and Noto Sans JP 11px/600.
192
+ - Use white/transparent corporate surfaces with black typography and boundaries. Treat `#e5004d` as a home-news label only.
193
+ - Do not generate a product UI, a brand-font specimen, or any interaction state without new evidence for that exact surface and selector.
194
+
195
+ ## 10. Voice & Tone
196
+
197
+ The official corporate material is purposeful, emotionally literate, and concrete about connection: it values joy, warmth, surprise, and meaningful ties rather than connection as a raw volume metric. Its values pair a bold invitation to innovate with passion and integrity. This is a corporate communication register, not a blanket claim about every consumer service’s microcopy.
198
+
199
+ | Do | Don't |
200
+ |---|---|
201
+ | Name the human connection or moment the work enables. | Reduce the message to connection volume, metrics, or vague scale. |
202
+ | Be direct about a surprising or enjoyable outcome. | Manufacture excitement with unsupported urgency or claims. |
203
+ | Keep a sincere, grounded commitment when describing impact. | Treat red/orange emotion marks as permission for indiscriminate visual noise. |
204
+
205
+ Illustrative, not verbatim product copy: “Make a moment worth sharing.” “Leave room for a pleasant surprise.” “Build the connection, then let the joy travel.”
206
+
207
+ ## 11. Brand Narrative
208
+
209
+ MIXI’s official history starts with the 1997 Find Job! service and records the 2004 launch of the mixi social network. The company later added services and businesses spanning mobile entertainment, family sharing, sports, and events; its name changed to MIXI, Inc. in 2022. This is a company narrative, not evidence that those individual products share one web component system.
210
+
211
+ The current corporate articulation centers on enriching communication and creating opportunities for meaningful connection. Its brand explanation says the redesigned heavy uppercase logo is intended to express trust, stability, ubiquity, and a leading presence, while the two red/orange underscore forms carry excitement and warmth. The current “Third Founding”/We-Time framing extends that connection mission toward experiences people enjoy together. These statements explain the corporate identity and direction; they do not fill in missing service UI facts.
212
+
213
+ ## 12. Principles
214
+
215
+ 1. **Make connection meaningful, not merely frequent.** MIXI’s purpose explicitly favors deeper, richer connection. *UI implication:* describe the value of a communication moment without fabricating engagement mechanics or product states.
216
+ 2. **Put user surprise before novelty for its own sake.** MIXI Way asks whether an outcome is a pleasant surprise. *UI implication:* make the next step clear and useful; do not add unobserved animation or urgency patterns to simulate surprise.
217
+ 3. **Carry emotion with structural restraint.** The corporate site’s black-and-white framework bounds its observed red news label, while official logo rationale assigns emotional meaning to red/orange. *UI implication:* keep any measured accent scoped to its source context.
218
+ 4. **Be bold, passionate, and sincere.** The official values name innovation, passion, and integrity. *UI implication:* use a confident hierarchy and plain, accountable language rather than decorative complexity.
219
+
220
+ ## 13. Stakeholder Groups
221
+
222
+ *Source-grounded groups, not fictional personas.*
223
+
224
+ - **People sharing communication and entertainment with friends or family:** the corporate mission explicitly identifies meaningful connection and shared emotion as the aim.
225
+ - **Service audiences across MIXI’s portfolio:** the company history identifies social networking, mobile entertainment, family sharing, sports, and event-related expansion; individual service UI remains outside this capture.
226
+ - **MIXI designers and collaborators:** the official MIXI DESIGN activity report describes a design community organized around contents, communication, and community, plus knowledge sharing and external exchange. It is culture context, not a public component specification.
227
+
228
+ ## 14. States
229
+
230
+ No reusable empty, loading, error, success, disabled, validation, skeleton, or interactive-state treatment is recorded. The supplied bundle has zero interaction records, so state design is omitted rather than synthesized.
231
+
232
+ ## 15. Motion & Easing
233
+
234
+ No reusable duration, easing, transition, or motion rule is recorded in the supplied evidence. Static corporate elements and a brand narrative about emotion do not establish a motion contract.