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,289 @@
1
+ ---
2
+ id: servicenow
3
+ name: ServiceNow Horizon
4
+ country: US
5
+ category: saas
6
+ homepage: "https://horizon.servicenow.com/"
7
+ primary_color: "#102c40"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=horizon.servicenow.com&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Horizon Design System
15
+ url: "https://horizon.servicenow.com/"
16
+ type: system
17
+ description: ServiceNow's source of truth for experience design across the Now Platform.
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: home, kind: design-system-home, url: "https://horizon.servicenow.com/", inspected: "2026-07-13" }
23
+ - { id: about-horizon, kind: design-system-about, url: "https://horizon.servicenow.com/getting-started/about-horizon", inspected: "2026-07-13" }
24
+ - { id: workspace-components, kind: design-system-components, url: "https://horizon.servicenow.com/workspace/components", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: horizon-home-capture, kind: product-surface, url: "https://horizon.servicenow.com/", captured: "2026-07-13" }
27
+ - { id: horizon-about-capture, kind: product-surface, url: "https://horizon.servicenow.com/getting-started/about-horizon", captured: "2026-07-13" }
28
+ - { id: horizon-components-capture, kind: official-doc, url: "https://horizon.servicenow.com/workspace/components", captured: "2026-07-13" }
29
+ - { id: horizon-about-doc, kind: official-doc, url: "https://horizon.servicenow.com/getting-started/about-horizon", captured: "2026-07-13" }
30
+ - { id: horizon-principles-doc, kind: official-doc, url: "https://horizon.servicenow.com/getting-started/principles", captured: "2026-07-13" }
31
+ - { id: horizon-whats-new-doc, kind: official-doc, url: "https://horizon.servicenow.com/getting-started/whats-new", captured: "2026-07-13" }
32
+ conflicts: []
33
+ claims:
34
+ "tokens.colors.navy": &home { surface_id: home, source_id: horizon-home-capture, method: computed-style, captured: "2026-07-13" }
35
+ "tokens.colors.canvas": *home
36
+ "tokens.colors.ink": *home
37
+ "tokens.colors.content-ink": &about { surface_id: about-horizon, source_id: horizon-about-capture, method: computed-style, captured: "2026-07-13" }
38
+ "tokens.colors.border-subtle": *about
39
+ "tokens.colors.link-teal": *home
40
+ "tokens.typography.family.ui": &font { surface_id: home, source_id: horizon-home-capture, method: computed-style-fontfaceset-and-source-url, 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.tracking": *font
45
+ "tokens.typography.display.use": *font
46
+ "tokens.typography.section-title.size": *about
47
+ "tokens.typography.section-title.weight": *about
48
+ "tokens.typography.section-title.lineHeight": *about
49
+ "tokens.typography.section-title.tracking": *about
50
+ "tokens.typography.section-title.use": *about
51
+ "tokens.typography.body.size": *about
52
+ "tokens.typography.body.weight": *about
53
+ "tokens.typography.body.lineHeight": *about
54
+ "tokens.typography.body.use": *about
55
+ "tokens.spacing.xs": *home
56
+ "tokens.spacing.sm": *home
57
+ "tokens.spacing.md": *home
58
+ "tokens.spacing.lg": *home
59
+ "tokens.spacing.xl": *home
60
+ "tokens.rounded.square": *home
61
+ "tokens.rounded.card": &components { surface_id: workspace-components, source_id: horizon-components-capture, method: computed-style, captured: "2026-07-13" }
62
+ "tokens.rounded.control": *home
63
+ "tokens.components.workspace-page-link.type": *components
64
+ "tokens.components.workspace-page-link.bg": *components
65
+ "tokens.components.workspace-page-link.fg": *components
66
+ "tokens.components.workspace-page-link.radius": *components
67
+ "tokens.components.workspace-page-link.height": *components
68
+ "tokens.components.workspace-page-link.font": *components
69
+ "tokens.components.workspace-page-link.use": *components
70
+ "tokens.components.primary-action.type": *home
71
+ "tokens.components.primary-action.bg": *home
72
+ "tokens.components.primary-action.fg": *home
73
+ "tokens.components.primary-action.border": *home
74
+ "tokens.components.primary-action.radius": *home
75
+ "tokens.components.primary-action.padding": *home
76
+ "tokens.components.primary-action.height": *home
77
+ "tokens.components.primary-action.font": *home
78
+ "tokens.components.primary-action.states": *home
79
+ "tokens.components.primary-action.use": *home
80
+ "tokens.components.nav-trigger.type": *home
81
+ "tokens.components.nav-trigger.fg": *home
82
+ "tokens.components.nav-trigger.radius": *home
83
+ "tokens.components.nav-trigger.padding": *home
84
+ "tokens.components.nav-trigger.height": *home
85
+ "tokens.components.nav-trigger.font": *home
86
+ "tokens.components.nav-trigger.states": *home
87
+ "tokens.components.nav-trigger.use": *home
88
+ tokens:
89
+ source: reconciled
90
+ extracted: "2026-07-13"
91
+ note: "Machine tokens are limited to the supplied Horizon home, about, and Workspace components capture. The capture contains no interaction records; only observed default component geometry is represented."
92
+ components_harvested: true
93
+ colors:
94
+ navy: "#102c40"
95
+ canvas: "#ffffff"
96
+ ink: "#222222"
97
+ content-ink: "#0b1012"
98
+ border-subtle: "#cfd5d7"
99
+ link-teal: "#00718f"
100
+ typography:
101
+ family: { ui: "ServiceNowSans" }
102
+ display: { size: 64, weight: 700, lineHeight: 72, tracking: -2.56, use: "Observed Horizon home H1" }
103
+ section-title: { size: 40, weight: 700, lineHeight: 52, tracking: -0.8, use: "Observed About Horizon section heading" }
104
+ body: { size: 16, weight: 300, lineHeight: 27.424, use: "Observed Horizon about-page list and body sample" }
105
+ spacing: { xs: 4, sm: 8, md: 16, lg: 24, xl: 32 }
106
+ rounded: { square: 0, card: 8, control: 8 }
107
+ components:
108
+ workspace-page-link: { type: listItem, bg: "#ffffff", fg: "#0000ee", radius: "8px", height: "298px", font: "16px / 400 ServiceNowSans", use: "Workspace components page-card link, selector surface-3::[data-omd-capture=93]" }
109
+ primary-action: { type: button, bg: "#222222", fg: "#ffffff", border: "1px solid transparent", radius: "8px", padding: "8px 20px", height: "42px", font: "14px / 450 ServiceNowSans", states: "default only; no interaction state captured", use: "Horizon home primary action, selector home::[data-omd-capture=15]" }
110
+ nav-trigger: { type: button, fg: "#222222", radius: "0px", padding: "24px 8px", height: "64px", font: "16px / 300 ServiceNowSansLight", states: "default only; no interaction state captured", use: "Horizon global-nav trigger with button role, selector home::[data-omd-capture=1]" }
111
+ ---
112
+
113
+ # Design System Inspiration of ServiceNow Horizon
114
+
115
+ ## 1. Visual Theme & Atmosphere
116
+
117
+ ServiceNow began as Fred Luddy's 2004 effort to make enterprise work easier to route and complete; Horizon is the design system that now gives the Now Platform a shared experience language. Its official description is not a marketing palette masquerading as a product UI: it is the source of truth for creators making enterprise experiences, spanning guidelines, resources, app frameworks, patterns, and components. The captured Horizon surfaces translate that remit into a quiet, practical presentation—dark navy navigation, white working space, near-black text, a wide ServiceNow Sans hierarchy, and measured 8px cards and controls. The expression favors orientation over decoration: large headings establish the topic, persistent navigation sets platform context, and link cards make a large system browsable. Horizon is actively evolving, with a 2025 site-wide ServiceNow Sans update and 2026 additions for AI guidance, accessibility personas, mobile coverage, and the Australia release libraries.
118
+
119
+ - **Platform-first clarity:** `#102C40` is observed on the global header while `#FFFFFF`, `#222222`, and `#0B1012` carry the working surface and content hierarchy.
120
+ - **Documentation as product surface:** cards, navigational triggers, and a restrained teal link treatment (`#00718F`) help creators move among frameworks rather than imply a single end-user application.
121
+ - **Release-aware system:** Horizon's official updates keep its component guidance and Figma libraries aligned with ServiceNow releases; this reference records the supplied 2026-07-13 capture, not a timeless or universal application theme.
122
+
123
+ ## 2. Color Palette & Roles
124
+
125
+ ### Observed Horizon roles
126
+
127
+ - **Navigation navy** (`#102C40`): observed global-header background on all three supplied Horizon surfaces.
128
+ - **Canvas** (`#FFFFFF`): observed document background and Workspace page-card surface.
129
+ - **Navigation ink** (`#222222`): repeated header, body, and default primary-action color.
130
+ - **Content ink** (`#0B1012`): observed Workspace component-page text and control color.
131
+ - **Subtle card border** (`#CFD5D7`): observed 1px border on an About Horizon link card; it is not generalized as a platform-wide input border.
132
+ - **Teal link** (`#00718F`): observed home-surface text link treatment; it is not promoted to a general action fill.
133
+
134
+ The supplied evidence establishes these values on Horizon's public documentation surfaces. It does not establish semantic status colors, dark-mode values, hover colors, or a complete token taxonomy, so those values are omitted.
135
+
136
+ ## 3. Typography Rules
137
+
138
+ ### Evidence classes
139
+
140
+ - **Official product-use:** Horizon's Winter 2025 update says the site was updated to its new ServiceNow Sans typography standards. This is official design-system context, not a separate visual measurement.
141
+ - **Live computed surface-use:** `ServiceNowSans` is loaded with high confidence, 722 visible uses, and Horizon-hosted WOFF/WOFF2 source URLs in the supplied packet. It is the only family promoted to `tokens.typography.family.ui`.
142
+ - **Live secondary aliases:** `ServiceNowSansLight` (34 visible uses) and `ServiceNowSansBook` (18) are also FontFaceSet-backed in the capture. They appear in measured navigation/text samples, but they are not added as independent UI-family tokens.
143
+ - **Declared-only:** Font Awesome 7 Brands, Font Awesome 7 Pro, Lato, ServiceNow Sans Mono, and several weight-named ServiceNow aliases are declared with zero visible usage. They are not substitutes or UI tokens.
144
+ - **License boundary:** no official public font licence granting reuse of the supplied hosted files was located in the allowed research. This reference records observed use only and does not imply redistribution permission.
145
+
146
+ ### Measured hierarchy
147
+
148
+ | Role | Family | Size | Weight | Line height | Tracking | Provenance |
149
+ |---|---|---:|---:|---:|---:|---|
150
+ | Horizon page title | ServiceNowSans | 64px | 700 | 72px | -2.56px | `home::h1` |
151
+ | About section heading | ServiceNowSans | 40px | 700 | 52px | -0.8px | `surface-2::#what-is-horizon` |
152
+ | About list/body sample | ServiceNowSans | 16px | 300 | 27.424px | normal | `surface-2::li` |
153
+ | Global-navigation trigger | ServiceNowSansLight | 16px | 300 | 16px | 0.24px | `home::[data-omd-capture="1"]` |
154
+
155
+ ## 4. Component Stylings
156
+
157
+ The following entries are restricted to selector-backed default samples in the supplied Horizon capture. Its interaction count is zero; no hover, focus, pressed, disabled, error, checked, or other interactive state is claimed.
158
+
159
+ ### Workspace documentation cards
160
+
161
+ **Workspace page link**
162
+ - Background: `#FFFFFF`
163
+ - Text: `#0000EE`
164
+ - Radius: `8px`
165
+ - Height: `298px`
166
+ - Font: `16px / 400 ServiceNowSans`
167
+ - Use: Workspace components page-card link; `surface-3::[data-omd-capture="93"]`, repeated on the components surface. This is rendered as a `listItem` token because the observed element is a link, not an evidenced button.
168
+
169
+ ### Horizon actions and navigation
170
+
171
+ **Primary action**
172
+ - Background: `#222222`
173
+ - Text: `#FFFFFF`
174
+ - Border: `1px solid transparent`
175
+ - Radius: `8px`
176
+ - Padding: `8px 20px`
177
+ - Height: `42px`
178
+ - Font: `14px / 450 ServiceNowSans`
179
+ - States: default only; no interaction state captured.
180
+ - Use: Horizon-home primary action; `home::[data-omd-capture="15"]`.
181
+
182
+ **Global-navigation trigger**
183
+ - Text: `#222222`
184
+ - Radius: `0px`
185
+ - Padding: `24px 8px`
186
+ - Height: `64px`
187
+ - Font: `16px / 300 ServiceNowSansLight`
188
+ - States: default only; no interaction state captured.
189
+ - Use: global-navigation item with an observed `button` role; `home::[data-omd-capture="1"]`.
190
+
191
+ ## 5. Layout Principles
192
+
193
+ - The supplied desktop surfaces use a persistent 64px global header before long-form design-system content.
194
+ - The observed hierarchy moves from 64px page titles to 40px sectional headings and 16px supporting copy; this is an observed documentation pattern, not a responsive specification.
195
+ - About Horizon presents reusable resources as bordered 8px link cards. Workspace components presents a larger set of 8px page cards; no universal grid, column count, or breakpoint is inferred from those observations.
196
+
197
+ ## 6. Depth & Elevation
198
+
199
+ - The representative public header, cards, buttons, and dialog samples in the supplied capture report `box-shadow: none`.
200
+ - The captured default surfaces use border, radius, contrast, and layout separation rather than an observed elevation scale. No shadow token is emitted.
201
+
202
+ ## 7. Do's and Don'ts
203
+
204
+ ### Do
205
+
206
+ - Use the observed navy header, white canvas, and dark text as a documentation-surface relationship, keeping each color in its captured role.
207
+ - Preserve the large-to-small heading hierarchy when adapting Horizon reference material.
208
+ - Use the selector-backed 8px card and primary-action geometry only where the route-local context fits.
209
+
210
+ ### Don't
211
+
212
+ - Treat a Horizon documentation card or global-navigation trigger as evidence for a logged-in Now Platform workflow.
213
+ - Invent hover, focus, pressed, disabled, error, or selection treatments from the zero-interaction capture.
214
+ - Substitute Lato, Font Awesome, a system font, or ServiceNow Sans Mono for the observed ServiceNowSans UI family.
215
+
216
+ ## 8. Responsive Behavior
217
+
218
+ The supplied evidence is a 1440×900 desktop capture. Horizon's own documentation describes multiple app frameworks, including Workspace, Native Mobile, Service Portal, and Core UI, but this packet does not measure their responsive breakpoints or mobile component geometry. Keep that boundary explicit; no mobile scale or collapse rule is tokenized.
219
+
220
+ ## 9. Agent Prompt Guide
221
+
222
+ Use Horizon as a source of truth for enterprise experience-design documentation: a dark navy global header, white canvas, ServiceNowSans hierarchy, 8px cards/controls, and quiet separation rather than shadow-heavy layering. Keep the reference domain-specific—Horizon documentation and component pages—not a claim about every ServiceNow product surface. Use only the captured default action and navigation geometry; interaction states, status colors, responsive thresholds, and font licence terms are unresolved and must stay absent.
223
+
224
+ ## 10. Voice & Tone
225
+
226
+ Horizon’s official language is purposeful, enabling, and creator-oriented: it frames design guidance as a way to help people build clear enterprise experiences. The samples below are illustrative adaptation guidance, not ServiceNow quotations.
227
+
228
+ | Do | Don't |
229
+ |---|---|
230
+ | Explain the practical outcome: “Choose the framework that fits this workflow.” | Use abstract superlatives with no task context. |
231
+ | Address creators directly and clearly: “Start with the component guidance.” | Hide the next step behind insider terminology. |
232
+ | Keep technical guidance calm and specific: “This card links to a documented pattern.” | Present undocumented behavior as a platform rule. |
233
+
234
+ Illustrative samples: “Build with the guidance that matches your workspace.” “Use the component page to compare documented patterns.” “Keep the next task visible and the system context stable.”
235
+
236
+ ## 11. Brand Narrative
237
+
238
+ ServiceNow's founder biography says Fred Luddy founded the company in 2004 with a goal of using technology to simplify work experiences for regular people. The company’s early cloud-platform premise grew from that practical concern: route work through an enterprise more effectively rather than add another disconnected tool.
239
+
240
+ Horizon gives the current platform that concern a design-system form. Its official About page calls it the source of truth for experience design at ServiceNow, centralizing guidelines, patterns, components, resources, and app frameworks for people creating on the platform. That makes the system’s restrained documentation vocabulary consequential: it helps creators, partners, designers, developers, product managers, and quality engineers coordinate around reusable guidance.
241
+
242
+ The present direction is explicitly evolutionary. Horizon’s updates document a site-wide ServiceNow Sans standards update in Winter 2025, and current 2026 work expands AI guidance, accessibility persona cards, Native Mobile coverage, and release-aligned libraries. These changes describe the Horizon system and its public resources; they do not independently verify visual behavior beyond the captured surfaces.
243
+
244
+ ## 12. Principles
245
+
246
+ 1. **Fluid — create an effortless path between experiences.** Horizon’s official principles describe intuition and clarity as a way to help people move naturally across experiences.
247
+ *UI implication:* make location, next steps, and information hierarchy legible before adding visual emphasis.
248
+ 2. **Symphonic — make parts work together.** Horizon centralizes guidelines, resources, and app-framework guidance rather than treating components as isolated artifacts.
249
+ *UI implication:* reuse documented patterns and keep shell, card, type, and content relationships coherent.
250
+ 3. **Inspiring — make enterprise work memorable without losing precision.** The official principles connect design quality with helping ServiceNow and customer brands stand out at important moments.
251
+ *UI implication:* use contrast and typography deliberately, without turning every documentation surface into a campaign.
252
+ 4. **Accessible creation — support diverse creators and users.** Horizon’s current updates include accessibility persona cards and its guidance addresses accessibility alongside AI and content design.
253
+ *UI implication:* treat accessibility as design input, not post-build decoration.
254
+
255
+ ## 13. Personas
256
+
257
+ These are official Horizon audience groups, not synthetic usability personas. They describe who the system says it supports; no unobserved behavior or satisfaction outcome is inferred.
258
+
259
+ - **Creators:** people combining design, engineering, and product-ownership skills who use curated tools and guidance to make enterprise experiences.
260
+ - **Partners:** teams using Horizon with tools such as UI Builder to create well-designed subsystems for customers.
261
+ - **Designers and developers:** internal advocates and implementers who use vetted patterns, reusable components, code examples, and documentation.
262
+ - **Product managers and quality engineers:** collaborators who use Horizon as a shared reference for decisions, validation, usability, performance, and in-app guidance.
263
+
264
+ ## 14. States
265
+
266
+ The supplied packet records no interaction states. The table therefore describes content and implementation guidance only; it does not assert component color, motion, focus, error, or disabled visual values.
267
+
268
+ | Category | Guidance |
269
+ |---|---|
270
+ | Empty | State what is unavailable and offer the documented next place to look. |
271
+ | Empty search | Explain that no matching documentation was found; do not imply a hidden result. |
272
+ | Loading | Preserve page context and a stable reading order while content is fetched. |
273
+ | Skeleton | Reserve space only when the final layout is known; no skeleton visual token is measured here. |
274
+ | Error | Name the failed task plainly and give a retry or recovery path when one exists. |
275
+ | Error — access | Explain when content requires a different permission or source; do not disguise access failure as missing data. |
276
+ | Success | Confirm the completed action in the same workflow context without inventing a toast style. |
277
+ | Disabled | Explain the prerequisite for an unavailable action; no disabled visual treatment was captured. |
278
+ | No interaction record | Do not infer hover, focus, pressed, checked, or error states from default component geometry. |
279
+ | Reduced motion | Honor user motion preferences; this capture does not measure duration or easing values. |
280
+
281
+ ## 15. Motion & Easing
282
+
283
+ No motion duration, easing curve, transition property, or reduced-motion implementation was measured in the supplied packet. Horizon’s public guidance positions accessibility as a platform concern, but it does not authorize inventing those values here. Use motion only when an implementation has its own verified specification; otherwise keep state changes direct and non-animated.
284
+
285
+ ---
286
+ **Verified:** 2026-07-13
287
+ **Tier 1 sources:** https://horizon.servicenow.com/ · https://horizon.servicenow.com/getting-started/about-horizon · https://horizon.servicenow.com/workspace/components
288
+ **Tier 2 sources:** attempted https://getdesign.md/servicenow (fetch error); attempted https://styles.refero.design/?q=servicenow (fetch error)
289
+ **Conflicts unresolved:** none