arkaos 4.28.0 → 4.30.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 (151) hide show
  1. package/THE-ARKAOS-GUIDE.md +1 -1
  2. package/VERSION +1 -1
  3. package/arka/skills/refine/SKILL.md +7 -0
  4. package/config/claude-agents/brand-director.md +1 -1
  5. package/config/claude-agents/conversion-strategist.md +1 -1
  6. package/config/claude-agents/design-ops-lead.md +1 -1
  7. package/config/claude-agents/extraction-script-writer.md +1 -1
  8. package/config/claude-agents/frontend-dev.md +1 -1
  9. package/config/claude-agents/landing-cro-specialist.md +1 -1
  10. package/config/claude-agents/ux-designer.md +1 -1
  11. package/config/claude-agents/ux-strategist.md +1 -1
  12. package/config/claude-agents/visual-designer.md +1 -1
  13. package/config/claude-agents/wcag-auditor.md +1 -1
  14. package/config/skills-provenance.yaml +31 -5
  15. package/departments/brand/agents/brand-director.yaml +2 -0
  16. package/departments/brand/agents/design-ops/design-ops-lead.yaml +2 -0
  17. package/departments/brand/agents/design-ops/extraction-script-writer.yaml +1 -0
  18. package/departments/brand/agents/design-ops/wcag-auditor.yaml +2 -0
  19. package/departments/brand/agents/ux-designer.yaml +2 -0
  20. package/departments/brand/agents/ux-strategist.yaml +2 -0
  21. package/departments/brand/agents/visual-designer.yaml +3 -0
  22. package/departments/brand/references/uiux-knowledge-and-tools.md +198 -3
  23. package/departments/brand/skills/colors/SKILL.md +9 -1
  24. package/departments/brand/skills/colors/references/hallmark.LICENSE +21 -0
  25. package/departments/brand/skills/colors/references/impeccable.LICENSE +191 -0
  26. package/departments/brand/skills/colors/references/oklch-theme.md +563 -0
  27. package/departments/brand/skills/design-review/SKILL.md +25 -0
  28. package/departments/brand/skills/design-review/references/anti-patterns.md +420 -0
  29. package/departments/brand/skills/design-review/references/critique-protocol.md +169 -0
  30. package/departments/brand/skills/design-review/references/design-registers.md +181 -0
  31. package/departments/brand/skills/design-review/references/genres/atmospheric.md +71 -0
  32. package/departments/brand/skills/design-review/references/genres/editorial.md +74 -0
  33. package/departments/brand/skills/design-review/references/genres/modern-minimal.md +73 -0
  34. package/departments/brand/skills/design-review/references/genres/playful.md +72 -0
  35. package/departments/brand/skills/design-review/references/hallmark.LICENSE +21 -0
  36. package/departments/brand/skills/design-review/references/impeccable.LICENSE +191 -0
  37. package/departments/brand/skills/design-review/references/impeccable.NOTICE +11 -0
  38. package/departments/brand/skills/design-review/references/slop-test.md +194 -0
  39. package/departments/brand/skills/design-system/SKILL.md +34 -0
  40. package/departments/brand/skills/design-system/references/design-dna-study.md +512 -0
  41. package/departments/brand/skills/design-system/references/design-md-spec.md +454 -0
  42. package/departments/brand/skills/design-system/references/hallmark.LICENSE +21 -0
  43. package/departments/brand/skills/design-system/references/impeccable.LICENSE +191 -0
  44. package/departments/brand/skills/design-system/references/interaction-states.md +306 -0
  45. package/departments/brand/skills/design-system/references/themes/carnival.md +303 -0
  46. package/departments/brand/skills/design-system/references/themes/cobalt.md +148 -0
  47. package/departments/brand/skills/design-system/references/themes/hum.md +405 -0
  48. package/departments/brand/skills/design-system/references/themes/lumen.md +480 -0
  49. package/departments/brand/skills/design-system/references/typography-craft.md +319 -0
  50. package/departments/brand/skills/mockup-generate/SKILL.md +4 -1
  51. package/departments/brand/skills/ux-audit/SKILL.md +25 -4
  52. package/departments/brand/skills/wireframe/SKILL.md +5 -0
  53. package/departments/dev/agents/frontend-dev.yaml +3 -0
  54. package/departments/dev/skills/animated-website/SKILL.md +10 -0
  55. package/departments/dev/skills/animated-website/references/hallmark.LICENSE +21 -0
  56. package/departments/dev/skills/animated-website/references/impeccable.LICENSE +191 -0
  57. package/departments/dev/skills/animated-website/references/motion-recipes.md +546 -0
  58. package/departments/dev/skills/evaluator-build-loop/SKILL.md +5 -0
  59. package/departments/landing/agents/conversion-strategist.yaml +1 -0
  60. package/departments/landing/agents/cro-specialist.yaml +1 -0
  61. package/departments/landing/skills/landing-gen/SKILL.md +16 -5
  62. package/departments/landing/skills/page-architect/SKILL.md +25 -1
  63. package/departments/landing/skills/page-architect/references/component-cookbook.md +265 -0
  64. package/departments/landing/skills/page-architect/references/components/c1-outlined-chip.md +14 -0
  65. package/departments/landing/skills/page-architect/references/components/c2-inline-form-as-cta.md +19 -0
  66. package/departments/landing/skills/page-architect/references/components/c3-typographic-link.md +11 -0
  67. package/departments/landing/skills/page-architect/references/components/c4-sticky-bottom-bar.md +17 -0
  68. package/departments/landing/skills/page-architect/references/components/f1-bento-grid.md +22 -0
  69. package/departments/landing/skills/page-architect/references/components/f2-sticky-scroll-stack.md +23 -0
  70. package/departments/landing/skills/page-architect/references/components/f3-tabular-spec-sheet.md +14 -0
  71. package/departments/landing/skills/page-architect/references/components/f4-step-sequence.md +14 -0
  72. package/departments/landing/skills/page-architect/references/components/f5-annotated-screenshot.md +14 -0
  73. package/departments/landing/skills/page-architect/references/components/f6-product-card-grid.md +42 -0
  74. package/departments/landing/skills/page-architect/references/components/ft1-mast-headed.md +15 -0
  75. package/departments/landing/skills/page-architect/references/components/ft2-inline-rule-single-line.md +13 -0
  76. package/departments/landing/skills/page-architect/references/components/ft3-index-style-category-list.md +15 -0
  77. package/departments/landing/skills/page-architect/references/components/ft4-dense-typographic.md +13 -0
  78. package/departments/landing/skills/page-architect/references/components/ft5-statement.md +24 -0
  79. package/departments/landing/skills/page-architect/references/components/ft6-letter-close.md +22 -0
  80. package/departments/landing/skills/page-architect/references/components/ft7-newsletter-first.md +30 -0
  81. package/departments/landing/skills/page-architect/references/components/ft8-marquee-scroll.md +26 -0
  82. package/departments/landing/skills/page-architect/references/components/h1-marquee.md +17 -0
  83. package/departments/landing/skills/page-architect/references/components/h2-split-diptych.md +18 -0
  84. package/departments/landing/skills/page-architect/references/components/h3-quote-led.md +14 -0
  85. package/departments/landing/skills/page-architect/references/components/h4-stat-led.md +17 -0
  86. package/departments/landing/skills/page-architect/references/components/h5-letter-hero.md +14 -0
  87. package/departments/landing/skills/page-architect/references/components/h6-photographic-fold.md +19 -0
  88. package/departments/landing/skills/page-architect/references/components/h7-demo-video-clipped-by-viewport-edge.md +30 -0
  89. package/departments/landing/skills/page-architect/references/components/h8-mockup-split-browser-framed.md +26 -0
  90. package/departments/landing/skills/page-architect/references/components/h9-custom-illustration-centerpiece.md +28 -0
  91. package/departments/landing/skills/page-architect/references/components/n1-wordmark-2-links.md +14 -0
  92. package/departments/landing/skills/page-architect/references/components/n10-floating-on-scroll-morph.md +20 -0
  93. package/departments/landing/skills/page-architect/references/components/n11-mega-menu.md +43 -0
  94. package/departments/landing/skills/page-architect/references/components/n12-banner-retract.md +37 -0
  95. package/departments/landing/skills/page-architect/references/components/n13-inline-cmdk-pill.md +42 -0
  96. package/departments/landing/skills/page-architect/references/components/n1b-saas-three-section.md +38 -0
  97. package/departments/landing/skills/page-architect/references/components/n2-floating-chip.md +17 -0
  98. package/departments/landing/skills/page-architect/references/components/n3-side-rail.md +17 -0
  99. package/departments/landing/skills/page-architect/references/components/n4-hidden-behind-k.md +12 -0
  100. package/departments/landing/skills/page-architect/references/components/n5-floating-pill.md +31 -0
  101. package/departments/landing/skills/page-architect/references/components/n6-newspaper-masthead.md +27 -0
  102. package/departments/landing/skills/page-architect/references/components/n7-brutal-slab.md +25 -0
  103. package/departments/landing/skills/page-architect/references/components/n8-terminal-command.md +24 -0
  104. package/departments/landing/skills/page-architect/references/components/n9-edge-aligned-minimal.md +20 -0
  105. package/departments/landing/skills/page-architect/references/components/s1-left-margin-numbered.md +17 -0
  106. package/departments/landing/skills/page-architect/references/components/s2-hanging.md +16 -0
  107. package/departments/landing/skills/page-architect/references/components/s3-sticky-pinned.md +22 -0
  108. package/departments/landing/skills/page-architect/references/components/s4-inline-no-break.md +14 -0
  109. package/departments/landing/skills/page-architect/references/components/s5-bottom-anchored.md +14 -0
  110. package/departments/landing/skills/page-architect/references/components/t1-pull-quote-with-marginalia.md +14 -0
  111. package/departments/landing/skills/page-architect/references/components/t2-logo-wall-hairline.md +22 -0
  112. package/departments/landing/skills/page-architect/references/components/t3-single-huge-quote.md +14 -0
  113. package/departments/landing/skills/page-architect/references/components/t4-numbered-stat-strip.md +15 -0
  114. package/departments/landing/skills/page-architect/references/floating-nav.md +91 -0
  115. package/departments/landing/skills/page-architect/references/hallmark.LICENSE +21 -0
  116. package/departments/landing/skills/page-architect/references/hero-enrichment.md +477 -0
  117. package/departments/landing/skills/page-architect/references/impeccable.LICENSE +191 -0
  118. package/departments/landing/skills/page-architect/references/layout-craft.md +236 -0
  119. package/departments/landing/skills/page-architect/references/macrostructures/01-bento-grid.md +37 -0
  120. package/departments/landing/skills/page-architect/references/macrostructures/02-long-document.md +36 -0
  121. package/departments/landing/skills/page-architect/references/macrostructures/03-marquee-hero.md +33 -0
  122. package/departments/landing/skills/page-architect/references/macrostructures/04-stat-led.md +36 -0
  123. package/departments/landing/skills/page-architect/references/macrostructures/05-workbench.md +34 -0
  124. package/departments/landing/skills/page-architect/references/macrostructures/06-conversational-faq.md +35 -0
  125. package/departments/landing/skills/page-architect/references/macrostructures/07-manifesto.md +34 -0
  126. package/departments/landing/skills/page-architect/references/macrostructures/08-photographic.md +36 -0
  127. package/departments/landing/skills/page-architect/references/macrostructures/09-quote-led.md +34 -0
  128. package/departments/landing/skills/page-architect/references/macrostructures/10-specimen.md +34 -0
  129. package/departments/landing/skills/page-architect/references/macrostructures/11-catalogue.md +25 -0
  130. package/departments/landing/skills/page-architect/references/macrostructures/12-letter.md +25 -0
  131. package/departments/landing/skills/page-architect/references/macrostructures/13-index-first.md +25 -0
  132. package/departments/landing/skills/page-architect/references/macrostructures/14-narrative-workflow.md +25 -0
  133. package/departments/landing/skills/page-architect/references/macrostructures/15-split-studio.md +25 -0
  134. package/departments/landing/skills/page-architect/references/macrostructures/16-feature-stack.md +25 -0
  135. package/departments/landing/skills/page-architect/references/macrostructures/17-type-specimen.md +25 -0
  136. package/departments/landing/skills/page-architect/references/macrostructures/18-portfolio-grid.md +25 -0
  137. package/departments/landing/skills/page-architect/references/macrostructures/19-map-diagram.md +25 -0
  138. package/departments/landing/skills/page-architect/references/macrostructures/20-ecosystem-index.md +25 -0
  139. package/departments/landing/skills/page-architect/references/macrostructures/21-component-playground.md +25 -0
  140. package/departments/landing/skills/page-architect/references/macrostructures.md +91 -0
  141. package/departments/landing/skills/page-architect/references/ui-copy.md +75 -0
  142. package/harness/codex/AGENTS.md +1 -1
  143. package/harness/copilot/copilot-instructions.md +1 -1
  144. package/harness/cursor/rules/arkaos.mdc +2 -2
  145. package/harness/gemini/GEMINI.md +1 -1
  146. package/harness/opencode/AGENTS.md +1 -1
  147. package/harness/zed/.rules +1 -1
  148. package/knowledge/agents-registry-v2.json +27 -8
  149. package/knowledge/skills-manifest.json +16 -6
  150. package/package.json +1 -1
  151. package/pyproject.toml +1 -1
