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,244 @@
1
+ ---
2
+ id: intuit
3
+ name: Intuit QuickBooks
4
+ country: US
5
+ category: fintech
6
+ homepage: https://design.intuit.com/quickbooks/brand/
7
+ primary_color: "#0d333f"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=intuit.com&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ ds:
14
+ name: QuickBooks Design
15
+ url: https://design.intuit.com/quickbooks/brand/
16
+ type: brand
17
+ description: Official QuickBooks brand hub covering visual foundations, product expression, resources, and accessibility; it is distinct from an authenticated QuickBooks application specification.
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: brand-hub, kind: official-brand-hub, url: "https://design.intuit.com/quickbooks/brand/", inspected: "2026-07-13" }
23
+ - { id: product-expression, kind: official-product-expression, url: "https://design.intuit.com/quickbooks/product/", inspected: "2026-07-13" }
24
+ - { id: sign-in, kind: public-authentication, url: "https://federation.intuit.com/as/authorization.oauth2?scope=openid+profile+email&response_type=code&redirect_uri=https%3A%2F%2Fpartnerauth.platform.intuit.com%2Fexternal_partner%2Fintuit_eiam%2Fcallback&client_id=9d678f82-f00e-4e8f-875e-484cac84cbc1&state=awb.228bcc57-93dd-4b7c-8691-6e252452f1e8", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: brand-hub-capture, kind: official-doc, url: "https://design.intuit.com/quickbooks/brand/", captured: "2026-07-13" }
27
+ - { id: product-expression-capture, kind: product-surface, url: "https://design.intuit.com/quickbooks/product/", captured: "2026-07-13" }
28
+ - { id: sign-in-capture, kind: product-surface, url: "https://federation.intuit.com/as/authorization.oauth2?scope=openid+profile+email&response_type=code&redirect_uri=https%3A%2F%2Fpartnerauth.platform.intuit.com%2Fexternal_partner%2Fintuit_eiam%2Fcallback&client_id=9d678f82-f00e-4e8f-875e-484cac84cbc1&state=awb.228bcc57-93dd-4b7c-8691-6e252452f1e8", captured: "2026-07-13" }
29
+ - { id: avenir-font-asset, kind: brand-asset, url: "https://lib.intuitcdn.net/fonts/AvenirNext/3.0/AvenirNextforINTUIT-Regular.1.woff2", captured: "2026-07-13" }
30
+ - { id: quickbooks-type-guidance, kind: official-doc, url: "https://design.intuit.com/quickbooks/brand/design-foundations/type/", captured: "2026-07-13" }
31
+ - { id: intuit-origins, kind: official-doc, url: "https://www.intuit.com/company/origins/", captured: "2026-07-13" }
32
+ - { id: intuit-values, kind: official-doc, url: "https://www.intuit.com/company/operating-values/", captured: "2026-07-13" }
33
+ conflicts: []
34
+ claims:
35
+ "tokens.colors.dark-action": &product { surface_id: product-expression, source_id: product-expression-capture, method: computed-style, captured: "2026-07-13" }
36
+ "tokens.colors.ink": &brand { surface_id: brand-hub, source_id: brand-hub-capture, method: computed-style, captured: "2026-07-13" }
37
+ "tokens.colors.canvas": *product
38
+ "tokens.colors.muted": *product
39
+ "tokens.colors.brand-link": *brand
40
+ "tokens.typography.family.ui": &font { surface_id: brand-hub, source_id: avenir-font-asset, method: computed-style-plus-fontfaceset-source, captured: "2026-07-13" }
41
+ "tokens.typography.display.size": *font
42
+ "tokens.typography.display.weight": *font
43
+ "tokens.typography.display.lineHeight": *font
44
+ "tokens.typography.display.use": *font
45
+ "tokens.typography.body.size": *font
46
+ "tokens.typography.body.weight": *font
47
+ "tokens.typography.body.lineHeight": *font
48
+ "tokens.typography.body.use": *font
49
+ "tokens.typography.nav.size": *brand
50
+ "tokens.typography.nav.weight": *brand
51
+ "tokens.typography.nav.lineHeight": *brand
52
+ "tokens.typography.nav.use": *brand
53
+ "tokens.spacing.tile-text-bottom": *brand
54
+ "tokens.spacing.secondary-action-x": *product
55
+ "tokens.spacing.global-nav-y": *brand
56
+ "tokens.rounded.square": *brand
57
+ "tokens.rounded.secondary-action": *product
58
+ "tokens.shadow.flat": *brand
59
+ "tokens.components.global-nav-tab.type": *brand
60
+ "tokens.components.global-nav-tab.bg": *brand
61
+ "tokens.components.global-nav-tab.fg": *brand
62
+ "tokens.components.global-nav-tab.radius": *brand
63
+ "tokens.components.global-nav-tab.padding": *brand
64
+ "tokens.components.global-nav-tab.height": *brand
65
+ "tokens.components.global-nav-tab.font": *brand
66
+ "tokens.components.global-nav-tab.states": *brand
67
+ "tokens.components.global-nav-tab.use": *brand
68
+ tokens:
69
+ source: reconciled
70
+ extracted: "2026-07-13"
71
+ components_harvested: true
72
+ note: "Machine tokens are limited to selector-backed values in the supplied three-surface capture. The QuickBooks brand hub, product-expression route, and authentication route are separate evidence domains; no interaction state was captured."
73
+ colors:
74
+ dark-action: "#0d333f"
75
+ ink: "#000000"
76
+ canvas: "#ffffff"
77
+ muted: "#6b6c72"
78
+ brand-link: "#055393"
79
+ typography:
80
+ family: { ui: "Avenir Next forINTUIT" }
81
+ display: { size: 40, weight: 600, lineHeight: 52, use: "Observed brand-hub tile heading" }
82
+ body: { size: 16, weight: 400, lineHeight: 24, use: "Observed brand-hub body and tile text" }
83
+ nav: { size: 16, weight: 400, lineHeight: 24, use: "Observed brand-hub global-navigation tab" }
84
+ spacing:
85
+ tile-text-bottom: 20
86
+ secondary-action-x: 28
87
+ global-nav-y: 28
88
+ rounded:
89
+ square: 0
90
+ secondary-action: 4
91
+ shadow:
92
+ flat: none
93
+ components:
94
+ global-nav-tab: { type: button, bg: transparent, fg: "#000000", radius: "0px", padding: "28px 0px", height: "84px", font: "16px / 400 / Avenir Next forINTUIT", states: "Default snapshot only; interaction count 0, so hover, focus, pressed, and disabled variants are not observed.", use: "Brand-hub global-navigation tab with role=button; selector home::[data-omd-capture=1]" }
95
+ ---
96
+
97
+ # Intuit QuickBooks — Design Reference
98
+
99
+ ## 1. Visual Theme & Atmosphere
100
+
101
+ QuickBooks is Intuit’s small-business financial-management product and brand program: the official hub describes its job as helping teams craft experiences that champion small businesses, while Intuit situates QuickBooks inside a broader financial-technology platform. The recognizable expression is not a generic bank dashboard. QuickBooks frames its familiar logo as a green light for possibility and pairs that optimistic cue with candid small-business photography, playful industry illustration, approachable language, and a deliberate, balanced type voice. Its current design material is a working brand hub rather than a frozen identity archive, with product expression, accessibility, motion, resource libraries, and review office hours gathered around the same small-business mission. This sits within Intuit’s longer evolution from personal-computing finance software through web, mobile, cloud, and AI services. [QuickBooks Design](https://design.intuit.com/quickbooks/brand/) and [Intuit origins](https://www.intuit.com/company/origins/) provide that context.
102
+
103
+ The supplied capture covers the public QuickBooks brand hub, its public product-expression route, and an Intuit authentication surface at 1440×900. It does not establish an accounting-app shell, transaction flow, subscription checkout, or post-login dashboard.
104
+
105
+ ## 2. Color Palette & Roles
106
+
107
+ ### Selector-backed public-surface values
108
+
109
+ - **Dark action / dark text** (`#0D333F`): observed as text and border on the 52px outlined product-expression action, and as a repeated dark background value on public brand/product routes.
110
+ - **Ink** (`#000000`): repeated public brand-hub text, navigation, and border value.
111
+ - **Canvas** (`#FFFFFF`): repeated public-surface text/border and white surface value.
112
+ - **Muted text** (`#6B6C72`): repeated public brand/product text value.
113
+ - **Brand-hub link blue** (`#055393`): observed on the public brand-hub logo link.
114
+
115
+ The official hub calls the QuickBooks mark a metaphorical green light and offers a separate color-guideline resource, but the supplied computed-style artifact does not expose a selector-backed green hex. Green is therefore useful brand narrative, not a machine color token here. The single low-frequency orange and blue values on the authentication surface are likewise not promoted into the QuickBooks brand set.
116
+
117
+ ## 3. Typography Rules
118
+
119
+ ### Evidence classes
120
+
121
+ - **Official product-use:** QuickBooks names Avenir Next for Intuit as its official primary font. Its typography guidance calls it balanced, timeless, modern, and contemporary, and recommends a restrained weight range with a 4px design grid.
122
+ - **Live computed surface-use:** the supplied capture records `Avenir Next forINTUIT` as loaded/high confidence, with 203 visible uses across body, button, card, heading, list-item, and text roles. The computed family is backed by FontFaceSet and Intuit CDN font-source evidence; this is the only family promoted to machine tokens.
123
+ - **Official distributed brand asset:** the QuickBooks resources page provides a font-library download route, but says assets require SSO. It establishes that a controlled font library exists; it does not grant a public redistribution licence in this reference.
124
+ - **Declared-only:** `iconfont` and Proxima Nova faces are declared on the authentication domain with zero visible observed use. They are not QuickBooks UI-family substitutes or tokens.
125
+ - **System/unresolved:** Arial appears once as a system stack on the authentication surface. It is not promoted or substituted for the loaded Avenir family.
126
+
127
+ ### Measured public hierarchy
128
+
129
+ | Role | Family | Size | Weight | Line height | Provenance |
130
+ |---|---|---:|---:|---:|---|
131
+ | Brand-hub tile heading | Avenir Next forINTUIT | 40px | 600 | 52px | `home::h2` |
132
+ | Brand-hub body/tile text | Avenir Next forINTUIT | 16px | 400 | 24px | `home::p` and body samples |
133
+ | Global-navigation tab | Avenir Next forINTUIT | 16px | 400 | 24px | `home::[data-omd-capture="1"]` |
134
+
135
+ ## 4. Component Stylings
136
+
137
+ The supplied evidence contains 21 default component variants across the three public surfaces, but interaction coverage is zero. The selector-backed static component below is promoted because its role, geometry, family, and default visual values were measured; hover, focus, pressed, disabled, error, and expanded values are omitted.
138
+
139
+ ### Global Navigation Tab
140
+
141
+ **Default role-button tab**
142
+ - Background: transparent
143
+ - Text: #000000
144
+ - Radius: 0px
145
+ - Padding: 28px 0px
146
+ - Height: 84px
147
+ - Font: 16px / 400 / Avenir Next forINTUIT
148
+ - Use: Brand-hub global-navigation tab; `home::[data-omd-capture="1"]`, a `div` with `role="button"`.
149
+
150
+ ## 5. Layout Principles
151
+
152
+ The public brand hub uses an 80px global-navigation band followed by a 60px secondary navigation band in the supplied desktop capture. Its tile content repeatedly gives heading and body text a 20px bottom margin; this is a measured local relationship, not a universal product grid. On the separate product-expression route, the captured outlined action uses 28px horizontal padding and a 4px corner radius. The evidence does not establish mobile breakpoints, accounting-workspace columns, authenticated navigation, or a general spacing scale.
153
+
154
+ ## 6. Depth & Elevation
155
+
156
+ The promoted global-navigation tab has `box-shadow: none`, and its default surface is transparent. Do not infer a card-shadow scale or overlay recipe from the public hub; the supplied capture has not established one.
157
+
158
+ ## 7. Do's and Don'ts
159
+
160
+ ### Do
161
+
162
+ - Use the loaded `Avenir Next forINTUIT` family when recreating the measured public brand-hub samples.
163
+ - Keep the role-button navigation tab square, transparent, and tied to its observed 84px / `28px 0px` geometry.
164
+ - Treat `#0D333F`, `#000000`, `#FFFFFF`, `#6B6C72`, and `#055393` as public-surface observations with their listed local roles.
165
+ - Use sentence case by default, in line with the official QuickBooks type guidance.
166
+
167
+ ### Don't
168
+
169
+ - Do not substitute Arial, Proxima Nova, iconfont, or a system fallback as if it were the loaded Avenir family.
170
+ - Do not derive QuickBooks green, an app-dashboard palette, a checkout flow, or a universal spacing scale from this capture.
171
+ - Do not invent hover, focus, pressed, disabled, error, or expanded styling: interaction count is zero.
172
+ - Do not merge authentication-surface anomalies into the QuickBooks brand tokens.
173
+
174
+ ## 8. Responsive Behavior
175
+
176
+ The supplied capture is desktop-only at 1440×900. It proves the observed desktop navigation and action geometry at that viewport, but no breakpoint, touch target, responsive type scale, or small-screen rearrangement is verified. The official type page documents marketing and product responsive scales as assets, yet their numeric values are not available as raw text in the evidence supplied for this reference and are not reconstructed here.
177
+
178
+ ## 9. Agent Prompt Guide
179
+
180
+ For a measured public QuickBooks-brand-hub treatment, use loaded `Avenir Next forINTUIT`, black `#000000` text on transparent navigation, and a square 84px role-button tab with `28px 0px` padding. Use the documented brand character—optimistic, supportive of small businesses, and visually clear—without claiming an unobserved application UI. A secondary public action was observed at 52px high with `#0D333F` text/border, a 4px radius, and `0px 28px` padding, but it is a separate product-expression sample. Do not add green hexes, generic finance-dashboard components, shadows, responsive values, or interaction variants not present in the evidence.
181
+
182
+ ## 10. Voice & Tone
183
+
184
+ QuickBooks’ official brand hub describes its voice as friendly and understanding, while its type guidance asks for sentence case and reserves all caps for short emphasis. Use a clear, helpful, benefit-led tone; this is a content-direction reading of official guidance, not a captured interface copy deck.
185
+
186
+ | Do | Don't |
187
+ |---|---|
188
+ | Lead with the customer’s next useful outcome. | Make financial work sound needlessly technical or distant. |
189
+ | Use sentence case for ordinary UI copy. | Use long all-caps headlines. |
190
+ | Make emphasis short and legible. | Treat the QuickBooks name itself as a colored emphasis device. |
191
+
192
+ Illustrative, non-official examples based on that guidance:
193
+
194
+ - “See what needs your attention today.”
195
+ - “Keep your cash flow in view.”
196
+ - “Review the details before you continue.”
197
+
198
+ ## 11. Brand Narrative
199
+
200
+ Intuit began in 1983 when Scott Cook and Tom Proulx built Quicken after observing the difficulty of balancing a family checkbook. The company’s own history describes a progression from DOS to web, mobile, cloud, and AI while holding customer problems at the center. QuickBooks is one of the products through which that broader platform serves small businesses. [Intuit origins](https://www.intuit.com/company/origins/)
201
+
202
+ QuickBooks’ brand hub translates that financial-confidence story into a focused small-business expression: its logo signals possibility, its photography shows real customers in their own environments, and its illustrations bring playful charm to industries and people. That is a brand and marketing narrative; it should not be mistaken for proof of any unobserved product workflow. [QuickBooks Design](https://design.intuit.com/quickbooks/brand/)
203
+
204
+ ## 12. Principles
205
+
206
+ 1. **Start with the customer problem.** Intuit’s history says it falls in love with customer problems rather than solutions. *UI implication:* make the next meaningful task easy to identify before adding explanatory chrome.
207
+ 2. **Champion small businesses.** QuickBooks frames its design mission around small businesses. *UI implication:* write benefits in terms of practical progress, clarity, and confidence.
208
+ 3. **Use hierarchy sparingly.** The official type guidance recommends fewer sizes and a limited weight range. *UI implication:* let one clear heading/body/action relationship do the work before adding more display treatments.
209
+ 4. **Protect trust and understanding.** Intuit’s operating values include customer obsession and integrity without compromise. *UI implication:* make consequential choices legible and avoid ambiguous financial language.
210
+
211
+ ## 13. Personas
212
+
213
+ The following are product-context archetypes derived from official statements about QuickBooks serving small businesses; they are not research-validated personas or claims about a particular screen.
214
+
215
+ - **Small-business owner:** needs financial work to feel tractable alongside operating the business; benefits from direct, outcome-led language.
216
+ - **Self-employed operator:** needs confidence in routine financial decisions; benefits from hierarchy that makes the next task clear.
217
+ - **Accounting partner:** uses QuickBooks within a professional service relationship; benefits from unambiguous details and clear handoffs.
218
+
219
+ ## 14. States
220
+
221
+ No QuickBooks state styling is established by the supplied capture. The following content practices are implementation guidance derived from the documented clarity and customer-support principles, not observed component specifications.
222
+
223
+ | State | Guidance boundary |
224
+ |---|---|
225
+ | Empty — no records | Name the missing thing and a next step; do not assign an unobserved icon or color. |
226
+ | Empty — filtered out | Explain that the filter caused the result and offer a reset path. |
227
+ | Loading — initial | Preserve the task context; no skeleton geometry or motion value is verified. |
228
+ | Loading — refresh | Keep already available information readable where the product permits; no visual treatment is specified here. |
229
+ | Error — recoverable | State what did not complete and give a concrete retry or correction action. |
230
+ | Error — access | Explain the access boundary without inventing an authentication-error component. |
231
+ | Error — validation | Describe the relevant field or issue plainly; no error color or focus style is verified. |
232
+ | Success | Confirm the completed outcome in sentence case; no success icon or color is verified. |
233
+ | Skeleton | Unresolved: no selector-backed skeleton shape, color, or animation was captured. |
234
+ | Disabled | Unresolved: no disabled visual value or state was captured. |
235
+
236
+ ## 15. Motion & Easing
237
+
238
+ QuickBooks’ brand hub says motion can create feelings of passion and optimism, but the supplied raw evidence reports zero interactions and exposes no duration, delay, easing, or reduced-motion values. No motion token is therefore defined. Keep implementation motion purposeful and verify any timing or easing against a relevant official surface before treating it as QuickBooks guidance.
239
+
240
+ ---
241
+ **Verified:** 2026-07-13
242
+ **Tier 1 sources:** https://design.intuit.com/quickbooks/brand/ https://design.intuit.com/quickbooks/product/ https://federation.intuit.com/as/authorization.oauth2?scope=openid+profile+email&response_type=code&redirect_uri=https%3A%2F%2Fpartnerauth.platform.intuit.com%2Fexternal_partner%2Fintuit_eiam%2Fcallback&client_id=9d678f82-f00e-4e8f-875e-484cac84cbc1&state=awb.228bcc57-93dd-4b7c-8691-6e252452f1e8
243
+ **Tier 2 sources:** https://getdesign.md/intuit (attempted; safe-open failure) https://styles.refero.design/?q=intuit (attempted; safe-open failure)
244
+ **Conflicts unresolved:** none