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,262 @@
1
+ ---
2
+ id: pega
3
+ name: Pega UX Design System
4
+ country: US
5
+ category: saas
6
+ homepage: "https://design.pega.com/"
7
+ primary_color: "#1a3a5c"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=pega.com&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Pega UX Design System
15
+ url: "https://design.pega.com/"
16
+ type: system
17
+ description: Pega's public, prescribed system for enterprise application workflows.
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: home, kind: design-system, url: "https://design.pega.com/", inspected: "2026-07-13" }
23
+ - { id: surface-2, kind: design-system, url: "https://design.pega.com/", inspected: "2026-07-13" }
24
+ - { id: surface-3, kind: design-system, url: "https://design.pega.com/components/", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: pega-ui-home, kind: product-surface, url: "https://design.pega.com/", captured: "2026-07-13" }
27
+ - { id: pega-components, kind: official-doc, url: "https://design.pega.com/components/", captured: "2026-07-13" }
28
+ - { id: pega-design-resources, kind: brand-asset, url: "https://design.pega.com/resources/design-resources/", captured: "2026-07-13" }
29
+ - { id: roboto-flex-license, kind: license, url: "https://github.com/googlefonts/roboto-flex", captured: "2026-07-13" }
30
+ claims:
31
+ "tokens.colors.header": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
32
+ "tokens.colors.action": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
33
+ "tokens.colors.canvas": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
34
+ "tokens.colors.foreground": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
35
+ "tokens.colors.accent": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
36
+ "tokens.colors.accent-weak": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
37
+ "tokens.typography.family.ui": { surface_id: home, source_id: pega-ui-home, method: computed-style-and-FontFaceSet, captured: "2026-07-13" }
38
+ "tokens.typography.heading.size": { surface_id: surface-3, source_id: pega-components, method: computed-style, captured: "2026-07-13" }
39
+ "tokens.typography.heading.weight": { surface_id: surface-3, source_id: pega-components, method: computed-style, captured: "2026-07-13" }
40
+ "tokens.typography.heading.lineHeight": { surface_id: surface-3, source_id: pega-components, method: computed-style, captured: "2026-07-13" }
41
+ "tokens.typography.body.size": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
42
+ "tokens.typography.body.weight": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
43
+ "tokens.typography.body.lineHeight": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
44
+ "tokens.spacing.version-button-y": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
45
+ "tokens.spacing.version-button-x": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
46
+ "tokens.spacing.search-input-x": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
47
+ "tokens.spacing.dark-action-y": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
48
+ "tokens.spacing.dark-action-x": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
49
+ "tokens.rounded.version-button": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
50
+ "tokens.rounded.dark-action": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
51
+ "tokens.rounded.search-input": { surface_id: home, source_id: pega-ui-home, method: computed-style, captured: "2026-07-13" }
52
+ "tokens.components.dark-link-action.type": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
53
+ "tokens.components.dark-link-action.bg": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
54
+ "tokens.components.dark-link-action.fg": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
55
+ "tokens.components.dark-link-action.border": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
56
+ "tokens.components.dark-link-action.radius": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
57
+ "tokens.components.dark-link-action.height": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
58
+ "tokens.components.dark-link-action.padding": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
59
+ "tokens.components.dark-link-action.font": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
60
+ "tokens.components.dark-link-action.states": { surface_id: home, source_id: pega-ui-home, method: supplied-interaction-summary, captured: "2026-07-13" }
61
+ "tokens.components.dark-link-action.use": { surface_id: home, source_id: pega-ui-home, method: selector-and-classname, captured: "2026-07-13" }
62
+ "tokens.components.header-search.type": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
63
+ "tokens.components.header-search.bg": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
64
+ "tokens.components.header-search.fg": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
65
+ "tokens.components.header-search.radius": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
66
+ "tokens.components.header-search.height": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
67
+ "tokens.components.header-search.padding": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
68
+ "tokens.components.header-search.font": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
69
+ "tokens.components.header-search.states": { surface_id: home, source_id: pega-ui-home, method: supplied-interaction-summary, captured: "2026-07-13" }
70
+ "tokens.components.header-search.use": { surface_id: home, source_id: pega-ui-home, method: selector-and-input-type, captured: "2026-07-13" }
71
+ "tokens.components.menu-row.type": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
72
+ "tokens.components.menu-row.fg": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
73
+ "tokens.components.menu-row.height": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
74
+ "tokens.components.menu-row.font": { surface_id: home, source_id: pega-ui-home, method: selector-backed-computed-style, captured: "2026-07-13" }
75
+ "tokens.components.menu-row.use": { surface_id: home, source_id: pega-ui-home, method: selector-and-role, captured: "2026-07-13" }
76
+ conflicts: []
77
+ tokens:
78
+ source: reconciled
79
+ extracted: "2026-07-13"
80
+ note: "Only the supplied public Pega UX Design System surfaces are tokenized; corporate and authenticated-product UI are outside this evidence bundle."
81
+ colors:
82
+ header: "#1a3a5c"
83
+ action: "#03102e"
84
+ canvas: "#ffffff"
85
+ foreground: "#050505"
86
+ accent: "#0b6dd3"
87
+ accent-weak: "#e8f3fb"
88
+ typography:
89
+ family: { ui: "Roboto Flex" }
90
+ heading: { size: 38.4, weight: 500, lineHeight: "48px" }
91
+ body: { size: 16, weight: 400, lineHeight: "24.64px" }
92
+ spacing: { version-button-y: 6, version-button-x: 12, search-input-x: 12, dark-action-y: 16, dark-action-x: 32 }
93
+ rounded: { version-button: 2, dark-action: 32, search-input: 0 }
94
+ components_harvested: true
95
+ components:
96
+ dark-link-action: { type: button, bg: "#03102e", fg: "#ffffff", border: "1px solid #ffffff", radius: "32px", height: "59px", padding: "16px 32px", font: "16px / 700 / Roboto Flex", states: "default observed only; interaction capture reported 0", use: "public design-system link with explicit link-as-button class" }
97
+ header-search: { type: input, bg: "rgba(255, 255, 255, 0.14)", fg: "#ffffff", radius: "0px", height: "32px", padding: "0px 12px", font: "14px / 400 / Roboto Flex", states: "default observed only; interaction capture reported 0", use: "public design-system search input" }
98
+ menu-row: { type: listItem, fg: "#050505", height: "42px", font: "16px / 400 / Roboto Flex", use: "public design-system menu row" }
99
+ ---
100
+
101
+ # Design System Inspiration of Pega UX Design System
102
+
103
+ ## 1. Visual Theme & Atmosphere
104
+
105
+ Pega is an enterprise AI decisioning and workflow-automation company whose public UX system is built for people completing consequential, guided work. The system’s recognizable expression is deliberately prescribed rather than a loose sticker sheet: it directs teams toward pre-built workflows, familiar patterns, and reduced interface choice so that attention can stay on business logic, accuracy, and progress. In the supplied Pega UX System surfaces, a deep blue header, crisp white canvas, Roboto Flex, compact utility controls, and a single large pill-shaped action create a calm but operationally direct document experience. Pega’s corporate story has evolved from long-running AI and automation work toward its current enterprise-transformation position; its design-system documentation likewise says Constellation is now the default name and direction for the same system.
106
+
107
+ **Key characteristics:**
108
+ - Deep header blue `#1a3a5c` paired with white `#ffffff` utility text.
109
+ - A dark `#03102e` link styled as a 59px, 32px-radius primary action in the captured public system home.
110
+ - Roboto Flex is both loaded on the supplied surfaces and named in Pega’s official UX System ’25 design resources.
111
+ - Current web geometry is limited to Pega’s public design-system documentation, not Pega corporate marketing or an authenticated enterprise application.
112
+
113
+ ## 2. Color Palette & Roles
114
+
115
+ ### Public Pega UX System surface roles
116
+
117
+ - **Header** (`#1a3a5c`): measured background of the public design-system masthead.
118
+ - **Action** (`#03102e`): measured fill of the explicit `link-as-button` action on the public home surface.
119
+ - **Canvas** (`#ffffff`): measured page background and text-on-dark pairing.
120
+ - **Foreground** (`#050505`): measured dark menu and body text.
121
+ - **Accent** (`#0b6dd3`): measured blue foreground in a public-home link sample.
122
+ - **Accent Weak** (`#e8f3fb`): measured pale-blue background in that same public-home link sample.
123
+
124
+ The observed palette is a documentation-surface record. It does not establish Pega corporate campaign colors or authenticated-product semantic colors.
125
+
126
+ ## 3. Typography Rules
127
+
128
+ ### Official product-use and live surface-use
129
+
130
+ Roboto Flex is the loaded, high-confidence family across 184 visible observations in the supplied Pega UX System pages, including body text, headings, buttons, inputs, cards, and menu rows. The Pega UX System ’25 design-kit resource also names “Roboto Flex” as its font family. The measured public documentation values retained as reusable reference points are a 38.4px / 500 / 48px component-page heading and 16px / 400 / 24.64px body text.
131
+
132
+ ### Official distributed design asset
133
+
134
+ Pega’s design-resources page links its Figma kit, icon library, and Roboto Flex family. This confirms the family as a Pega UX System asset; it does not transfer a Pega project asset licence to another project.
135
+
136
+ ### Licence boundary
137
+
138
+ The Roboto Flex project publishes its fonts under the SIL Open Font License 1.1. That licence is typeface context, separate from Pega’s own application assets and from this reference’s measured web usage.
139
+
140
+ ### Declared-only and unresolved
141
+
142
+ DM Sans, JetBrains Mono, and Source Serif 4 were declared in the captured CSS but had zero visible uses. They are not promoted to a UI token. System stacks such as `-apple-system` and Arial were also observed, but are treated as runtime fallbacks rather than Pega brand families.
143
+
144
+ ## 4. Components
145
+
146
+ ### Public dark link action
147
+
148
+ **Default observed**
149
+ - Background: `#03102e`
150
+ - Text: `#ffffff`
151
+ - Border: `1px solid #ffffff`
152
+ - Radius: `32px`
153
+ - Height: `59px`
154
+ - Padding: `16px 32px`
155
+ - Font: `16px / 700 / Roboto Flex`
156
+ - States: default observed only; interaction capture reported 0
157
+ - Use: public design-system link with explicit `link-as-button` class
158
+
159
+ ### Header search input
160
+
161
+ **Default observed**
162
+ - Background: `rgba(255, 255, 255, 0.14)`
163
+ - Text: `#ffffff`
164
+ - Radius: `0px`
165
+ - Height: `32px`
166
+ - Padding: `0px 12px`
167
+ - Font: `14px / 400 / Roboto Flex`
168
+ - States: default observed only; interaction capture reported 0
169
+ - Use: public design-system search input
170
+
171
+ ### Menu row
172
+
173
+ **Default observed**
174
+ - Text: `#050505`
175
+ - Height: `42px`
176
+ - Font: `16px / 400 / Roboto Flex`
177
+ - Use: public design-system menu row
178
+
179
+ The menu item is retained as `listItem`: the supplied evidence records a row/menuitem, not button semantics. No hover, focus, pressed, disabled, error, or selection styling is asserted because the bundle records zero interaction actions and zero observed states.
180
+
181
+ ---
182
+ **Verified:** 2026-07-13
183
+ **Tier 1 sources:** `https://design.pega.com/` (supplied public Pega UX System computed-style and FontFaceSet evidence), `https://design.pega.com/components/` (supplied public components-route evidence), `https://design.pega.com/resources/design-resources/` (official design assets and Roboto Flex confirmation), `https://github.com/googlefonts/roboto-flex` (Roboto Flex licence context)
184
+ **Tier 2 sources:** `https://getdesign.md/pega` (attempted through built-in web open; safe-open error, no usable record), `https://styles.refero.design/?q=pega` (attempted through built-in web open and domain search; safe-open error and no result record)
185
+ **Conflicts unresolved:** none
186
+
187
+ ## 5. Layout Principles
188
+
189
+ - **Prescribed workflow first:** Pega’s official getting-started material frames the system as a way to remove trivial UI decisions so teams can focus on business logic, productivity, and ROI.
190
+ - **Compact documentation chrome:** the captured version control uses 6px vertical and 12px horizontal padding; the search input uses 12px horizontal padding.
191
+ - **Large forward action:** the observed dark action uses 16px vertical and 32px horizontal padding at 59px height.
192
+ - **Scope boundary:** these dimensions describe the supplied public design-system pages at 1440×900; they do not prove a product application grid, responsive breakpoint, or authenticated workflow layout.
193
+
194
+ ## 6. Depth & Elevation
195
+
196
+ The retained dark action, header controls, menu rows, and captured article containers report no box shadow. No Pega elevation scale is established. In this narrow evidence bundle, hierarchy comes from the dark header, contrast, padding, and the action’s rounded silhouette rather than a reusable shadow ladder.
197
+
198
+ ## 7. Do's and Don'ts
199
+
200
+ ### Do
201
+
202
+ - Use the documented system as a guide for task-oriented enterprise flows, where the next meaningful action is clear.
203
+ - Preserve the measured dark blue `#03102e` action, white `#ffffff` text, and 32px action radius only in a comparable public-system context.
204
+ - Use Roboto Flex only when it is actually available and appropriately licensed for the target project.
205
+ - Keep labels, helper content, and form structure explicit; Pega’s forms guidance favors labels and helper text over placeholders.
206
+
207
+ ### Don't
208
+
209
+ - Do not transplant public documentation chrome into an authenticated Pega application without product-surface evidence.
210
+ - Do not substitute a system font and label it Roboto Flex.
211
+ - Do not invent hover, focus, pressed, disabled, error, or motion values from this zero-interaction capture.
212
+ - Do not promote DM Sans, JetBrains Mono, or Source Serif 4 from declared CSS into a Pega UI-family claim.
213
+
214
+ ## 8. Responsive Behavior
215
+
216
+ Only 1440×900 surfaces were supplied. Pega’s official material says the system addresses multi-device support and responsive behavior, but this packet contains no measured breakpoint, reflow, touch-target, or mobile-navigation value. Those fields are therefore absent.
217
+
218
+ ## 9. Agent Prompt Guide
219
+
220
+ Use this reference for a **Pega UX System public documentation or guided-enterprise-workflow direction**: a deep-blue utility header, white canvas, Roboto Flex when truly available, low-shadow separation, clear labels, and one highly legible dark rounded next-step action. Let the workflow and business information lead. Do not present this public documentation geometry as verified Pega product UI, and leave all interactive states and motion unspecified unless new product-surface evidence records them.
221
+
222
+ ## 10. Voice & Tone
223
+
224
+ Pega’s official system language is practical and outcome-oriented: it describes guided workflows, familiar interaction patterns, accessibility, localization, and the fastest path to an accurate outcome. The corporate voice adds “Build for Change” to a long-running AI and automation story. Treat this as public documentation and positioning guidance, not as a complete error-message or transactional-copy specification.
225
+
226
+ | Context | Direction grounded in official material |
227
+ | --- | --- |
228
+ | Workflow guidance | Name the task and the outcome plainly. |
229
+ | Form help | Explain what is expected with labels and short helper text. |
230
+ | Product framing | Connect consistency to speed, accuracy, and adaptability. |
231
+
232
+ **Official wording samples**
233
+ - *“Patterns and components for building enterprise applications.”* — Pega UX Design System home.
234
+ - *“The fastest path to an accurate outcome.”* — Pega forms guidance.
235
+ - *“Build for Change®.”* — Pega corporate positioning.
236
+
237
+ ## 11. Brand Narrative
238
+
239
+ Pega says founder and CEO Alan Trefler began developing chess-playing AI agents more than four decades ago, applying the underlying ideas to technology and business. Its current corporate story positions the company as an enterprise-transformation platform for governed, scalable, adaptable processes and decisions. That long horizon helps explain the UX system’s emphasis on prescribed patterns: the public getting-started guidance explicitly redirects effort away from repeated button-placement choices and toward business logic, workflows, and productivity.
240
+
241
+ The current design-system site describes Constellation as the default design system name and direction while saying the underlying system remains the same. This is a product-language evolution, not evidence that all historical Pega public surfaces share the measured values in this reference. Pega’s 2021 brand account separately describes a move away from a rigid, four-color/four-shape visual system toward a more modern, flexible, narrative illustration approach; that corporate brand history is not used as a token source for the Pega UX System pages.
242
+
243
+ ## 12. Principles
244
+
245
+ 1. **Guide work toward an accurate outcome.** The system’s forms guidance makes speed, readability, and reduced overwhelm explicit. *UI implication:* show the next required task and its context before adding optional controls.
246
+ 2. **Prescribe the repeatable decisions.** Pega’s getting-started page emphasizes pre-built workflows and consistent patterns. *UI implication:* make ordinary workflow choices predictable instead of styling each page as a separate concept.
247
+ 3. **Keep essential input explicit.** Pega recommends labels and helper text instead of placeholders. *UI implication:* expose what a field means and what is required without relying on faint temporary copy.
248
+ 4. **Build for continuous change.** Pega’s corporate position ties enterprise transformation to adaptable, governed systems. *UI implication:* use clear information hierarchy that can accommodate evolving case data without obscuring the current action.
249
+
250
+ The UI implications are this reference’s application of official public guidance, not a claim of unpublished Pega product rules.
251
+
252
+ ## 13. Personas
253
+
254
+ This reference does not invent named personas. Pega’s official UX-system pages identify people who design, author, configure, and complete guided enterprise work: application designers and authors use the documented patterns, while end users create and manage Cases and complete Assignments. Pega’s public corporate context also names large organizations modernizing workflows and customer experiences. These are stakeholder groups, not substitutes for first-party user research or verified application roles.
255
+
256
+ ## 14. States
257
+
258
+ No authenticated-product empty, loading, success, error, or disabled state was supplied. The packet records zero interaction actions and zero observed states, so no component-state contract is inferred. Pega’s public documentation discusses forms, accessibility, and workflow patterns, but that narrative does not create measured state tokens for this reference.
259
+
260
+ ## 15. Motion & Easing
261
+
262
+ The evidence packet records `interactionCount: 0`, no interaction kinds, and no transition or easing measurements. No duration, easing, reduced-motion, or motion-behavior token is established.