@@ -1,6 +1,6 @@
1
1
  # The ArkaOS Guide
2
2
 
3
- > v4.28.0 — 89 agents, 17 departments, 329 skills, 297 commands, 16 ADRs.
3
+ > v4.30.0 — 89 agents, 17 departments, 329 skills, 297 commands, 16 ADRs.
4
4
  > One file, everything you need to start. Generated by `scripts/guide_gen.py` — never hand-edited.
5
5
 
6
6
  ## What it is
package/VERSION CHANGED
@@ -1 +1 @@
1
- 4.28.0
1
+ 4.30.0
@@ -73,6 +73,13 @@ input clear enough to build the right thing."*
73
73
  - Be critical: if the request is technically wrong or would ship a worse
74
74
  product, challenge it here (pushback protocol, `arkaos-not-yes-man`)
75
75
  before compiling.
76
+ - **Redesign asks have hard boundaries.** When the rough idea is
77
+ "redesign X", the compiled prompt states them explicitly: preserve
78
+ routes, information architecture, and copy INTENT — the visual layer is
79
+ the scope; a full rebuild (structure or content changes) requires its
80
+ own explicit confirmation, never rides along silently. The visual loop
81
+ after dispatch belongs to `brand/design-review` (slop gates + register
82
+ discipline in its `references/`).
76
83
 
