feat: Andritz Precision industrial design system - #255
Conversation
… system Replace all generic design system content with the Andritz "Monolithic Engine" design system featuring dark/light theme variants, three-layer token architecture (primitive→semantic→component), Material Design surface hierarchy, 0px radius industrial aesthetic, tonal layering, and glassmorphic overlays. - Rewrite SKILL.md with Andritz branding, key colors, and best practices - Add design-philosophy.md with creative north star and industrial rules - Replace all 7 reference files with Andritz-specific tokens and specs - Update design-tokens-starter.json to W3C DTCG Andritz token format - Update scripts (fetch-background.py, html-token-validator.py) with Andritz colors - Add implementation plan document Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix generate-tokens.cjs to handle Andritz DTCG JSON structure
(unwrap root key, resolve inline {references}, support semantic-dark)
- Generate assets/design-tokens.css from token JSON (all references resolved)
- Add assets/design-tokens.json (token definitions for direct consumption)
- Add assets/css/slide-animations.css (industrial motion library)
- Add docs/brand-guidelines.md (Andritz brand identity, colors, typography, rules)
- Update SKILL.md Quick Start with correct paths and HTML import example
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Cron-safe maintainer pass: deferring this PR from deep review because it is far outside the per-run PR budget. Reason: metadata shows 100 changed files with +15,714 / -993, including generated/reference HTML screenshots, nested Next step: please narrow this into source-of-truth PRs only, remove committed worktree artifacts and generated reference dumps unless they are explicitly required, and link which of the smaller Andritz PRs this supersedes. After that, the maintainer workflow can review a focused slice. |
Summary
Key changes
SKILL.md— rebranded to Andritz Design System v2.0.0references/design-philosophy.md— NEW: "The Monolithic Engine" creative north starreferences/primitive-tokens.md— Andritz Blue scale, surface hierarchy (light/dark), neutral, status colorsreferences/semantic-tokens.md— Light:rootand.darktheme tokensreferences/component-tokens.md— Button (gradient), Input (bottom-border), Card (no-line), Dialog (glassmorphic)references/component-specs.md— Industrial component specifications with anatomy diagramsreferences/states-and-variants.md— Tonal shifts, scale(0.98) active, ghost bordersreferences/tailwind-integration.md— HSL variables, 0px radius overrides, shadcn/ui alignmentreferences/token-architecture.md— Three-layer architecture with W3C DTCG formattemplates/design-tokens-starter.json— Complete W3C DTCG Andritz token starterscripts/fetch-background.py&scripts/html-token-validator.py— Updated with Andritz color valuesTest plan
python -c "import json; json.load(...)")#2563EB,gray-50: #F9FAFB) in reference files🤖 Generated with Claude Code