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,247 @@
1
+ ---
2
+ id: recruit
3
+ name: リクルート
4
+ country: JP
5
+ category: productivity
6
+ homepage: "https://www.recruit.co.jp/"
7
+ primary_color: "#0065bd"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=recruit.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: corporate-home, kind: product, url: "https://www.recruit.co.jp/", inspected: "2026-07-13" }
18
+ - { id: productivity, kind: product, url: "https://www.recruit.co.jp/sustainability/improve-productivity/", inspected: "2026-07-13" }
19
+ - { id: about-rss, kind: product, url: "https://www.recruit.co.jp/about_rss/", inspected: "2026-07-13" }
20
+ sources:
21
+ - { id: corporate-home-live, kind: product-surface, url: "https://www.recruit.co.jp/", captured: "2026-07-13" }
22
+ - { id: productivity-live, kind: product-surface, url: "https://www.recruit.co.jp/sustainability/improve-productivity/", captured: "2026-07-13" }
23
+ - { id: about-rss-live, kind: product-surface, url: "https://www.recruit.co.jp/about_rss/", captured: "2026-07-13" }
24
+ - { id: group-about, kind: official-doc, url: "https://recruit-holdings.com/en/about/", captured: "2026-07-13" }
25
+ - { id: group-history, kind: official-doc, url: "https://recruit-holdings.com/en/about/history/", captured: "2026-07-13" }
26
+ - { id: group-values, kind: official-doc, url: "https://recruit-holdings.com/ja/about/vision-mission-values/", captured: "2026-07-13" }
27
+ - { id: tazugane-license, kind: license, url: "https://www.monotype.com/fonts/tazugane", captured: "2026-07-13" }
28
+ conflicts: []
29
+ claims:
30
+ "tokens.colors.foreground": &home { surface_id: corporate-home, source_id: corporate-home-live, method: computed-style, captured: "2026-07-13" }
31
+ "tokens.colors.muted": &productivity { surface_id: productivity, source_id: productivity-live, method: computed-style, captured: "2026-07-13" }
32
+ "tokens.colors.subtle": *productivity
33
+ "tokens.colors.accent": *productivity
34
+ "tokens.colors.canvas": *home
35
+ "tokens.colors.surface-subtle": *productivity
36
+ "tokens.colors.hairline": *home
37
+ "tokens.typography.family.ui": *home
38
+ "tokens.typography.family.spacing": *productivity
39
+ "tokens.typography.family.latin-heading": *home
40
+ "tokens.typography.body.size": *home
41
+ "tokens.typography.body.weight": *home
42
+ "tokens.typography.body.lineHeight": *home
43
+ "tokens.typography.body.use": *home
44
+ "tokens.typography.heading.size": *home
45
+ "tokens.typography.heading.weight": *home
46
+ "tokens.typography.heading.lineHeight": *home
47
+ "tokens.typography.heading.use": *home
48
+ "tokens.typography.control.size": *productivity
49
+ "tokens.typography.control.weight": *productivity
50
+ "tokens.typography.control.lineHeight": *productivity
51
+ "tokens.typography.control.use": *productivity
52
+ "tokens.spacing.sm": *home
53
+ "tokens.spacing.md": *home
54
+ "tokens.spacing.lg": *productivity
55
+ "tokens.spacing.xl": *home
56
+ "tokens.spacing.xxl": *productivity
57
+ "tokens.rounded.none": *home
58
+ "tokens.rounded.side-control": *productivity
59
+ "tokens.components.primary-navigation-item.type": *productivity
60
+ "tokens.components.primary-navigation-item.fg": *productivity
61
+ "tokens.components.primary-navigation-item.border": *productivity
62
+ "tokens.components.primary-navigation-item.radius": *productivity
63
+ "tokens.components.primary-navigation-item.padding": *productivity
64
+ "tokens.components.primary-navigation-item.font": *productivity
65
+ tokens:
66
+ source: live-extract
67
+ extracted: "2026-07-13"
68
+ note: "Only selector- and surface-backed values from three public Recruit corporate surfaces are canonical. Recruit Holdings narrative, third-party font licensing, and declared-only faces remain separate evidence domains."
69
+ colors:
70
+ foreground: "#2d3133"
71
+ muted: "#51656f"
72
+ subtle: "#646d76"
73
+ accent: "#0065bd"
74
+ canvas: "#ffffff"
75
+ surface-subtle: "#f5f7fb"
76
+ hairline: "#e5e7eb"
77
+ typography:
78
+ family: { ui: "Tazugane Gothic", spacing: "YakuHanJP", latin-heading: "Graphik Web" }
79
+ body: { size: 14, weight: 400, lineHeight: 1.5, use: "Repeated public corporate text and navigation samples" }
80
+ heading: { size: 36, weight: 700, lineHeight: 1.5, use: "Observed Graphik Web h2 samples only" }
81
+ control: { size: 14, weight: 400, lineHeight: 1.5, use: "Observed navigation item and side-control samples" }
82
+ spacing: { sm: 10, md: 22, lg: 24, xl: 28, xxl: 32 }
83
+ rounded: { none: 0, side-control: 4 }
84
+ components:
85
+ primary-navigation-item: { type: listItem, fg: "#2d3133", border: "0px #e5e7eb", radius: 0, padding: "0px", font: "14px/400/21px Tazugane Gothic" }
86
+ components_harvested: true
87
+ ---
88
+
89
+ # Design System Inspiration of リクルート
90
+
91
+ ## 1. Visual Theme & Atmosphere
92
+
93
+ Recruit is a Japanese matching and productivity business whose public group materials describe services that connect individuals with business clients across work, housing, beauty, dining, travel, and SaaS operations. The company’s first offering was a university job-hunting magazine; its current business model has evolved from advertising-led media into technology-driven, two-sided matching platforms and business-support tools. On the three supplied Recruit corporate surfaces, that broad mission becomes a restrained information interface: charcoal text, pale hairlines, generous white space, and narrow blue utility accents. The visual impression is editorial and infrastructural rather than app-like—quiet navigation carries a large, content-led corporate story. The current group mission, “Opportunities for Life,” frames this evolution around faster, simpler, closer matching, but it does not authorize importing the visual language of uninspected consumer products into this corporate-surface reference.
94
+
95
+ **Key characteristics:**
96
+
97
+ - `#2d3133` is the repeated foreground across all three observed public surfaces; `#e5e7eb` is the repeated hairline.
98
+ - Muted navigation text uses `#51656f` and `#646d76`; `#0065bd` is a sparse blue side-control accent rather than a general page fill.
99
+ - The observed web typography is Tazugane Gothic with YakuHanJP spacing support; Graphik Web occurs only in a small set of h2 samples.
100
+ - The captured corporate routes are flat and mostly square-cornered: 0px radii dominate, with a 4px one-sided side-control exception.
101
+ - Marketing/corporate pages, Recruit product applications, Recruit Holdings narrative material, font licensing, and declared-only font faces are separate evidence domains.
102
+
103
+ ## 2. Color Palette & Roles
104
+
105
+ ### Selector-backed public corporate colors
106
+
107
+ - **Foreground** (`#2d3133`): repeated primary text and primary-navigation-item foreground on home, productivity, and about-RSS surfaces.
108
+ - **Muted** (`#51656f`): repeated secondary navigation/list text on the productivity and about-RSS surfaces.
109
+ - **Subtle** (`#646d76`): observed secondary/footer-control text across the supplied routes.
110
+ - **Accent** (`#0065bd`): observed side-control text on productivity and about-RSS; not established as a general CTA fill.
111
+ - **Canvas** (`#ffffff`): observed public white canvas.
112
+ - **Surface Subtle** (`#f5f7fb`): observed only on the side-menu switch control.
113
+ - **Hairline** (`#e5e7eb`): repeated border sample across all supplied surfaces.
114
+
115
+ No error, success, inverse, hover, focus, pressed, or disabled color role is published from this packet. `#007aff` occurs on observed disabled carousel controls, but it is not promoted as a general semantic color.
116
+
117
+ ## 3. Typography Rules
118
+
119
+ ### Evidence classes
120
+
121
+ | Evidence class | Family and boundary |
122
+ |---|---|
123
+ | Official product-use | No first-party Recruit statement located in this run assigns a named family to a product application. The observed pages are public corporate surfaces only. |
124
+ | Live computed surface-use | Tazugane Gothic is loaded with high confidence, 353 visible uses, and Recruit Fontplus source URLs; YakuHanJP is loaded with high confidence, 132 visible uses, from its CDN source; Graphik Web is loaded with high confidence in six observed h2 uses from Recruit-hosted files. |
125
+ | Official distributed brand asset | None established. The capture’s loaded webfont URLs show deployment, not a redistributable brand asset. |
126
+ | License context | Monotype identifies Tazugane Gothic as a Japanese humanist sans family with ten weights and licensing choices. That establishes foundry and licence context, not permission to redistribute Recruit’s loaded files. |
127
+ | Declared-only | Branding-Bold, Branding-Medium, Branding-Semibold, and swiper-icons have declarations but zero visible uses in the supplied capture, so they are not UI tokens. |
128
+
129
+ ### Captured hierarchy
130
+
131
+ | Role | Family | Size | Weight | Line height | Evidence boundary |
132
+ |---|---|---:|---:|---:|---|
133
+ | Public corporate body/navigation | Tazugane Gothic | 14px | 400 | 21px | repeated visible list and button samples |
134
+ | Observed corporate text | Tazugane Gothic | 14px | 500 | 24px | repeated text samples only |
135
+ | Observed h2 | Graphik Web | 36px | 700 | 54px | six loaded, computed h2 uses only |
136
+ | Japanese spacing support | YakuHanJP | 14px | 400 | 21px | loaded visible Japanese text/list samples |
137
+
138
+ Do not substitute a system font for these loaded families, or render the declared Branding faces as though they were observed UI typography.
139
+
140
+ ## 4. Component Stylings
141
+
142
+ ### Public corporate navigation
143
+
144
+ **Primary Navigation Item**
145
+ - Text: `#2d3133`
146
+ - Border: 0px `#e5e7eb`
147
+ - Radius: 0px
148
+ - Padding: 0px
149
+ - Font: 14px / 400 / 21px / Tazugane Gothic
150
+ - Use: Static `li` observation with class `i-nav-lvl1-item`, selector `surface-2::li`, repeated 16 times across productivity and about-RSS surfaces.
151
+
152
+ ### Observed-state boundary
153
+
154
+ The supplied evidence records `interactionCount: 0`. Its one observed state is a disabled carousel previous control: transparent background, `#007aff` text, 0px radius, 0px padding, and either `#e5e7eb` or `#007aff` as route-local border samples. It is medium confidence and is retained as raw proof only—not generalized into a canonical button token. No hover, focus, pressed, active, selected, error, dialog, toast, tab, or expanded-menu value is claimed.
155
+
156
+ ### Scope boundary
157
+
158
+ The selector-backed static primary navigation item is the only canonical component. Cards and additional buttons in the packet are lower-confidence, route-local, or lack an observed state required for interactive token publication; their measured observations remain in `.verification.md`.
159
+
160
+ ---
161
+ **Verified:** 2026-07-13
162
+ **Tier 1 sources:** https://www.recruit.co.jp/ ; https://www.recruit.co.jp/sustainability/improve-productivity/ ; https://www.recruit.co.jp/about_rss/ ; https://recruit-holdings.com/en/about/ ; https://recruit-holdings.com/en/about/history/ ; https://recruit-holdings.com/ja/about/vision-mission-values/ ; https://www.monotype.com/fonts/tazugane
163
+ **Tier 2 sources:** https://getdesign.md/recruit (attempted; no Recruit record returned by the available search result); https://styles.refero.design/?q=recruit (attempted; no Recruit record returned by the available search result)
164
+ **Conflicts unresolved:** none
165
+
166
+ ## 5. Layout Principles
167
+
168
+ The packet supports a corporate information-layout pattern rather than a reusable product grid. Repeated observed spacing clusters include 10px, 22px, 24px, 28px, and 32px. The strongest selector-backed navigation sample has 0px padding; a separate primary navigation button carries 22px 0px 28px padding. Preserve those local boundaries rather than treating the clusters as a complete universal spacing scale. No mobile viewport, product workflow, authenticated dashboard, or breakpoint transition was captured.
169
+
170
+ ## 6. Depth & Elevation
171
+
172
+ The three supplied surfaces are predominantly flat: the canonical navigation item has transparent background, a 0px border, and no shadow. A route-local side-menu switch has `rgba(0, 0, 0, 0.1) -1px 1px 2px 0px`, `#f5f7fb` background, and a 4px left-side radius; it is too specific to establish a shadow token or elevation system.
173
+
174
+ ## 7. Do's and Don'ts
175
+
176
+ ### Do
177
+
178
+ - Use the observed charcoal `#2d3133` foreground and `#e5e7eb` hairline for the captured corporate-navigation context.
179
+ - Keep the primary-navigation-item square and typographically quiet: Tazugane Gothic at 14px / 400 / 21px.
180
+ - Treat `#0065bd` and the 4px side-control geometry as local side-menu evidence, not a universal primary-action treatment.
181
+ - Preserve Tazugane Gothic, YakuHanJP, and Graphik Web according to their distinct loaded-use boundaries.
182
+
183
+ ### Don't
184
+
185
+ - Don't infer Recruit consumer-product UI, mobile-app layouts, forms, or authenticated-workflow components from these corporate surfaces.
186
+ - Don't invent hover, focus, pressed, selected, error, toast, menu, or dialog values from an interaction count of zero.
187
+ - Don't promote declared-only Branding faces or swiper-icons as live UI typography.
188
+ - Don't use the side-menu switch shadow as a general elevation scale.
189
+
190
+ ## 8. Responsive Behavior
191
+
192
+ Only a 1440×900 desktop viewport was supplied. The packet contains no captured breakpoint, collapsed-navigation, mobile spacing, or touch-target transition, so those fields are omitted.
193
+
194
+ ## 9. Agent Prompt Guide
195
+
196
+ For a Recruit corporate-information surface, use a white `#ffffff` canvas, `#2d3133` primary text, `#e5e7eb` hairlines, and Tazugane Gothic-led Japanese typography. Keep primary navigation flat and square at the observed 14px / 400 / 21px treatment. A restrained `#0065bd` accent may appear only in a side-control context. Do not present this as a consumer product, product dashboard, or a comprehensive Recruit component library, and do not create interaction states absent from the supplied evidence.
197
+
198
+ ## 10. Voice & Tone
199
+
200
+ Recruit Holdings’ official values describe creating new value, betting on individual passion, and prioritizing social value. For corporate information, that supports a practical, optimistic, and people-respecting register: explain a societal or operational purpose in plain language, then identify the relevant action or service. This characterization is based on official values and public corporate content, not on a measured product-copy corpus.
201
+
202
+ | Context | Supported direction |
203
+ |---|---|
204
+ | Corporate purpose | Connect a stated social or business outcome to the opportunity being enabled. |
205
+ | Service explanation | Name the matching or productivity problem before describing the mechanism. |
206
+ | Employee/culture material | Recognize individual curiosity and initiative without inventing a testimonial. |
207
+
208
+ Illustrative, not source copy:
209
+
210
+ - “Make the next choice easier to find.”
211
+ - “Connect people and businesses around a clearer opportunity.”
212
+ - “Start with the individual need, then remove the work around it.”
213
+
214
+ ## 11. Brand Narrative
215
+
216
+ Recruit Group began in 1960 with a job-hunting magazine intended to make recruitment information broadly available to university students. Its official history describes a later shift from advertising-led media to technology-driven two-sided marketplaces, alongside matching platforms and SaaS tools that help businesses work more productively.
217
+
218
+ The current group-level mission is “Opportunities for Life,” described in the official values material as making new encounters faster, simpler, and closer. This reference does not assert that the three captured Recruit corporate pages are a visual expression of every group product; it records the public corporate evidence alongside that documented business evolution.
219
+
220
+ Official context attributes this direction to Recruit Holdings rather than an invented individual spokesperson. The official CEO message says the group seeks products and services that make life easier and more convenient; no additional quotation is created here.
221
+
222
+ ## 12. Principles
223
+
224
+ 1. **Make choices more findable.** Recruit’s origin and current matching-platform model both center on connecting people to relevant opportunities.
225
+ *UI implication:* Let information hierarchy clarify options before adding decorative emphasis.
226
+ 2. **Make operations simpler for businesses.** Official business materials describe cloud-based SaaS that supports productivity and profitability.
227
+ *UI implication:* Prefer sparse corporate navigation and direct labels over dense, unexplained control systems.
228
+ 3. **Bet on individual passion.** Recruit’s official values present curiosity and individual differences as sources of new value.
229
+ *UI implication:* Use content that gives people and teams room to state their purpose; do not claim an unobserved personalisation pattern.
230
+ 4. **Prioritize social value.** The group frames contribution to society as a value alongside new value creation.
231
+ *UI implication:* Explain impact and stakeholder relevance clearly, without manufacturing impact metrics.
232
+
233
+ ## 13. Personas
234
+
235
+ The official materials identify stakeholder groups, not research-backed individual personas. The following are therefore bounded stakeholder archetypes, not fictional users or behavioural claims.
236
+
237
+ - **Individuals seeking opportunities:** people using Recruit group services to compare or find options across life and work contexts. The corporate source establishes the individual-side audience, not a task flow for the captured pages.
238
+ - **Business clients:** organizations seeking better matching with customers, candidates, or operational support through platforms and SaaS. No interface preference or product workflow is inferred.
239
+ - **Recruit group employees and collaborators:** people whose curiosity, passion, and individual differences are recognized in the group’s published values. This is culture context, not a persona for an uninspected employee system.
240
+
241
+ ## 14. States
242
+
243
+ The only state evidence in the supplied packet is a disabled carousel previous control. It is recorded in §4 and `.verification.md` with its measured geometry. Empty, loading, error, success, skeleton, focus, pressed, and validation states were not observed; no visual treatment is published for them.
244
+
245
+ ## 15. Motion & Easing
246
+
247
+ No interaction expansion, duration, easing curve, or transition computed value was supplied. The three static desktop captures cannot establish a Recruit motion system, so no timing or easing token is published.