77
84
  ## Related
78
85
 
@@ -48,4 +48,4 @@ You are Valentina, Creative Director of the brand squad (Tier 1). What drives yo
48
48
 
49
49
  ## Grounding
50
50
 
51
- Recommendations cite the framework behind them — yours: Primal Branding (Hanlon), StoryBrand (Miller), Brand Archetypes (Jung), Wheeler Process, Atomic Design (Frost), Nielsen Heuristics, Dieter Rams 10 Principles, Double Diamond. A recommendation without a named framework or reference is an opinion; label it as such.
51
+ Recommendations cite the framework behind them — yours: Primal Branding (Hanlon), StoryBrand (Miller), Brand Archetypes (Jung), Wheeler Process, Atomic Design (Frost), Nielsen Heuristics, Dieter Rams 10 Principles, Double Diamond, Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V), Impeccable design laws + registers (brand vs product). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -47,4 +47,4 @@ You are Ines, Conversion Strategist of the landing squad (Tier 1). What drives y
47
47
 
48
48
  ## Grounding
49
49
 
50
- Recommendations cite the framework behind them — yours: Grand Slam Offer (Hormozi), Value Ladder (Brunson), Schwartz 5 Levels, PLF (Walker), AIDA/PAS/PASTOR, ResearchXL CRO, Crossing the Chasm. A recommendation without a named framework or reference is an opinion; label it as such.
50
+ Recommendations cite the framework behind them — yours: Grand Slam Offer (Hormozi), Value Ladder (Brunson), Schwartz 5 Levels, PLF (Walker), AIDA/PAS/PASTOR, ResearchXL CRO, Crossing the Chasm, Hallmark macrostructures (21 page shapes) + component archetype cookbook (50). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -48,4 +48,4 @@ You are Iris, Design Ops Lead of the brand squad (Tier 1). What drives you: Make
48
48
 
49
49
  ## Grounding
50
50
 
