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,423 @@
1
+ ---
2
+ id: maum-ai
3
+ name: maum.ai (ex-MindsLab)
4
+ display_name_kr: 마음AI (구 마인즈랩)
5
+ country: KR
6
+ category: ai
7
+ homepage: "https://maum.ai/"
8
+ primary_color: "#4262ff"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=maum.ai&sz=128"
12
+ verified: "2026-07-02"
13
+ added: "2026-07-02"
14
+ omd: "0.1"
15
+ tokens:
16
+ source: live-extract
17
+ extracted: "2026-07-02"
18
+ note: "primary = live hero CTA blue (#4262ff, 시작하기) with a darker #3652d8 border; secondary action system is a charcoal #343434 full-pill (Contact/Chatbot). Text is near-black #111111 on white; #ff4d4d is the single warm accent. Flat, near-shadowless system."
19
+ colors:
20
+ primary: "#4262ff"
21
+ primary-border: "#3652d8"
22
+ dark: "#343434"
23
+ ink: "#111111"
24
+ ink-pure: "#000000"
25
+ body: "#5b636d"
26
+ muted: "#595959"
27
+ nav-muted: "#8e8e8e"
28
+ accent-red: "#ff4d4d"
29
+ link-blue: "#2563eb"
30
+ canvas: "#ffffff"
31
+ surface: "#f2f3f8"
32
+ surface-alt: "#f2f5f9"
33
+ hairline: "#dee4eb"
34
+ on-primary: "#ffffff"
35
+ typography:
36
+ family: { display: "Jamsil", body: "Pretendard", techno: "Orbitron" }
37
+ display-techno: { size: 115, weight: 700, lineHeight: 1.01, use: "Oversized MAIED techno wordmark, Orbitron" }
38
+ section: { size: 36, weight: 700, lineHeight: 1.25, use: "Section heads (MAUM.AI Foundation Model), Jamsil" }
39
+ heading-sm: { size: 18, weight: 700, lineHeight: 1.25, use: "Sub-heads / policy titles, Pretendard" }
40
+ button-lg: { size: 20, weight: 600, lineHeight: 1.40, use: "Large charcoal round CTA label, Pretendard" }
41
+ button: { size: 16, weight: 700, lineHeight: 1.25, use: "Primary CTA label (시작하기), Pretendard" }
42
+ nav: { size: 16, weight: 700, lineHeight: 1.19, use: "Top nav item, Pretendard" }
43
+ body: { size: 16, weight: 500, lineHeight: 1.25, use: "Standard reading / UI text, Pretendard" }
44
+ spacing: { xs: 4, sm: 8, md: 16, base: 20, lg: 32, xl: 40, xxl: 64 }
45
+ rounded: { sm: 6, md: 8, lg: 20, full: 9999 }
46
+ shadow:
47
+ none: "none"
48
+ components:
49
+ button-primary: { type: button, bg: "#4262ff", fg: "#ffffff", radius: "8px", height: "50px", padding: "0px 32px", border: "1px solid #3652d8", font: "16px / 700 Pretendard", use: "Primary hero CTA (시작하기)" }
50
+ button-dark-round: { type: button, bg: "#343434", fg: "#ffffff", radius: "9999px", height: "65px", padding: "20px 32px", font: "20px / 600 Pretendard", use: "Contact Us / Chatbot Inquiry round CTA" }
51
+ input-text: { type: input, bg: "#f2f3f8", fg: "#111111", border: "1px solid #dee4eb", radius: "6px", height: "64px", font: "16px Pretendard", use: "Contact form text field" }
52
+ card-outline: { type: card, radius: "20px", border: "1px solid #ffffff", padding: "40px 0px", use: "Product showcase card with white hairline outline over media" }
53
+ card-surface: { type: card, bg: "#f2f3f8", fg: "#111111", radius: "20px", use: "Tinted content / section card" }
54
+ nav-link: { type: tab, fg: "#8e8e8e", font: "16px / 700 Pretendard", active: "ink #111111 text on active", use: "Top navigation item" }
55
+ badge-accent: { type: badge, fg: "#ff4d4d", radius: "9999px", font: "16px / 700 Pretendard", use: "Warm-red emphasis label / highlight tag" }
56
+ components_harvested: true
57
+ ---
58
+
59
+ # Design System Inspiration of maum.ai
60
+
61
+ ## 1. Visual Theme & Atmosphere
62
+
63
+ maum.ai (마음AI, formerly MindsLab / 마인즈랩) presents itself as a "Physical AI" platform, and its homepage carries the calm, engineered confidence of a deep-tech company that ships real hardware and models rather than a consumer app chasing delight. The canvas is pure white (`#ffffff`) with cool-grey tinted surfaces (`#f2f3f8`, `#f2f5f9`) that segment the page into airy, breathable bands. Text sits in a near-black `#111111` — never a flat pure black for running copy — which reads as precise and trustworthy, occasionally dropping to true `#000000` only for maximum-contrast display moments. The one saturated brand anchor is an electric indigo-blue (`#4262ff`), reserved almost exclusively for the primary "시작하기" call-to-action, so the eye is trained to read that single color as "the action."
64
+
65
+ The typographic personality is a three-font system, each with a distinct job. **Pretendard** is the workhorse — the de-facto Korean product font — carrying body, navigation, and button labels at a quiet 16px. **Jamsil** (잠실체) steps up for section headings such as "MAUM.AI Foundation Model" at 36px / weight 700, lending a heavier, more editorial Korean voice to feature titles. And **Orbitron**, a geometric techno face, appears at an oversized 115px for the "MAIED" wordmark — a deliberate sci-fi flourish that signals the company's frontier-model ambitions. The result is a hierarchy where the functional font stays calm and the display fonts do the persuading.
66
+
67
+ What distinguishes maum.ai from softer SaaS peers is its restraint with depth and its two-track button geometry. The system is essentially shadowless: live inspection returned `box-shadow: none` across nav, hero, and product cards, with separation coming from flat tinted surfaces and thin `#dee4eb` hairlines instead of elevation. Buttons split into two families — the sharp-cornered indigo primary (`#4262ff`, 8px radius, with a darker `#3652d8` outline) for the main funnel, and a charcoal (`#343434`) full-pill (9999px radius) for softer "Contact Us" and "Chatbot Inquiry" secondary actions. A single warm red (`#ff4d4d`) provides emphasis accents, and a secondary link blue (`#2563eb`) handles inline links. Product showcase cards use a 20px radius with a translucent white (`#ffffff`) hairline outline floating over media. The overall impression is flat, modern, and industrial — an AI infrastructure brand that looks built, not decorated.
68
+
69
+ **Key Characteristics:**
70
+ - Three-font system: Pretendard (body/UI), Jamsil (section display), Orbitron (techno wordmark)
71
+ - Single saturated indigo (`#4262ff`) reserved for the primary "시작하기" CTA
72
+ - Two-track buttons: sharp 8px indigo primary vs charcoal (`#343434`) full-pill secondary
73
+ - Near-black `#111111` text instead of pure black for running copy
74
+ - Flat depth: `box-shadow: none`; separation via tinted `#f2f3f8` surfaces and `#dee4eb` hairlines
75
+ - Warm red (`#ff4d4d`) as the single accent; blue (`#2563eb`) for inline links
76
+ - 20px-radius product cards with translucent white (`#ffffff`) hairline outlines over media
77
+ - Cool-grey neutral ladder (`#5b636d` → `#595959` → `#8e8e8e`) for text hierarchy
78
+
79
+ ## 2. Color Palette & Roles
80
+
81
+ ### Primary
82
+ - **maum Indigo** (`#4262ff`): Primary brand color and CTA background. The saturated indigo-blue on the "시작하기" button — the system's single "action" color.
83
+ - **Indigo Border** (`#3652d8`): A darker indigo used as the 1px border/outline on the primary button, giving the fill a subtle engineered edge.
84
+ - **Charcoal** (`#343434`): The secondary-action color. Backs the full-pill "Contact Us" and "Chatbot Inquiry" round buttons.
85
+
86
+ ### Neutral & Surface
87
+ - **Pure White** (`#ffffff`): Page background, card surfaces, text on indigo/charcoal, and the translucent card outline.
88
+ - **Surface Grey** (`#f2f3f8`): Cool-grey tinted surface for input fields and segmented content sections.
89
+ - **Surface Alt** (`#f2f5f9`): A slightly cooler secondary grey for alternating bands.
90
+ - **Hairline** (`#dee4eb`): Thin borders and field outlines — the primary separation device in this shadow-free system.
91
+
92
+ ### Text Hierarchy
93
+ - **Ink** (`#111111`): Primary text, headings, nav labels, strong copy — a near-black used instead of pure black.
94
+ - **Pure Black** (`#000000`): Reserved for maximum-contrast display moments only.
95
+ - **Body Slate** (`#5b636d`): Secondary body copy and descriptions.
96
+ - **Muted Grey** (`#595959`): Tertiary text, captions, metadata.
97
+ - **Nav Muted** (`#8e8e8e`): Inactive top-navigation labels.
98
+
99
+ ### Accent
100
+ - **Accent Red** (`#ff4d4d`): The single warm accent — emphasis labels, highlight numbers, and attention cues.
101
+ - **Link Blue** (`#2563eb`): Inline text links and secondary interactive text.
102
+ - **On Primary** (`#ffffff`): Text/icon color on indigo and charcoal buttons.
103
+
104
+ ## 3. Typography Rules
105
+
106
+ ### Font Family
107
+ - **Body / UI**: `Pretendard` — the document default; body, nav, and button labels at 16px.
108
+ - **Display**: `Jamsil` (잠실체) — heavier Korean face for section headings (e.g. "MAUM.AI Foundation Model").
109
+ - **Techno**: `Orbitron` — geometric sci-fi face used for the oversized "MAIED" wordmark only.
110
+
111
+ ### Hierarchy
112
+
113
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
114
+ |------|------|------|--------|-------------|----------------|-------|
115
+ | Display Techno | Orbitron | 115px (7.20rem) | 700 | 1.01 | normal | "MAIED" oversized wordmark |
116
+ | Section Heading | Jamsil | 36px (2.25rem) | 700 | 1.25 (45px) | normal | Feature section titles |
117
+ | Sub-heading | Pretendard | 18px (1.13rem) | 700 | 1.25 | normal | Sub-heads, policy titles |
118
+ | Button Large | Pretendard | 20px (1.25rem) | 600 | 1.40 | normal | Charcoal round CTA labels |
119
+ | Button | Pretendard | 16px (1.00rem) | 700 | 1.25 | normal | Primary CTA label (시작하기) |
120
+ | Nav | Pretendard | 16px (1.00rem) | 700 | 1.19 | normal | Top navigation items |
121
+ | Body | Pretendard | 16px (1.00rem) | 500 | 1.25 (20px) | normal | Standard reading / UI text |
122
+
123
+ ### Principles
124
+ - **Functional font stays calm, display fonts persuade**: Pretendard carries the reading load at a quiet weight 500; Jamsil and Orbitron are reserved for headlines and the techno wordmark.
125
+ - **Three fonts, three jobs**: Pretendard = product/UI, Jamsil = editorial section voice, Orbitron = frontier-tech display. They never swap roles.
126
+ - **Hangul-first sizing**: Body sits at a comfortable 16px, generous for hangul legibility in an information-dense B2B deep-tech context.
127
+ - **Weight, not size, carries UI hierarchy**: nav and buttons share 16px but split by weight (700 vs 500) and color, keeping the chrome compact.
128
+
129
+ ## 4. Component Stylings
130
+
131
+ ### Buttons
132
+
133
+ **Primary CTA (시작하기)**
134
+ - Background: `#4262ff`
135
+ - Text: `#ffffff`
136
+ - Border: 1px solid `#3652d8`
137
+ - Radius: 8px
138
+ - Padding: 0px 32px
139
+ - Height: 50px
140
+ - Font: 16px Pretendard weight 700
141
+ - Use: Primary hero call-to-action — the system's single primary action
142
+
143
+ **Charcoal Round (Contact / Chatbot)**
144
+ - Background: `#343434`
145
+ - Text: `#ffffff`
146
+ - Radius: 9999px
147
+ - Padding: 20px 32px
148
+ - Height: 65px
149
+ - Font: 20px Pretendard weight 600
150
+ - Use: Secondary actions — "Contact Us", "Chatbot Inquiry"
151
+
152
+ ### Inputs
153
+
154
+ **Contact Field**
155
+ - Background: `#f2f3f8`
156
+ - Text: `#111111`
157
+ - Border: 1px solid `#dee4eb`
158
+ - Radius: 6px
159
+ - Height: 64px
160
+ - Font: 16px Pretendard
161
+ - Use: Contact form text fields and message textarea
162
+
163
+ ### Cards & Containers
164
+
165
+ **Product Showcase Card**
166
+ - Border: 1px solid `#ffffff`
167
+ - Radius: 20px
168
+ - Padding: 40px 0px
169
+ - Use: Product carousel card with a translucent white hairline outline floating over media
170
+
171
+ **Tinted Surface Card**
172
+ - Background: `#f2f3f8`
173
+ - Text: `#111111`
174
+ - Radius: 20px
175
+ - Use: Tinted content / section card on the cool-grey surface
176
+
177
+ ### Badges
178
+
179
+ **Accent Highlight**
180
+ - Text: `#ff4d4d`
181
+ - Radius: 9999px
182
+ - Font: 16px Pretendard weight 700
183
+ - Use: Warm-red emphasis label / highlight tag
184
+
185
+ ### Navigation
186
+ - Background: `#ffffff`
187
+ - Text: `#8e8e8e`
188
+ - Font: 16px Pretendard weight 700
189
+ - Active: ink `#111111` text on the active item
190
+ - Use: Top horizontal nav ("Physical AI", "Defense", "MAIED", "Company")
191
+
192
+ ---
193
+
194
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect)
195
+ **Tier 1 sources:** https://maum.ai/ ; https://maum-ai.github.io/ ; https://github.com/maum-ai
196
+ **Tier 2 sources:** getdesign.md/maum-ai — no real entry (generic SPA shell; returns 200 + identical shell for any slug) ; styles.refero.design/?q=maum — no maum.ai match (only unrelated fuzzy "ma*" results)
197
+ **Conflicts unresolved:** none
198
+
199
+ ## 5. Layout Principles
200
+
201
+ ### Spacing System
202
+ - Base unit: ~4px, with a dominant 8/16/20/32 rhythm
203
+ - Scale: 4px, 8px, 16px, 20px, 32px, 40px, 64px
204
+ - Notable: CTA horizontal padding lands at 32px; product cards use 40px vertical padding, giving the deep-tech content generous breathing room
205
+
206
+ ### Grid & Container
207
+ - Centered hero with a large Orbitron/Jamsil display anchor and a single indigo CTA
208
+ - Product/solution cards arranged as a horizontal carousel of 20px-radius outlined tiles
209
+ - Feature sections alternate white (`#ffffff`) and tinted grey (`#f2f3f8` / `#f2f5f9`) full-width bands
210
+ - Contact form uses stacked `#f2f3f8` fields at 6px radius
211
+
212
+ ### Whitespace Philosophy
213
+ - **Engineered breathing room**: despite dense B2B AI content, sections are airy with generous vertical rhythm.
214
+ - **Flat segmentation**: bands separate by background tint and `#dee4eb` hairlines, not by shadow or heavy borders.
215
+ - **Two-track button rhythm**: the sharp indigo primary and the charcoal pill recur as a consistent action vocabulary across surfaces.
216
+
217
+ ### Border Radius Scale
218
+ - Small (6px): input fields, small containers
219
+ - Medium (8px): the primary CTA button
220
+ - Large (20px): product and content cards — the workhorse card radius
221
+ - Full (9999px): charcoal round buttons, accent pills
222
+
223
+ ## 6. Depth & Elevation
224
+
225
+ | Level | Treatment | Use |
226
+ |-------|-----------|-----|
227
+ | Flat (Level 0) | No shadow | Page background, inline text, most surfaces |
228
+ | Tint (Level 1) | `#f2f3f8` / `#f2f5f9` background shift | Section / card separation without elevation |
229
+ | Hairline (Level 2) | `1px solid #dee4eb` (fields) or `1px solid #ffffff` (cards over media) | Field and card outlines |
230
+
231
+ **Shadow Philosophy**: maum.ai is a near-shadowless system. Live inspection returned `box-shadow: none` across the nav, hero, headings, buttons, and product cards. Depth and grouping are communicated entirely through flat tinted surfaces (`#f2f3f8`, `#f2f5f9`) and thin hairlines (`#dee4eb`, plus translucent white outlines on media cards). This is a deliberate modern-flat, industrial choice — it keeps the deep-tech UI feeling engineered and fast rather than decorated. When emphasis is needed, the system reaches for color (indigo `#4262ff`, accent red `#ff4d4d`, or the charcoal `#343434` pill), never elevation.
232
+
233
+ ## 7. Do's and Don'ts
234
+
235
+ ### Do
236
+ - Reserve indigo (`#4262ff`) for the primary CTA — keep it the single "action" color
237
+ - Use the charcoal (`#343434`) full-pill for secondary "Contact"/"Chatbot" actions
238
+ - Use near-black `#111111` for text instead of pure black for running copy
239
+ - Separate sections with flat tinted surfaces (`#f2f3f8` / `#f2f5f9`) and `#dee4eb` hairlines, not shadows
240
+ - Use Pretendard weight 500 for body/UI, weight 700 for buttons and nav
241
+ - Reserve Jamsil for section headings and Orbitron for the techno wordmark only
242
+ - Use the warm red (`#ff4d4d`) sparingly as the single emphasis accent
243
+ - Keep product cards at 20px radius with a hairline outline over media
244
+
245
+ ### Don't
246
+ - Spread indigo across many elements — it dilutes the single-action signal
247
+ - Use drop shadows for elevation — maum.ai is a flat, shadow-free system
248
+ - Use pure black (`#000000`) for body copy — reserve it for max-contrast display
249
+ - Give the primary CTA a pill radius — the indigo button is sharp 8px; only the charcoal action is a pill
250
+ - Introduce a second saturated hue alongside the indigo and the red accent
251
+ - Set body copy in Jamsil or Orbitron — Pretendard owns reading text
252
+ - Overuse the red accent (`#ff4d4d`) — it is emphasis-only, never a surface or CTA fill
253
+
254
+ ## 8. Responsive Behavior
255
+
256
+ ### Breakpoints
257
+ | Name | Width | Key Changes |
258
+ |------|-------|-------------|
259
+ | Mobile | <640px | Single column, display sizes compress, product carousel scrolls |
260
+ | Tablet | 640-1024px | Moderate padding, 2-up feature cards |
261
+ | Desktop | 1024-1440px | Full layout, centered hero, multi-column feature bands |
262
+
263
+ ### Touch Targets
264
+ - Primary CTA at 50px height with 32px horizontal padding — comfortably tappable
265
+ - Charcoal round buttons at 65px height, full pill for an unmistakable target
266
+ - Contact fields at 64px height for easy touch entry
267
+ - Nav items spaced within the top header
268
+
269
+ ### Collapsing Strategy
270
+ - Hero: Orbitron/Jamsil display scales down on mobile, weight maintained
271
+ - Product cards: horizontal carousel becomes swipe/scroll on narrow viewports
272
+ - Feature bands: multi-column → stacked single column
273
+ - Tinted/white alternating sections maintain full-width treatment
274
+
275
+ ### Image Behavior
276
+ - Product and robotics imagery carries no shadow at any size, consistent with the flat system
277
+ - Cards maintain 20px radius and the translucent white outline across breakpoints
278
+
279
+ ## 9. Agent Prompt Guide
280
+
281
+ ### Quick Color Reference
282
+ - Primary CTA: maum Indigo (`#4262ff`), border `#3652d8`
283
+ - Secondary action: Charcoal (`#343434`)
284
+ - Background: Pure White (`#ffffff`)
285
+ - Tinted surface: Surface Grey (`#f2f3f8`) / Surface Alt (`#f2f5f9`)
286
+ - Heading / body text: Ink (`#111111`)
287
+ - Secondary text: Body Slate (`#5b636d`)
288
+ - Muted text: Muted Grey (`#595959`), Nav Muted (`#8e8e8e`)
289
+ - Accent: Accent Red (`#ff4d4d`); links Link Blue (`#2563eb`)
290
+ - Hairline: `#dee4eb`
291
+
292
+ ### Example Component Prompts
293
+ - "Create a hero on white background. Oversized Orbitron wordmark, a Jamsil section title at 36px weight 700, and one indigo CTA: `#4262ff` background, white text, 1px solid `#3652d8` border, 8px radius, 0px 32px padding, 50px tall, 16px Pretendard weight 700 — '시작하기'."
294
+ - "Design a product card: transparent background over media, 1px solid `#ffffff` outline, 20px radius, 40px vertical padding, no shadow. Title in Jamsil weight 700, `#111111`. Body 16px Pretendard weight 500, `#5b636d`."
295
+ - "Build a contact form field: `#f2f3f8` background, 1px solid `#dee4eb` border, 6px radius, 64px tall, `#111111` text, 16px Pretendard, no shadow."
296
+ - "Create a secondary CTA: charcoal `#343434` background, white text, full 9999px pill, 20px 32px padding, 65px tall, 20px Pretendard weight 600 — 'Contact Us'."
297
+ - "Top nav: white header, 16px Pretendard weight 700 links in `#8e8e8e`, ink `#111111` on the active item."
298
+
299
+ ### Iteration Guide
300
+ 1. Indigo (`#4262ff`) is the single action color — don't spread it
301
+ 2. Charcoal (`#343434`) full-pill for secondary actions; sharp 8px indigo for the primary
302
+ 3. No shadows — separate with `#f2f3f8` / `#f2f5f9` tint and `#dee4eb` hairlines
303
+ 4. Pretendard 500 body, 700 buttons/nav; Jamsil headings; Orbitron techno wordmark only
304
+ 5. Text is `#111111` ink, never pure black for running copy
305
+ 6. Product cards at 20px radius with a translucent white outline over media
306
+ 7. Warm red (`#ff4d4d`) is emphasis-only; link blue (`#2563eb`) for inline links
307
+
308
+ ---
309
+
310
+ ## 10. Voice & Tone
311
+
312
+ maum.ai's voice is **precise, confident, and frontier-facing** — a deep-tech company that talks about building real AI systems (foundation models, robots, defense) without hype or consumer cuteness. The positioning line "Physical AI 플랫폼" sets the register: technical, ambitious, matter-of-fact. Product names are terse and engineered ("MAIED", "AIden", "JINDO BOT"), and CTAs are direct verbs ("시작하기", "Contact Us", "Chatbot Inquiry"). The bilingual KR/ENG surface treats the reader as a technical or enterprise buyer, not a casual visitor.
313
+
314
+ | Context | Tone |
315
+ |---|---|
316
+ | Hero / positioning | Ambitious, technical. "Physical AI 플랫폼." Confident, not hype. |
317
+ | Product names | Terse, engineered. "MAIED", "AIden", "JINDO BOT". |
318
+ | CTAs | Direct imperatives. "시작하기", "Contact Us", "Chatbot Inquiry". |
319
+ | Feature descriptions | Capability-first, concrete. States what the model/robot does. |
320
+ | Company / IR | Formal, credibility-forward — a KOSDAQ-listed AI company register. |
321
+
322
+ **Voice samples (verbatim from live surfaces):**
323
+ - "마음AI - Physical AI 플랫폼" — homepage H1 / title (positioning). *(verified live 2026-07-02)*
324
+ - "MAUM.AI Foundation Model" — section heading (frontier-model framing). *(verified live 2026-07-02)*
325
+ - "maum.ai BRAIN Team" — official research blog H1 (engineering identity). *(verified live 2026-07-02)*
326
+
327
+ **Forbidden register**: consumer-app cuteness, exclamation-heavy hype, vague "revolutionary/game-changing" superlatives, and undefined jargon left unexplained to an enterprise reader.
328
+
329
+ ## 11. Brand Narrative
330
+
331
+ maum.ai (마음AI) is a Korean artificial-intelligence company formerly known as **MindsLab (마인즈랩)**, founded in **2014** by **유태준 (Taejun Yoo)**. The company began as a conversational-AI and "AI Human" specialist — speech-to-text, text-to-speech, and virtual-human technology — and later listed on Korea's **KOSDAQ** market. The rebrand from MindsLab to maum.ai reframed the company around a broader, more ambitious thesis: not just software AI, but **"Physical AI"** — foundation models embodied in robots, industrial machines (e.g. agricultural spraying robots), and defense systems, as surfaced across the current homepage's product lineup (JINDO BOT, AIden, MAIED, Defense).
332
+
333
+ The product surface makes the positioning explicit: a "MAUM.AI Foundation Model" at the core, applied outward into physical and enterprise domains. The company maintains an official engineering identity through its **BRAIN Team** research blog and a public **GitHub organization**, signaling a build-in-the-open, research-forward posture typical of a frontier AI lab.
334
+
335
+ What maum.ai's design refuses, visible in its restraint: the soft, playful chrome of consumer apps and the heavy shadow-stacked cards of legacy enterprise software. What it embraces: a flat, engineered, near-shadowless interface; a single decisive indigo action color; a three-font system where a techno display face (Orbitron) telegraphs frontier ambition while Pretendard keeps the reading calm; and a bilingual, credibility-forward tone appropriate to a listed deep-tech company selling to enterprise and government buyers.
336
+
337
+ ## 12. Principles
338
+
339
+ 1. **Engineered, not decorated.** The system is flat and shadow-free by design. *UI implication:* separate with tint and hairlines; avoid elevation and ornament — the product should look built.
340
+ 2. **One decisive action.** Indigo (`#4262ff`) means "do this." *UI implication:* reserve the saturated indigo for the single primary CTA so the next step is never ambiguous; use charcoal pills for softer secondary actions.
341
+ 3. **Frontier signalled through type, not noise.** *UI implication:* let Orbitron/Jamsil display faces carry the ambition; keep body copy in calm Pretendard rather than shouting with color or motion.
342
+ 4. **Bilingual clarity for enterprise buyers.** *UI implication:* KR/ENG parity, terse product names, and capability-first descriptions that respect a technical reader.
343
+ 5. **Restraint as credibility.** A listed deep-tech company earns trust by looking precise. *UI implication:* limited palette (indigo + charcoal + one red accent), consistent 20px card radius, and disciplined typographic hierarchy.
344
+
345
+ ## 13. Personas
346
+
347
+ *Personas below are fictional archetypes informed by publicly observable maum.ai audiences (enterprise AI buyers, robotics/defense procurement, ML engineers evaluating the foundation model), not individual people.*
348
+
349
+ **정민석, 41, 서울.** Head of AI transformation at a manufacturer evaluating physical-AI robots for the factory floor. Wants concrete capability claims and integration paths, not slogans. Trusts the brand more because it is KOSDAQ-listed and publishes research.
350
+
351
+ **Grace Lim, 33, 판교.** ML engineer assessing the MAUM.AI Foundation Model for an internal product. Reads the BRAIN Team blog and the GitHub org before booking a call. Values the terse, engineering-first tone over marketing polish.
352
+
353
+ **한도윤, 47, 대전.** Public-sector procurement lead reviewing AI/defense solutions. Needs a formal, credibility-forward surface and clear contact paths. Reassured by the calm, industrial, non-hype presentation.
354
+
355
+ ## 14. States
356
+
357
+ | State | Treatment |
358
+ |---|---|
359
+ | **Empty (no results / no data)** | White canvas. Single Ink (`#111111`) line explaining the empty condition, with one indigo CTA to proceed. No illustration clutter. |
360
+ | **Empty (saved / list none yet)** | Muted Grey (`#595959`) single line stating nothing yet, plus a path back to the action. Calm, honest. |
361
+ | **Loading (content fetch)** | Skeleton blocks on `#f2f3f8` tinted surface at final card dimensions, 20px radius. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
362
+ | **Loading (form submit)** | Inline progress within the charcoal button; label stays visible, action disabled until response. |
363
+ | **Error (request failed)** | Inline message in Ink (`#111111`) with a plain explanation and a retry. Accent red (`#ff4d4d`) marks the error cue; never a generic "오류" alone. |
364
+ | **Error (form validation)** | Field-level message below the `#f2f3f8` input; accent-red cue; describes what is valid, not just "필수". |
365
+ | **Success (form submitted)** | Brief inline confirmation in a calm tone; next-step detail linked immediately below. No celebratory emoji. |
366
+ | **Skeleton** | `#f2f3f8` blocks at final dimensions, 20px radius, flat pulse. |
367
+ | **Disabled** | Muted Grey (`#8e8e8e`) text on reduced-opacity surface; indigo actions fade rather than turn grey to preserve brand read. |
368
+
369
+ ## 15. Motion & Easing
370
+
371
+ **Durations**:
372
+
373
+ | Token | Value | Use |
374
+ |---|---|---|
375
+ | `motion-fast` | 120ms | Hover, button press, focus |
376
+ | `motion-standard` | 240ms | Card/section reveal, carousel step, dropdown |
377
+ | `motion-slow` | 360ms | Page-level transitions, hero reveal |
378
+
379
+ **Easings**:
380
+
381
+ | Token | Curve | Use |
382
+ |---|---|---|
383
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, sheets, carousel |
384
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
385
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
386
+
387
+ **Motion rules**: Motion is functional and restrained — consistent with the flat, engineered aesthetic. The product carousel steps horizontally at `motion-standard / ease-enter`; buttons respond to press with a subtle opacity/scale shift. No bounce or spring — a deep-tech AI platform signals steadiness, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the carousel becomes a static scroll; the product remains fully functional.
388
+
389
+ <!--
390
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
391
+
392
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on https://maum.ai/:
393
+ - Primary CTA "시작하기" — bg rgb(66,98,255) #4262ff / border 1px solid rgb(54,82,216) #3652d8 / radius 8px / padding 0px 32px / height 50px / Pretendard 16px weight 700 / white text
394
+ - Charcoal round buttons "Chatbot Inquiry"/"Contact Us" — bg rgb(52,52,52) #343434 / radius 9999px / padding 20px 32px / 20px weight 600 / white text
395
+ - Contact inputs/textarea — bg rgb(242,243,248) #f2f3f8 / border rgb(222,228,235) #dee4eb / radius 6px / height 64px / text rgb(17,17,17) #111111 / 16px
396
+ - Product cards — radius 20px / border 1px solid #ffffff / padding 40px 0px / box-shadow none
397
+ - Nav links — color rgb(142,142,142) #8e8e8e / Pretendard 16px weight 700; header buttons ink rgb(17,17,17) #111111
398
+ - Section heading "MAUM.AI Foundation Model" — Jamsil 36px weight 700 lh 45px; "MAIED" — Orbitron 115px weight 700 white
399
+ - Body — Pretendard, color rgb(17,17,17) #111111, 16px, lh 20px
400
+ - fg frequency: #111111 ×393, #595959 ×63, #000000 ×47, #5b636d ×46, #ff4d4d ×41, #8e8e8e, #2563eb ×6
401
+ - box-shadow: none across nav/hero/headings/buttons/cards (shadowless system confirmed)
402
+ - document.title: "마음AI"
403
+
404
+ Second surface — https://maum-ai.github.io/ (official maum.ai BRAIN Team research blog, Docusaurus):
405
+ - H1 "maum.ai BRAIN Team"; confirms official engineering identity and brand-owned status.
406
+
407
+ Token-level claims (§1-9) are sourced from this live inspection.
408
+
409
+ Voice samples (§10) are verbatim from live surfaces (homepage H1/title, section heading, blog H1).
410
+
411
+ Brand narrative (§11): maum.ai (마음AI), formerly MindsLab (마인즈랩), founded 2014 by 유태준 (Taejun Yoo);
412
+ KOSDAQ-listed Korean AI company that rebranded around a "Physical AI" thesis (foundation model + robots +
413
+ defense), as surfaced by the current homepage product lineup (JINDO BOT, AIden, MAIED, Defense) and the
414
+ official BRAIN Team blog + GitHub org. Founding year, founder, and the MindsLab→maum.ai rebrand are
415
+ widely documented public facts; specifics beyond the observed surfaces are general public knowledge, not a
416
+ directly quoted maum.ai statement in this turn.
417
+
418
+ Personas (§13) are fictional archetypes informed by publicly observable maum.ai audiences (enterprise AI
419
+ buyers, robotics/defense procurement, ML engineers). Names are illustrative; they do not refer to real people.
420
+
421
+ Interpretive claims (e.g., "engineered, not decorated", "frontier signalled through type") are editorial
422
+ readings connecting maum.ai's observed design to its positioning, not directly sourced maum.ai statements.
423
+ -->