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,392 @@
1
+ ---
2
+ id: tellingme
3
+ name: TellingMe
4
+ display_name_kr: 텔링미
5
+ country: KR
6
+ category: healthcare
7
+ homepage: "https://tellingme.co.kr/"
8
+ primary_color: "#07beb8"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://tellingme.co.kr/apple-icon-180x180.png"
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 = signature teal (#07beb8) used on every hero/section headline — the single saturated hue on an otherwise warm-neutral canvas. CTAs are soft mint (#f2fdf6) / cream (#f9f7f2) pills with black text. Flat, shadowless system on a warm off-white canvas (#fffdfa)."
19
+ colors:
20
+ primary: "#07beb8"
21
+ canvas: "#fffdfa"
22
+ ink: "#000000"
23
+ muted: "#807f7d"
24
+ heading: "#404642"
25
+ heading-soft: "#666f6a"
26
+ mint: "#f2fdf6"
27
+ cream: "#f9f7f2"
28
+ surface: "#e6e4e2"
29
+ typography:
30
+ family: { display: "NanumSquareRound" }
31
+ hero: { size: 48, weight: 700, use: "Hero / section headline in brand teal, NanumSquareRound Bold" }
32
+ headline: { size: 48, weight: 400, use: "Multi-line section headlines, NanumSquareRound Regular" }
33
+ subhead: { size: 32, weight: 400, use: "Supporting sub-headlines in sage grey" }
34
+ body: { size: 16, weight: 400, lineHeight: 1.0, use: "Default reading / paragraph text" }
35
+ button: { size: 13, weight: 400, use: "Pill CTA button label" }
36
+ spacing: { xs: 4, sm: 8, base: 16, btn-y: 18, lg: 24, xl: 32, btn-x: 36, xxl: 48 }
37
+ rounded: { md: 20, full: 9999 }
38
+ shadow:
39
+ none: "none"
40
+ components:
41
+ button-start: { type: button, bg: "#f2fdf6", fg: "#000000", radius: "20px", padding: "18px 36px", height: "53px", font: "13px / 400 NanumSquareRound", use: "Hero primary CTA (시작하기)" }
42
+ button-download: { type: button, bg: "#f2fdf6", fg: "#000000", radius: "20px", padding: "18px 32px", height: "53px", font: "13px / 400 NanumSquareRound", use: "App-download CTA (앱 다운로드)" }
43
+ button-subscribe: { type: button, bg: "#f9f7f2", fg: "#000000", radius: "20px", padding: "18px 32px", height: "53px", font: "13px / 400 NanumSquareRound", use: "Newsletter subscribe pill (텔링미 소식 구독)" }
44
+ card-cream: { type: card, bg: "#f9f7f2", fg: "#000000", radius: "20px", use: "Cream feature / content section block" }
45
+ surface-panel: { type: card, bg: "#e6e4e2", fg: "#404642", radius: "20px", use: "Warm-grey surface panel / divider block" }
46
+ components_harvested: true
47
+ ---
48
+
49
+ # Design System Inspiration of TellingMe
50
+
51
+ ## 1. Visual Theme & Atmosphere
52
+
53
+ TellingMe (텔링미) is a Korean journaling-diary product — "진정한 나에 가까워지는 저널링 다이어리" (a journaling diary that brings you closer to your true self) — and its homepage feels less like a software landing page and more like the paper cover of a warm, gentle notebook. The canvas is not pure white but a soft, warm off-white (`#fffdfa`) that reads like uncoated stationery, immediately lowering the emotional temperature of the page. Against that calm ground the system deploys exactly one saturated hue: a fresh, hopeful teal (`#07beb8`) that colors every hero and section headline. Everything else — text, buttons, surfaces — stays in a warm neutral register, so the teal does all the emotional work, signaling growth, calm, and self-discovery.
54
+
55
+ The typographic personality is unmistakably soft and approachable. The entire site is set in **NanumSquareRound**, a rounded-terminal Korean sans that trades the crisp geometry of Pretendard or SUIT for friendly, pillowy letterforms. Headlines run large at 48px in the teal, alternating between NanumSquareRound Regular (weight 400) and Bold (weight 700) within a single stanza to emphasize the key phrase — for example "나를 깨닫는 시간" set in bold while the surrounding line stays regular. Supporting sub-headlines drop to 32px in a muted sage grey (`#404642`), and body copy sits quietly at 16px in near-black ink (`#000000`) with softer grey (`#807f7d`) for secondary text. There is no aggressive weight contrast and no tight tracking; the mood is unhurried.
56
+
57
+ What most distinguishes TellingMe from its fintech and SaaS peers is its complete rejection of depth. Live inspection found `box-shadow: none` across headlines, buttons, and surface blocks — the interface is entirely flat. Separation comes from warm tinted blocks rather than elevation: cream (`#f9f7f2`) and warm-grey (`#e6e4e2`) panels segment the page, and the CTAs are soft-cornered pills at a 20px radius filled with the palest mint (`#f2fdf6`) or cream (`#f9f7f2`), carrying black text and no border. The muted sage `#666f6a` appears on the closing, quieter headlines. The result is a tender, papery, mobile-native aesthetic — a wellness product that feels like a safe, private space rather than a dashboard.
58
+
59
+ **Key Characteristics:**
60
+ - NanumSquareRound throughout — rounded, friendly Korean letterforms for a gentle, diary-like voice
61
+ - A single saturated teal (`#07beb8`) reserved for headlines — the one emotional accent on a neutral page
62
+ - Warm off-white canvas (`#fffdfa`) instead of pure white — a papery, low-temperature ground
63
+ - Near-black ink (`#000000`) body with warm-grey (`#807f7d`) secondary text
64
+ - Sage-grey headings (`#404642`) and softer sage (`#666f6a`) for supporting copy
65
+ - Flat, shadowless depth — cream (`#f9f7f2`) and warm-grey (`#e6e4e2`) tinted blocks do the separating
66
+ - Soft 20px-radius pill CTAs in pale mint (`#f2fdf6`) / cream (`#f9f7f2`) with black text, no border
67
+ - Weight play within a headline (400 vs 700) to emphasize the key phrase rather than color or size shifts
68
+
69
+ ## 2. Color Palette & Roles
70
+
71
+ ### Primary
72
+ - **Telling Teal** (`#07beb8`): The signature brand color and the only saturated hue on the page. Applied to every hero and section headline. It carries the entire emotional tone — fresh, hopeful, calm — and is the color the eye learns to associate with the product's voice.
73
+
74
+ ### Canvas & Surface
75
+ - **Warm Off-White** (`#fffdfa`): The page background. A warm, papery near-white that lowers the visual temperature and evokes stationery rather than screens.
76
+ - **Mint** (`#f2fdf6`): The palest green tint, used as the fill for primary and app-download CTA pills.
77
+ - **Cream** (`#f9f7f2`): A warm cream tint, used both as the secondary CTA fill and as a section/content block background — the most common non-canvas surface.
78
+ - **Warm Grey** (`#e6e4e2`): A soft warm-grey surface for panels and dividers, providing quiet flat separation without borders or shadow.
79
+
80
+ ### Text Hierarchy
81
+ - **Ink** (`#000000`): Primary body and CTA-label text. Pure black used sparingly-but-directly on the warm ground.
82
+ - **Muted Grey** (`#807f7d`): Secondary text, captions, and supporting labels — the workhorse muted tone.
83
+ - **Sage Heading** (`#404642`): Sub-headline color (32px H3s) — a dark warm-grey with a green undertone that harmonizes with the teal.
84
+ - **Soft Sage** (`#666f6a`): A lighter sage grey for closing, quieter headlines where emphasis relaxes.
85
+
86
+ ## 3. Typography Rules
87
+
88
+ ### Font Family
89
+ - **Display & Body**: `NanumSquareRound` (with `sans-serif` fallback) — a single rounded Korean sans used for everything, from 48px headlines down to 13px button labels. Its rounded terminals are the core of the brand's soft, approachable personality.
90
+
91
+ ### Hierarchy
92
+
93
+ | Role | Font | Size | Weight | Color | Notes |
94
+ |------|------|------|--------|-------|-------|
95
+ | Hero / Section Headline (emphasis) | NanumSquareRound | 48px | 700 | `#07beb8` | Bold key phrase within a headline stanza |
96
+ | Headline (regular) | NanumSquareRound | 48px | 400 | `#07beb8` | Surrounding headline lines |
97
+ | Sub-headline | NanumSquareRound | 32px | 400 | `#404642` | Supporting explanatory lines |
98
+ | Body | NanumSquareRound | 16px | 400 | `#000000` | Default reading text, line-height ~1.0 |
99
+ | Secondary text | NanumSquareRound | 16px | 400 | `#807f7d` | Captions, muted supporting copy |
100
+ | Button label | NanumSquareRound | 13px | 400 | `#000000` | Pill CTA labels |
101
+
102
+ ### Principles
103
+ - **One font, one family**: NanumSquareRound carries every role. There is no display/body split — the rounded sans is the single typographic voice.
104
+ - **Weight, not size, for emphasis**: Within a 48px headline the system bolds the key phrase (weight 700) against regular (weight 400) siblings, rather than scaling or recoloring.
105
+ - **Teal owns the headline**: Headlines are teal (`#07beb8`); explanatory copy is sage (`#404642`) or ink (`#000000`). The color assignment itself is the hierarchy signal.
106
+ - **Quiet body**: Body text stays at a calm 16px weight 400 — no tight tracking, no heavy weights. The reading experience is unhurried, matching the reflective product.
107
+
108
+ ## 4. Component Stylings
109
+
110
+ ### Buttons
111
+
112
+ **Primary CTA (Start)**
113
+ - Background: `#f2fdf6`
114
+ - Text: `#000000`
115
+ - Radius: 20px
116
+ - Padding: 18px 36px
117
+ - Height: 53px
118
+ - Font: 13px NanumSquareRound weight 400
119
+ - Shadow: none
120
+ - Use: Hero primary call-to-action ("시작하기")
121
+
122
+ **App Download**
123
+ - Background: `#f2fdf6`
124
+ - Text: `#000000`
125
+ - Radius: 20px
126
+ - Padding: 18px 32px
127
+ - Height: 53px
128
+ - Font: 13px NanumSquareRound weight 400
129
+ - Shadow: none
130
+ - Use: App-download call-to-action ("앱 다운로드")
131
+
132
+ **Subscribe (Secondary)**
133
+ - Background: `#f9f7f2`
134
+ - Text: `#000000`
135
+ - Radius: 20px
136
+ - Padding: 18px 32px
137
+ - Height: 53px
138
+ - Font: 13px NanumSquareRound weight 400
139
+ - Shadow: none
140
+ - Use: Newsletter subscribe pill ("텔링미 소식 구독")
141
+
142
+ ### Cards & Containers
143
+
144
+ **Cream Section Block**
145
+ - Background: `#f9f7f2`
146
+ - Text: `#000000`
147
+ - Radius: 20px
148
+ - Shadow: none
149
+ - Use: Feature / content section block on the warm canvas
150
+
151
+ **Warm-Grey Panel**
152
+ - Background: `#e6e4e2`
153
+ - Text: `#404642`
154
+ - Radius: 20px
155
+ - Shadow: none
156
+ - Use: Surface panel / quiet divider block
157
+
158
+ ---
159
+
160
+ **Verified:** 2026-07-02
161
+ **Tier 1 sources:** https://tellingme.co.kr/ (homepage, live computed style — full inspect), https://medium.com/@tellingme (official TellingMe / 텔링어스 team Medium publication, live)
162
+ **Tier 2 sources:** getdesign.md/tellingme (0 DESIGN.md files — not listed); styles.refero.design/?q=tellingme (no matching brand entry — only generic gallery results)
163
+ **Conflicts unresolved:** none
164
+
165
+ ## 5. Layout Principles
166
+
167
+ ### Spacing System
168
+ - Base unit: ~4px
169
+ - Scale: 4px, 8px, 16px, 18px, 24px, 32px, 36px, 48px
170
+ - Notable: CTA pills use an asymmetric 18px vertical padding with a generous 32-36px horizontal padding, giving the soft pills a comfortable, tappable hit area
171
+
172
+ ### Grid & Container
173
+ - Centered single-column narrative flow — the page reads top-to-bottom like a story, one headline stanza per section
174
+ - Large 48px teal headlines anchor each section, with 32px sage sub-headlines beneath
175
+ - Cream (`#f9f7f2`) and warm-grey (`#e6e4e2`) blocks group related content without borders
176
+ - CTA pills sit centered beneath their headline stanza
177
+
178
+ ### Whitespace Philosophy
179
+ - **Breathing room and calm**: The layout is airy and unhurried — generous vertical rhythm between headline stanzas suits a reflective, journaling product.
180
+ - **Flat segmentation**: Sections separate by warm tint (`#f9f7f2` / `#e6e4e2` vs the `#fffdfa` canvas), never by shadow or heavy borders.
181
+ - **Emotional pacing**: The single-column story cadence guides the reader gently, one idea at a time, mirroring the "하루 한 번" (once a day) daily-question ritual.
182
+
183
+ ### Border Radius Scale
184
+ - Soft (20px): buttons and content blocks — the workhorse rounding
185
+ - Full (9999px / 50%): circular avatars, emotion-icon badges, and dots
186
+
187
+ ## 6. Depth & Elevation
188
+
189
+ | Level | Treatment | Use |
190
+ |-------|-----------|-----|
191
+ | Flat (Level 0) | No shadow | Page background, headlines, body — nearly everything |
192
+ | Tint (Level 1) | `#f9f7f2` / `#e6e4e2` background shift | Card / section separation without elevation |
193
+
194
+ **Shadow Philosophy**: TellingMe is a fully shadowless, flat system. Live inspection found `box-shadow: none` across headlines, CTA pills, and surface blocks. Depth and grouping are communicated entirely through warm tinted surfaces — cream (`#f9f7f2`) and warm-grey (`#e6e4e2`) — set against the off-white canvas (`#fffdfa`). This is a deliberate wellness-product choice: the flat, papery treatment keeps the interface calm and non-clinical, avoiding the "floating card" heaviness of dashboards and banking apps. When emphasis is needed, the system reaches for the teal (`#07beb8`) or a bolder NanumSquareRound weight, never elevation.
195
+
196
+ ## 7. Do's and Don'ts
197
+
198
+ ### Do
199
+ - Set all type in NanumSquareRound — the rounded letterforms are the brand's voice
200
+ - Reserve teal (`#07beb8`) for headlines as the single saturated accent
201
+ - Use the warm off-white canvas (`#fffdfa`) instead of pure white — the warmth matters
202
+ - Emphasize key phrases by bolding within a headline (weight 700 vs 400), not by recoloring
203
+ - Keep CTAs as soft 20px-radius pills in mint (`#f2fdf6`) or cream (`#f9f7f2`) with black text
204
+ - Separate sections with warm tinted blocks (`#f9f7f2`, `#e6e4e2`), never shadows
205
+ - Use sage greys (`#404642`, `#666f6a`) for supporting copy to harmonize with the teal
206
+ - Keep the mood calm and unhurried — generous whitespace, one idea per stanza
207
+
208
+ ### Don't
209
+ - Use shadows or elevation for depth — TellingMe is a flat, shadowless system
210
+ - Introduce a second saturated color — teal (`#07beb8`) is the only accent
211
+ - Use pure white (`#ffffff`) as the canvas — the warm off-white `#fffdfa` sets the tone
212
+ - Set headlines in a sharp geometric sans — NanumSquareRound's roundness is essential
213
+ - Use sharp or square corners on CTAs — buttons are soft 20px pills
214
+ - Add heavy borders on cards — separation is by tint alone
215
+ - Shout with tight tracking or extreme weight contrast — the voice is gentle
216
+ - Fill buttons with the teal — the teal lives in the headline, buttons stay pale
217
+
218
+ ## 8. Responsive Behavior
219
+
220
+ ### Breakpoints
221
+ | Name | Width | Key Changes |
222
+ |------|-------|-------------|
223
+ | Mobile | <640px | Single column, headline sizes compress, CTA pills stack full-width |
224
+ | Tablet | 640-1024px | Moderate padding, centered stanzas |
225
+ | Desktop | 1024-1440px | Full-width centered narrative, 48px headlines at full size |
226
+
227
+ ### Touch Targets
228
+ - CTA pills at 53px height with 18px vertical / 32-36px horizontal padding — comfortably tappable
229
+ - Soft 20px radius gives the pills an unmistakable, friendly target shape
230
+
231
+ ### Collapsing Strategy
232
+ - Hero: 48px teal headline scales down on mobile, weight play (400/700) maintained
233
+ - Section stanzas: single column throughout — the story flow is inherently mobile-first
234
+ - Cream / warm-grey blocks: maintain full-width treatment, reduce internal padding on narrow viewports
235
+ - CTA pills: expand toward full-width on mobile for easy thumb reach
236
+
237
+ ### Image Behavior
238
+ - App screenshots and illustrations carry no shadow at any size, consistent with the flat system
239
+ - Emotion icons ("뱁새 감정티콘") render as rounded/circular marks
240
+ - Content blocks maintain the 20px radius across breakpoints
241
+
242
+ ## 9. Agent Prompt Guide
243
+
244
+ ### Quick Color Reference
245
+ - Headline accent: Telling Teal (`#07beb8`)
246
+ - Canvas: Warm Off-White (`#fffdfa`)
247
+ - Body text: Ink (`#000000`)
248
+ - Secondary text: Muted Grey (`#807f7d`)
249
+ - Sub-headline: Sage Heading (`#404642`)
250
+ - Soft headline: Soft Sage (`#666f6a`)
251
+ - Primary CTA fill: Mint (`#f2fdf6`)
252
+ - Secondary CTA / section fill: Cream (`#f9f7f2`)
253
+ - Surface panel: Warm Grey (`#e6e4e2`)
254
+
255
+ ### Example Component Prompts
256
+ - "Create a hero on a warm off-white (#fffdfa) canvas. Headline at 48px NanumSquareRound, teal #07beb8, with the key phrase in weight 700 and the rest in weight 400. Sub-headline at 32px NanumSquareRound weight 400 in sage #404642. One soft pill CTA below: #f2fdf6 background, #000000 text, 20px radius, 18px 36px padding, 13px NanumSquareRound — '시작하기'. No shadow."
257
+ - "Design a feature block: cream #f9f7f2 background, 20px radius, no shadow, no border. Title 48px NanumSquareRound weight 700 teal #07beb8. Body 16px NanumSquareRound weight 400 in #000000, secondary lines in #807f7d."
258
+ - "Build a secondary subscribe pill: #f9f7f2 background, #000000 text, 20px radius, 18px 32px padding, 13px NanumSquareRound — '텔링미 소식 구독'. Flat, no shadow."
259
+ - "Create a warm-grey surface panel: #e6e4e2 background, 20px radius, sage #404642 text, no shadow — used to quietly divide sections."
260
+
261
+ ### Iteration Guide
262
+ 1. NanumSquareRound for every role — the rounded sans is non-negotiable
263
+ 2. Teal (`#07beb8`) is the single accent, and it lives in headlines
264
+ 3. Canvas is warm off-white (`#fffdfa`), never pure white
265
+ 4. No shadows — separate with cream (`#f9f7f2`) and warm-grey (`#e6e4e2`) tints
266
+ 5. Emphasis is weight (700 vs 400) inside a headline, not recoloring
267
+ 6. CTAs are pale (mint/cream) 20px pills with black text — never teal-filled
268
+ 7. Supporting copy uses sage greys (`#404642`, `#666f6a`); body uses ink (`#000000`) / muted grey (`#807f7d`)
269
+ 8. Keep the pacing calm — one idea per stanza, generous whitespace
270
+
271
+ ---
272
+
273
+ ## 10. Voice & Tone
274
+
275
+ TellingMe's voice is **gentle, encouraging, and inward-turning** — a soft companion for daily self-reflection rather than a productivity coach. Copy speaks in warm, plain Korean and frames journaling as a small, low-pressure daily ritual ("하루 한 번" / once a day) rather than a task. The register is intimate and reassuring: it invites rather than instructs, and it centers the reader's inner life ("오직 나를 위한 질문" / a question just for you). Nothing is urgent; nothing is gamified into pressure.
276
+
277
+ | Context | Tone |
278
+ |---|---|
279
+ | Hero headlines | Warm, invitational, first-person-inward. "하루 한 번, 질문에 답변하며 나를 깨닫는 시간." |
280
+ | Feature descriptions | Gentle explanation of the ritual. Frames features as care, not utility. |
281
+ | Emotion / tracking copy | Playful but soft. The "뱁새 감정티콘" (bird emotion stickers) make feelings approachable. |
282
+ | CTAs | Low-pressure invitations. "시작하기", "앱 다운로드", "텔링미 소식 구독". |
283
+ | Encouragement copy | Affirming, patient. "꾸준한 기록은 나에 대해 더 많은 걸 알게 해줘요!" |
284
+
285
+ **Voice samples (verbatim from live homepage):**
286
+ - "하루 한 번, 질문에 답변하며 나를 깨닫는 시간" — hero (daily reflective ritual). *(verified live 2026-07-02)*
287
+ - "오직 나를 위한 질문이 매일 오전 6시에 배달돼요!" — feature line (a question delivered just for you at 6am). *(verified live 2026-07-02)*
288
+ - "총 6가지 뱁새 감정티콘으로 글의 감정을 정리해보세요" — feature line (six bird emotion stickers to organize feelings). *(verified live 2026-07-02)*
289
+ - "꾸준한 기록은 나에 대해 더 많은 걸 알게 해줘요!" — encouragement (steady journaling reveals more about you). *(verified live 2026-07-02)*
290
+
291
+ **Forbidden register**: productivity pressure ("streak을 놓치지 마세요" guilt), clinical or diagnostic language about emotions, hype/urgency, exclamation-heavy sales tone, cold or corporate phrasing that breaks the intimate, safe-space feeling.
292
+
293
+ ## 11. Brand Narrative
294
+
295
+ TellingMe (텔링미) is a journaling-diary app built by the team **텔링어스 (Tellus)** — as stated on the team's own Medium publication, "텔링미를 만드는 텔링어스 팀의 이야기" (the story of the Tellus team that makes TellingMe). The product's premise, declared directly on the homepage, is "진정한 나에 가까워지는 저널링 다이어리" — a journaling diary that brings you closer to your true self. Where most diary apps hand the user a blank page, TellingMe removes the intimidation of the empty page by *delivering a question* each day: "오직 나를 위한 질문이 매일 오전 6시에 배달돼요" (a question just for you, delivered every morning at 6am).
296
+
297
+ The daily-question ritual is the core mechanic and the core emotional promise. Answering one gentle, self-directed prompt per day lowers the barrier to reflection and turns journaling into a sustainable habit rather than a chore. The product layers a playful emotional-literacy tool on top: six "뱁새 감정티콘" (crow-tit / *babsae* bird emotion stickers) that let users tag the feeling embedded in each entry, making emotions approachable and legible ("글 속에 담긴 나의 감정을 듀이티콘으로 나타내요"). Over time, "매일 매일, 나의 진솔한 생각이 쌓여가요" (day by day, honest thoughts accumulate) — and the stated payoff is self-knowledge: "꾸준한 기록은 나에 대해 더 많은 걸 알게 해줘요."
298
+
299
+ What TellingMe refuses, visible in its design: the clinical coldness of mental-health tooling and the streak-guilt pressure of habit apps. What it embraces: a warm, papery off-white canvas, a single hopeful teal, rounded friendly letterforms, and copy that invites rather than instructs. The design is engineered to feel like a private, safe notebook — a place the user *wants* to return to once a day.
300
+
301
+ *(Narrative sourced from the live homepage and the official 텔링어스 Medium publication, verified 2026-07-02. Specific founding-team details beyond the publicly stated team name "텔링어스" are not asserted here.)*
302
+
303
+ ## 12. Principles
304
+
305
+ 1. **Remove the blank page.** The product's central insight is that the empty diary is the enemy of reflection. *UI implication:* always lead with a delivered prompt or a gentle starting point; never present a bare, intimidating input.
306
+ 2. **One accent, all feeling.** A single teal (`#07beb8`) carries the entire emotional tone. *UI implication:* reserve the teal for headlines and moments that matter; keep everything else warm-neutral so the accent never dilutes.
307
+ 3. **Calm over clinical.** This is emotional self-care, not a medical instrument. *UI implication:* warm off-white canvas, rounded type, no shadows, no diagnostic language — the interface should feel like a safe notebook.
308
+ 4. **Invite, don't pressure.** Journaling is a low-pressure daily ritual, not a streak to defend. *UI implication:* affirming, patient copy; no guilt mechanics; celebrate returning, not perfect consistency.
309
+ 5. **Make emotions approachable.** Feelings are surfaced through playful bird stickers, not sliders or scores. *UI implication:* use soft, friendly, rounded visual language for anything touching emotion.
310
+
311
+ ## 13. Personas
312
+
313
+ *Personas below are fictional archetypes informed by publicly observable TellingMe user segments (Korean users seeking daily self-reflection and emotional journaling), not individual people.*
314
+
315
+ **김하늘, 26, 서울.** A young professional who wants to build a reflection habit but always abandons blank-page diaries. Loves that TellingMe delivers one question each morning so she never faces an empty page. Uses the bird emotion stickers to notice patterns in her mood over weeks.
316
+
317
+ **이준서, 31, 경기.** A quietly anxious office worker using journaling as a low-cost mental-wellness practice. Values that the app feels calm and non-clinical — warm colors, soft type — rather than like a therapy tool. Answers his 6am question on the commute.
318
+
319
+ **박서연, 22, 부산.** A university student drawn to the playful "뱁새 감정티콘" and the gentle tone. Finds most habit apps guilt-inducing; TellingMe's invitational voice keeps her coming back without pressure.
320
+
321
+ ## 14. States
322
+
323
+ | State | Treatment |
324
+ |---|---|
325
+ | **Empty (no entries yet)** | Warm off-white (`#fffdfa`) canvas. A single gentle line in ink (`#000000`) inviting the first answer, with the day's delivered question shown as the starting point. One mint (`#f2fdf6`) pill CTA. No clutter, no guilt. |
326
+ | **Empty (no saved emotions)** | Muted grey (`#807f7d`) single line explaining nothing is tagged yet, with a soft path to add an emotion sticker. Calm and non-judgmental. |
327
+ | **Loading (feed / entries fetch)** | Flat skeleton blocks on cream (`#f9f7f2`) at final dimensions, 20px radius. No shadow shimmer — a flat warm pulse consistent with the shadowless system. |
328
+ | **Loading (daily question fetch)** | Inline soft placeholder in the question card; previous day's content stays calm and visible. |
329
+ | **Error (save failed)** | Gentle inline message in ink (`#000000`) with a plain-language explanation and a soft retry. No alarm-red, no clinical "오류" alone — states what to do next warmly. |
330
+ | **Error (form / entry validation)** | Field-level message below the input in a soft tone, describing what's needed rather than scolding. |
331
+ | **Success (entry saved)** | Brief, warm inline confirmation; the accumulating record ("쌓여가요") is reinforced quietly. No loud celebration, no emoji spam. |
332
+ | **Skeleton** | Cream (`#f9f7f2`) blocks at final dimensions, 20px radius, flat pulse. |
333
+ | **Disabled** | Muted grey (`#807f7d`) text on a reduced-opacity surface; the teal accent softens rather than turning cold grey, preserving the warm brand read. |
334
+
335
+ ## 15. Motion & Easing
336
+
337
+ **Durations**:
338
+
339
+ | Token | Value | Use |
340
+ |---|---|---|
341
+ | `motion-fast` | 120ms | Pill press, hover, focus |
342
+ | `motion-standard` | 220ms | Card / stanza reveal, sheet, dropdown |
343
+ | `motion-slow` | 340ms | Page-level transitions, daily-question reveal |
344
+
345
+ **Easings**:
346
+
347
+ | Token | Curve | Use |
348
+ |---|---|---|
349
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, stanzas, question reveal |
350
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
351
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
352
+
353
+ **Motion rules**: Motion is soft and unhurried, matching the calm, reflective product. Pill CTAs respond to press with a gentle scale/opacity shift; section stanzas and the daily question fade in from below at `motion-standard / ease-enter`. There is no bounce, spring, or playful overshoot beyond the friendly emotion stickers themselves — a journaling product signals steadiness and safety, not stimulation. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant; the product remains fully functional.
354
+
355
+ <!--
356
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
357
+
358
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on https://tellingme.co.kr/:
359
+ - body: NanumSquareRound / color rgb(0,0,0) #000000 / bg rgb(255,253,250) #fffdfa / 16px
360
+ - Hero/section H2 headlines: 48px / weight 400 & 700 / color rgb(7,190,184) #07beb8
361
+ - Sub-headline H3: 32px / weight 400 / color rgb(64,70,66) #404642
362
+ - Softer headline H2: 48px / color rgb(102,111,106) #666f6a
363
+ - CTA "시작하기": bg rgb(242,253,246) #f2fdf6 / text #000000 / radius 20px / padding 18px 36px / 13.33px / height 53px
364
+ - CTA "앱 다운로드": bg #f2fdf6 / radius 20px / padding 18px 32px / height 53px
365
+ - CTA "텔링미 소식 구독": bg rgb(249,247,242) #f9f7f2 / radius 20px / padding 18px 32px / height 53px
366
+ - surface warm-grey rgb(230,228,226) #e6e4e2; secondary text rgb(128,127,125) #807f7d
367
+ - box-shadow: none across headlines/buttons/surfaces (flat, shadowless system confirmed)
368
+ - document.title: "텔링미 | 진정한 나에 가까워지는 저널링 다이어리"
369
+ - meta description: "하루 한 번 나를 깨닫는 시간! 오직 나를 위한 질문이 배달되는 저널링 다이어리 '텔링미'..."
370
+
371
+ Second brand-owned surface — https://medium.com/@tellingme (verified live 2026-07-02):
372
+ - Official publication "tellingme(텔링미)" / bio "텔링미를 만드는 텔링어스 팀의 이야기"
373
+ - Story categories "기획 - Business" (11 stories), "개발 - Engineering" (14 stories)
374
+ - Note: Medium chrome (Times/green) is Medium's own design, NOT TellingMe tokens; cited only
375
+ as a brand-owned source for the team name and product narrative, not for design tokens.
376
+
377
+ Token-level claims (§1-9) are sourced from the tellingme.co.kr live inspection only.
378
+
379
+ Voice samples (§10) are verbatim from the live homepage headlines/feature lines and meta.
380
+
381
+ Brand narrative (§11): TellingMe is a Korean journaling-diary app; team name "텔링어스"
382
+ is taken from the official Medium publication bio. Founding-team specifics beyond the
383
+ publicly stated team name are not asserted.
384
+
385
+ Personas (§13) are fictional archetypes informed by publicly observable TellingMe user
386
+ segments (Korean users seeking daily self-reflection). Names are illustrative; they do not
387
+ refer to real people.
388
+
389
+ Interpretive claims (e.g., "remove the blank page", "calm over clinical", "one accent, all
390
+ feeling") are editorial readings connecting TellingMe's observed design and copy to its
391
+ positioning, not directly sourced TellingMe statements.
392
+ -->