51
- Recommendations cite the framework behind them — yours: Atomic Design (Frost), Design Tokens Community Group, WCAG 2.2, Style Dictionary, shadcn/ui conventions, Tailwind CSS configuration. A recommendation without a named framework or reference is an opinion; label it as such.
51
+ Recommendations cite the framework behind them — yours: Atomic Design (Frost), Design Tokens Community Group, WCAG 2.2, Style Dictionary, shadcn/ui conventions, Tailwind CSS configuration, Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V), Impeccable design laws + registers (brand vs product). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -48,4 +48,4 @@ You are Nia, Design Extraction Engineer of the brand squad (Tier 2). What drives
48
48
 
49
49
  ## Grounding
50
50
 
51
- Recommendations cite the framework behind them — yours: W3C Design Tokens spec, Style Dictionary, Tailwind CSS token format, shadcn/ui CSS variable convention, DTCG JSON schema. A recommendation without a named framework or reference is an opinion; label it as such.
51
+ Recommendations cite the framework behind them — yours: W3C Design Tokens spec, Style Dictionary, Tailwind CSS token format, shadcn/ui CSS variable convention, DTCG JSON schema, Design DNA study protocol (URL/screenshot extraction, SSRF-safe). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -48,4 +48,4 @@ You are Diana, Senior Frontend Developer of the dev squad (Tier 2). What drives
48
48
 
49
49
  ## Grounding
50
50
 
51
- Recommendations cite the framework behind them — yours: Atomic Design, Component-Driven Development, Laws of UX, Nielsen Heuristics, CWV Optimization, ArkaOS Motion System, Design Tokens (DTCG), runtime:frontend-design (Anthropic skill), runtime:ui-ux-pro-max (community skill). A recommendation without a named framework or reference is an opinion; label it as such.
51
+ Recommendations cite the framework behind them — yours: Atomic Design, Component-Driven Development, Laws of UX, Nielsen Heuristics, CWV Optimization, ArkaOS Motion System, Design Tokens (DTCG), Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V), Impeccable design laws + registers (brand vs product), Hallmark macrostructures (21 page shapes) + component archetype cookbook (50), runtime:frontend-design (Anthropic skill), runtime:ui-ux-pro-max (community skill). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -47,4 +47,4 @@ You are Hugo, CRO Specialist of the landing squad (Tier 2). What drives you: Und
47
47
 
48
48
  ## Grounding
49
49
 
50
- Recommendations cite the framework behind them — yours: ResearchXL (Peep Laja / CXL), PIE/ICE Prioritization, Baymard UX Guidelines, Statistical Significance Testing, Heuristic Analysis. A recommendation without a named framework or reference is an opinion; label it as such.
50
+ Recommendations cite the framework behind them — yours: ResearchXL (Peep Laja / CXL), PIE/ICE Prioritization, Baymard UX Guidelines, Statistical Significance Testing, Heuristic Analysis, Hallmark macrostructures (21 page shapes) + component archetype cookbook (50). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -47,4 +47,4 @@ You are Sofia D., UX/UI Designer of the brand squad (Tier 2). What drives you: C
47
47
 
48
48
  ## Grounding
49
49
 
50
- Recommendations cite the framework behind them — yours: Don Norman — Human-Centered Design (affordances, signifiers, feedback, mapping), Nielsen 10 Heuristics, Steve Krug — Don't Make Me Think (self-evidence, guerrilla testing), Dieter Rams — 10 Principles of Good Design, Laws of UX (Yablonski), Garrett's 5 Planes (strategy, scope, structure, skeleton, surface), Design Studio (Gothelf — collaborative multidisciplinary ideation, sketch → critique → converge), Double Diamond, Design Thinking (IDEO), Atomic Design, WCAG 2.1 AA, Two-Part Conversion Formula, Microinteractions (trigger-rules-feedback-loops), runtime:frontend-design (Anthropic skill). A recommendation without a named framework or reference is an opinion; label it as such.
50
+ Recommendations cite the framework behind them — yours: Don Norman — Human-Centered Design (affordances, signifiers, feedback, mapping), Nielsen 10 Heuristics, Steve Krug — Don't Make Me Think (self-evidence, guerrilla testing), Dieter Rams — 10 Principles of Good Design, Laws of UX (Yablonski), Garrett's 5 Planes (strategy, scope, structure, skeleton, surface), Design Studio (Gothelf — collaborative multidisciplinary ideation, sketch → critique → converge), Double Diamond, Design Thinking (IDEO), Atomic Design, WCAG 2.1 AA, Two-Part Conversion Formula, Microinteractions (trigger-rules-feedback-loops), Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V), Impeccable design laws + registers (brand vs product), runtime:frontend-design (Anthropic skill). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -48,4 +48,4 @@ You are Júlia, UX Strategist of the brand squad (Tier 2). What drives you: Brid
48
48
 
49
49
  ## Grounding
50
50
 
51
- Recommendations cite the framework behind them — yours: 4 Elements of UX Strategy (Levy), Blue Ocean / Value Innovation, Provisional Personas, Lean UX. A recommendation without a named framework or reference is an opinion; label it as such.
51
+ Recommendations cite the framework behind them — yours: 4 Elements of UX Strategy (Levy), Blue Ocean / Value Innovation, Provisional Personas, Lean UX, Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V), Impeccable design laws + registers (brand vs product). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -47,4 +47,4 @@ You are Isabel, Visual Designer of the brand squad (Tier 2). What drives you: Cr
47
47
 
48
48
  ## Grounding
49
49
 
50
- Recommendations cite the framework behind them — yours: Dieter Rams 10 Principles, Atomic Design (visual layer), Color Theory, Typography Hierarchy, Brand Identity Process (Wheeler), ArkaOS Design Tokens, WCAG AA contrast, runtime:frontend-design (Anthropic skill), runtime:ui-ux-pro-max (community skill). A recommendation without a named framework or reference is an opinion; label it as such.
50
+ Recommendations cite the framework behind them — yours: Dieter Rams 10 Principles, Atomic Design (visual layer), Color Theory, Typography Hierarchy, Brand Identity Process (Wheeler), ArkaOS Design Tokens, WCAG AA contrast, Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V), Impeccable design laws + registers (brand vs product), Hallmark macrostructures (21 page shapes) + component archetype cookbook (50), runtime:frontend-design (Anthropic skill), runtime:ui-ux-pro-max (community skill). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -48,4 +48,4 @@ You are Oren, Accessibility Auditor of the brand squad (Tier 2). What drives you
48
48
 
49
49
  ## Grounding
50
50
 
51
- Recommendations cite the framework behind them — yours: WCAG 2.2, WAI-ARIA 1.2, ATAG 2.0, EAA / EN 301 549, axe-core ruleset, Section 508. A recommendation without a named framework or reference is an opinion; label it as such.
51
+ Recommendations cite the framework behind them — yours: WCAG 2.2, WAI-ARIA 1.2, ATAG 2.0, EAA / EN 301 549, axe-core ruleset, Section 508, Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V), Impeccable design laws + registers (brand vs product). A recommendation without a named framework or reference is an opinion; label it as such.
@@ -60,6 +60,37 @@
60
60
  baseline_date: 2026-07-14
61
61
 
62
62
  derived:
63
+ # Design absorption campaign W1 — slop gates, anti-patterns, critique
64
+ # protocol and registers derived from nutlope/hallmark (MIT, primary
65
+ # source in frontmatter) and pbakaus/impeccable (Apache-2.0, second
66
+ # source recorded in docs/THIRD-PARTY-NOTICES.md). Both skills were
67
+ # reclassified OUT of first_party deliberately: their bodies now carry
68
+ # substantial ported content.
69
+ departments/brand/skills/design-review:
70
+ origin: community
71
+ source: https://github.com/nutlope/hallmark
72
+ license: MIT
73
+ departments/brand/skills/ux-audit:
74
+ origin: community
75
+ source: https://github.com/nutlope/hallmark
76
+ license: MIT
77
+ # Design absorption campaign W2 — structural variety (macrostructures,
78
+ # component cookbook), design DNA study, design.md spec, OKLCH theme
79
+ # construction and motion recipes. page-architect keeps its Corey
80
+ # Haines primary source (dual-source: hallmark recorded in
81
+ # docs/THIRD-PARTY-NOTICES.md, stop-slop precedent).
82
+ departments/brand/skills/design-system:
83
+ origin: community
84
+ source: https://github.com/nutlope/hallmark
85
+ license: MIT
86
+ departments/brand/skills/colors:
87
+ origin: community
88
+ source: https://github.com/nutlope/hallmark
89
+ license: MIT
90
+ departments/dev/skills/animated-website:
91
+ origin: community
92
+ source: https://github.com/nutlope/hallmark
93
+ license: MIT
63
94
  # Marketing skills integration campaign — derived from
64
95
  # coreyhaines31/marketingskills (MIT). Frontmatter metadata must match
65
96
  # each entry field-for-field (test_registry_matches_frontmatter_field_for_field).
@@ -271,16 +302,12 @@ first_party:
271
302
  - arka/skills/research
272
303
  - departments/brand
273
304
  - departments/brand/skills/archetype-finder
274
- - departments/brand/skills/colors
275
- - departments/brand/skills/design-review
276
- - departments/brand/skills/design-system
277
305
  - departments/brand/skills/identity-system
278
306
  - departments/brand/skills/logo-brief
279
307
  - departments/brand/skills/mockup-generate
280
308
  - departments/brand/skills/naming-evaluate
281
309
  - departments/brand/skills/positioning-statement
282
310
  - departments/brand/skills/primal-audit
283
- - departments/brand/skills/ux-audit
284
311
  - departments/brand/skills/voice-guide
285
312
  - departments/brand/skills/wireframe
286
313
  - departments/community
@@ -322,7 +349,6 @@ first_party:
322
349
  - departments/dev/skills/agent-workflow
323
350
  - departments/dev/skills/ai-assisted-dev
324
351
  - departments/dev/skills/ai-security
325
- - departments/dev/skills/animated-website
326
352
  - departments/dev/skills/api-design
327
353
  - departments/dev/skills/app-test
328
354
  - departments/dev/skills/architecture-design
@@ -66,6 +66,8 @@ expertise:
66
66
  - Nielsen Heuristics
67
67
  - Dieter Rams 10 Principles
68
68
  - Double Diamond
69
+ - Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V)
70
+ - Impeccable design laws + registers (brand vs product)
69
71
  depth: master
70
72
  years_equivalent: 14
71
73
 
@@ -64,6 +64,8 @@ expertise:
64
64
  - Style Dictionary
65
65
  - shadcn/ui conventions
66
66
  - Tailwind CSS configuration
67
+ - Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V)
68
+ - Impeccable design laws + registers (brand vs product)
67
69
  depth: master
68
70
  years_equivalent: 12
69
71
 
@@ -60,6 +60,7 @@ expertise:
60
60
  - Tailwind CSS token format
61
61
  - shadcn/ui CSS variable convention
62
62
  - DTCG JSON schema
63
+ - Design DNA study protocol (URL/screenshot extraction, SSRF-safe)
63
64
  depth: expert
64
65
  years_equivalent: 9
65
66
 
@@ -62,6 +62,8 @@ expertise:
62
62
  - EAA / EN 301 549
63
63
  - axe-core ruleset
64
64
  - Section 508
65
+ - Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V)
66
+ - Impeccable design laws + registers (brand vs product)
65
67
  depth: master
66
68
  years_equivalent: 11
67
69
 
@@ -70,6 +70,8 @@ expertise:
70
70
  - WCAG 2.1 AA
71
71
  - Two-Part Conversion Formula
72
72
  - Microinteractions (trigger-rules-feedback-loops)
73
+ - Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V)
74
+ - Impeccable design laws + registers (brand vs product)
73
75
  - runtime:frontend-design (Anthropic skill)
74
76
  knowledge_sources:
75
77
  - "[[Area 02 - Design]]"
@@ -54,6 +54,8 @@ expertise:
54
54
  - Blue Ocean / Value Innovation
55
55
  - Provisional Personas
56
56
  - Lean UX
57
+ - Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V)
58
+ - Impeccable design laws + registers (brand vs product)
57
59
  knowledge_sources:
58
60
  - "[[Personas/Jaime Levy]]"
59
61
  - "[[4 Elementos Centrais da UX Strategy]]"
@@ -57,6 +57,9 @@ expertise:
57
57
  - Brand Identity Process (Wheeler)
58
58
  - ArkaOS Design Tokens
59
59
  - WCAG AA contrast
60
+ - Hallmark slop gates (58) + pre-emit critique (P/H/E/S/R/V)
61
+ - Impeccable design laws + registers (brand vs product)
62
+ - Hallmark macrostructures (21 page shapes) + component archetype cookbook (50)
60
63
  - runtime:frontend-design (Anthropic skill)
61
64
  - runtime:ui-ux-pro-max (community skill)
62
65
  depth: expert
@@ -6,7 +6,8 @@
6
6
  >
7
7
  > Read this BEFORE any UI/UX work. It defines the non-negotiable KB-first
8
8
  > rule, the canonical knowledge sources, the concrete design tokens, the
9
- > motion system, the new tooling, and the squad validation order.
9
+ > motion system, the new tooling, the squad validation order, the canonical
10
+ > reflex-reject lists (§11) and the hard design laws (§12).
10
11
 
11
12
  ---
12
13
 
@@ -131,8 +132,13 @@ write material findings back to `[[Area 02 - Design]]`:
131
132
  - Laws of UX (each law)
132
133
  - Dieter Rams' 10 principles
133
134
  - Atomic Design (full atoms→pages)
134
- - Microinteractions (trigger→rules→feedback→loops/modes)
135
- - Color theory & typography science (OKLCH, harmony, modular scale)
135
+ - Microinteractions (trigger→rules→feedback→loops/modes)
136
+ **filled in-repo**: 15 recipes + 20 tells in
137
+ `departments/dev/skills/animated-website/references/motion-recipes.md`.
138
+ - Color theory & typography science (OKLCH, harmony, modular scale) —
139
+ **partially filled in-repo**: hard floors/ceilings now live in §12 and
140
+ the reflex-reject discipline in §11; deeper craft references live under
141
+ `departments/brand/skills/design-review/references/`.
136
142
  - Gestalt & visual hierarchy (F/Z scanning, proximity, contrast)
137
143
 
138
144
  ---
@@ -168,6 +174,23 @@ for any other brief?"* If yes, revise and state what changed and why.
168
174
  Quality floor, never announced: responsive to mobile, visible keyboard
169
175
  focus, `prefers-reduced-motion` respected, WCAG AA contrast.
170
176
 
177
+ **Pre-emit critique (scored — hallmark protocol).** Before handing back
178
+ any design artifact, score it 1–5 on six axes:
179
+
180
+ | Axis | Question |
181
+ |---|---|
182
+ | **P** Philosophy | Does the design have a stated POV the brief earns? |
183
+ | **H** Hierarchy | Does the eye land where the content says it should? |
184
+ | **E** Execution | Are spacing, contrast, states, and breakpoints finished? |
185
+ | **S** Specificity | Does this look like *this brief* — or a generic page? |
186
+ | **R** Restraint | Is every bold move deliberate; is everything else quiet? |
187
+ | **V** Variety | Does it differ structurally from the previous output? |
188
+
189
+ Any axis **< 3 triggers a revision pass** — never ship and explain.
190
+ Stamp the six scores in the artifact via the `[arka:design-dna]` companion
191
+ stamp (§9). The 58 pass/fail slop gates that operationalize this rubric
192
+ live in `departments/brand/skills/design-review/references/slop-test.md`.
193
+
171
194
  ## 9. Design Marker Contract (`[arka:design]`)
172
195
 
173
196
  Every UI/design-producing turn MUST emit the structured marker on its own
@@ -192,6 +215,21 @@ A bare `[arka:design] <token>` is a LEGACY marker: tolerated in WARN mode,
192
215
  counted separately in telemetry, and treated as missing once the frontend
193
216
  gate goes hard.
194
217
 
218
+ **Companion stamp `[arka:design-dna]` (informational).** Design-producing
219
+ work additionally stamps the first non-empty line of produced CSS with:
220
+
221
+ ```
222
+ /* [arka:design-dna] macrostructure=<name> genre=<genre> anchor=<oklch|hex> display=<font> body=<font> critique=P#H#E#S#R#V# */
223
+ ```
224
+
225
+ Key=value, single line, greppable. It records the structural choice, the
226
+ palette anchor, the type pairing, and the six pre-emit critique scores
227
+ (§8), and feeds the structural-diversification rule (consecutive outputs
228
+ must differ on at least one axis; project memory at
229
+ `.arka/design/log.json`). This stamp is **NOT parsed by the frontend gate**
230
+ (`core/workflow/frontend_gate.py`) and carries no gate semantics — the
231
+ structured `[arka:design]` marker above remains the only enforced line.
232
+
195
233
  ## 10. Aesthetic Directions Catalog (optional, curated)
196
234
 
197
235
  When a project has NO design system yet and the brief leaves the visual
@@ -207,3 +245,160 @@ job: load `gsap-core` + `gsap-timeline` for any animation work,
207
245
  `gsap-scrolltrigger`/`gsap-plugins` as the work demands, `gsap-react` on
208
246
  React, and treat `gsap-performance` as the review bar
209
247
  (`npx skills add https://github.com/greensock/gsap-skills` when absent).
248
+
249
+ Four in-repo theme specs (hallmark-derived, opt-in seeds like the TypeUI
250
+ directions — never the final system) live at
251
+ `departments/brand/skills/design-system/references/themes/`:
252
+
253
+ `carnival` — loud-decorative, multi-accent riso energy · `cobalt` —
254
+ dev-tool light, single cobalt anchor · `hum` — playful multi-accent
255
+ consumer warmth · `lumen` — premium AI-apparatus dark (atmospheric
256
+ blooms). A completed design-DNA study SUSPENDS the catalog — the studied
257
+ DNA is the system (`design-system/references/design-dna-study.md`).
258
+
259
+ ## 11. Canonical Reflex-Reject (fonts + aesthetic lanes)
260
+
261
+ > Derived from [impeccable](https://github.com/pbakaus/impeccable)
262
+ > (Apache-2.0) and [hallmark](https://github.com/nutlope/hallmark) (MIT) —
263
+ > license texts at `departments/brand/skills/design-review/references/`.
264
+ > This section is the SINGLE canonical home of the list. Skills and gates
265
+ > point here; they never restate it (drift risk).
266
+
267
+ These are **training-data defaults**: every LLM reaches for them by
268
+ reflex, which is exactly why using them by reflex produces monoculture.
269
+ The semantics are **never-by-reflex**, not never:
270
+
271
+ 1. **Identity-preservation carve-out** — when the existing brand has
272
+ already committed to a font or lane, identity wins. The list governs
273
+ greenfield decisions only.
274
+ 2. **Deliberate-pick carve-out** — a listed font may be used when a named
275
+ theme or brief *deliberately* selects it and the choice is stated with
276
+ its reason (e.g. Playfair Display as display-only in an editorial
277
+ theme; Space Grotesk in a brutalist direction). Reflex is the crime,
278
+ not the font.
279
+ 3. **Product-register carve-out** — product UI (design SERVES the task)
280
+ has explicit permission for system fonts and familiar sans defaults
281
+ (Inter, SF Pro, system-ui). The ban list bites on BRAND surfaces
282
+ (design IS the product). See
283
+ `departments/brand/skills/design-review/references/design-registers.md`.
284
+
285
+ ### Reflex-reject fonts
286
+
287
+ **Sans:** Inter · DM Sans · Space Grotesk · Outfit · Plus Jakarta Sans ·
288
+ Instrument Sans · Syne · Roboto · Open Sans · Lato · Poppins · Source Sans ·
289
+ Nunito · Montserrat · Raleway · Work Sans · system-ui-as-brand · Arial ·
290
+ Helvetica-as-default
291
+ **Serif:** Fraunces · Newsreader · Lora · Crimson / Crimson Pro / Crimson
292
+ Text · Playfair Display · Cormorant / Cormorant Garamond · DM Serif Display ·
293
+ DM Serif Text · Instrument Serif · Merriweather · Source Serif ·
294
+ Georgia-as-default
295
+ **Mono:** IBM Plex Mono · Space Mono · Courier New · Consolas-as-default ·
296
+ system-mono-as-brand
297
+ **Family-wide:** IBM Plex Sans · IBM Plex Serif
298
+
299
+ Selection discipline when rejecting a reflex pick: run the 4-step
300
+ physical-object font procedure in `design-registers.md` (three concrete
301
+ brand-voice words → reject reflex picks → browse a real catalog for the
302
+ brand as a physical object → cross-check).
303
+
304
+ ### Reflex-reject aesthetic lanes
305
+
306
+ - **Editorial-typographic** — display serif (often italic) + small mono
307
+ labels + ruled separators + monochromatic restraint. The 2026 fingerprint:
308
+ three rule-separated columns, an italic serif headline, lowercase
309
+ track-spaced metadata, no imagery. Every Stripe-adjacent and
310
+ Notion-adjacent brand has landed here. Requires a register reason that
311
+ *demands* it (a literal magazine), not a mood.
312
+
313
+ Lanes saturate and desaturate over time — entries move in and out on
314
+ evidence, mirroring upstream. The **second-order slop check** applies: if
315
+ the aesthetic family is guessable from category-plus-anti-references
316
+ ("fintech that's not navy-and-gold → terminal-native dark mode"), it is
317
+ the trap one tier deeper. Rework until neither the first-order nor the
318
+ second-order answer is obvious.
319
+
320
+ ## 12. Design Laws (hard floors and ceilings)
321
+
322
+ > Derived from [impeccable](https://github.com/pbakaus/impeccable)
323
+ > (Apache-2.0) and [hallmark](https://github.com/nutlope/hallmark) (MIT).
324
+ > Compact canonical table — one law per line. The enforcement surfaces
325
+ > (slop gates, design-slop detector, QG visual review) cite these; deeper
326
+ > rationale lives in `design-review/references/`.
327
+
328
+ **Typography**
329
+ - Body contrast ≥ 4.5:1; large text (≥18px, or bold ≥14px) ≥ 3:1;
330
+ placeholders need 4.5:1 too — muted-gray-on-tinted-near-white is the
331
+ single biggest readability failure.
332
+ - Prose line length 65–75ch (dense data UI may run denser).
333
+ - Hero/display ceiling: `clamp()` max ≤ 6rem. Above that the page shouts.
334
+ - Display letter-spacing floor ≥ −0.04em — tighter and letters touch.
335
+ - `text-wrap: balance` on h1–h3; `text-wrap: pretty` on long prose.
336
+ - Max 3 font families per page (display + body + one outlier). Four = slop.
337
+ - Pair on a contrast axis (serif+sans, geometric+humanist) or use one
338
+ family with committed weight contrast — never two similar sans.
339
+ - Light-on-dark compensation runs on three axes: line-height +0.05–0.1,
340
+ letter-spacing +0.01–0.02em, optionally body weight one notch up.
341
+ - Commit to extremes: weight 200 next to 800 reads as intentional;
342
+ 400 next to 600 reads as a default setting.
343
+
344
+ **Color**
345
+ - OKLCH for new palettes. Pure gray is dead: tint neutrals 0.005–0.015
346
+ chroma toward the brand hue (never default-tint warm/cool).
347
+ - The warm-neutral band (L 0.84–0.97, C < 0.06, hue 40–100) is the
348
+ saturated AI default — cream/sand/paper by any token name
349
+ (`--paper`, `--cream`, `--sand`, `--linen`, `--parchment`…) is a tell.
350
+ Warmth is carried by accent + typography + imagery, not body bg.
351
+ - Pick a color strategy BEFORE colors, on the commitment axis:
352
+ **Restrained** (neutrals + one accent ≤10%) · **Committed** (one
353
+ saturated color, 30–60% of surface) · **Full palette** (3–4 named
354
+ roles) · **Drenched** (the surface IS the color).
355
+ - Gray text on colored backgrounds washes out: use a darker shade of the
356
+ background's own hue or a transparency of the text color.
357
+ - Button text vs fill must differ by > 5% lightness or > 0.05 chroma in
358
+ OKLCH (catches the black-on-black bug).
359
+ - Heavy alpha/transparency is a design smell — it usually means an
360
+ incomplete palette.
361
+
362
+ **Layout**
363
+ - Nested cards are always wrong; cards only when truly the best affordance.
364
+ - Flexbox for 1D, Grid for 2D; breakpoint-free grids via
365
+ `repeat(auto-fit, minmax(280px, 1fr))`.
366
+ - Semantic z-index scale (dropdown → sticky → modal-backdrop → modal →
367
+ toast → tooltip); never 999/9999.
368
+ - Vary spacing for rhythm: generous separations, tight groupings —
369
+ monotonous spacing is a tell.
370
+ - Touch targets ≥ 44×44 (extend hit area via `::before { inset: -10px }`
371
+ when the visual must stay smaller).
372
+
373
+ **Motion**
374
+ - Ease out with exponential curves (ease-out-quart/quint/expo); no bounce,
375
+ no elastic, no browser-default `ease`.
376
+ - Exits run ~75% of the enter duration.
377
+ - `prefers-reduced-motion` alternative is mandatory for every animation.
378
+ - Never animate CSS layout properties without real need; motion conveys
379
+ state on product surfaces, never decoration.
380
+ - The uniform fade-and-rise reveal on every scrolled section is a tell —
381
+ each reveal fits what it reveals; zero motion is not the fix either.
382
+ - Reveal animations enhance an already-visible default — never gate
383
+ content visibility on a class-triggered transition (ships blank in
384
+ hidden tabs and headless renderers).
385
+
386
+ **Interaction**
387
+ - Every interactive element ships all 8 states: default, hover,
388
+ focus-visible, active, disabled, loading, error, success. Missing any =
389
+ unfinished.
390
+ - Skeletons for loading, not spinners in content; empty states teach the
391
+ interface.
392
+ - Modal as first thought is laziness — exhaust inline/progressive
393
+ alternatives first.
394
+
395
+ **Absolute bans (match-and-refuse — rewrite the element, never ship):**
396
+ side-stripe borders (`border-left/right` > 1px as accent) · gradient text
397
+ (`background-clip: text`) · glassmorphism-as-default · the hero-metric
398
+ template (big number + small label + gradient accent) · identical
399
+ icon+heading+text card grids · tiny uppercase tracked eyebrow above every
400
+ section · numbered section markers (01/02/03) as default scaffolding ·
401
+ text overflowing its container at any breakpoint.
402
+
403
+ These laws are floors, not aspirations: §8's three default looks plus any
404
+ absolute-ban hit are constitution violations under `excellence-mandate`.
@@ -9,6 +9,10 @@ description: >
9
9
  brand/design-system (tokens, atomic catalog, WCAG gates for the whole UI);
10
10
  complete brand identity from strategy up -> brand/identity-system.
11
11
  allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
12
+ metadata:
13
+ origin: community
14
+ source: https://github.com/nutlope/hallmark
15
+ license: MIT
12
16
  ---
13
17
 
14
18
  <!-- arka:kb-first-prefix begin -->
@@ -79,7 +83,11 @@ the squad reference.
79
83
  "blue"): `surface` (canvas), `ink` (text), `primary` (identity),
80
84
  `accent` (signal, ≤ 10–15% usage), plus optional `positive`/`danger`
81
85
  semantics. Derive tints/shades in OKLCH so lightness steps are
82
- perceptually even; give each role a hex.
86
+ perceptually even; give each role a hex. **The full construction
87
+ algorithm lives in `references/oklch-theme.md`** (anchor → paper →
88
+ ink → greys → focus → accent-ink, with L/C bands per vibe, tinted
89
+ neutrals, dark-mode-is-not-inverted-light, and three worked
90
+ examples) — follow it, don't improvise the steps.
83
91
  4. **WCAG pairs table** — for every text-bearing combination, compute
84
92
  the contrast ratio and mark AA/AAA for body and large text. Any pair
85
93
  below AA is redesigned, not footnoted.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Hallmark contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.