II.
LibraryProcess JSON
Structured · livelib-process:ux-ui-design--design-system
specializations/ux-ui-design/design-system json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:ux-ui-design--design-system",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/ux-ui-design/design-system",
"description": "Design System Creation - Comprehensive process for creating a scalable, accessible, and maintainable design system\nincluding design audit, principles establishment, foundational systems (color, typography, spacing), component library,\ndesign tokens, implementation guidelines, documentation, and governance with quality gates and stakeholder approval.",
"libraryPath": "library/specializations/ux-ui-design/design-system.js",
"specialization": "ux-ui-design",
"references": [
"- Atomic Design: https://atomicdesign.bradfrost.com/",
"- Design Tokens: https://design-tokens.github.io/community-group/format/",
"- Material Design: https://material.io/design",
"- Apple Human Interface Guidelines: https://developer.apple.com/design/human-interface-guidelines/",
"- Inclusive Design Principles: https://inclusivedesignprinciples.org/",
"- Design Systems Handbook: https://www.designbetter.co/design-systems-handbook",
"- Style Dictionary: https://amzn.github.io/style-dictionary/",
"- Figma Design Tokens: https://www.figma.com/community/plugin/888356646278934516/Design-Tokens"
],
"example": "const result = await orchestrate('specializations/ux-ui-design/design-system', {\n projectName: 'Acme Corp Design System',\n brandGuidelines: {\n primaryColor: '#0066CC',\n fontFamily: 'Inter',\n brandValues: ['trust', 'innovation', 'simplicity']\n },\n targetPlatforms: ['web', 'ios', 'android'],\n designTool: 'figma',\n techStack: {\n framework: 'react',\n styling: 'styled-components',\n storybook: true\n },\n accessibilityLevel: 'WCAG-AA'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:ux-ui-design--design-system",
"to": "skill-area:design-systems",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--design-system",
"to": "skill-area:interaction-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:ux-ui-design--design-system",
"to": "skill-area:ui-component-libraries",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:ux-ui-design--design-system",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--design-system",
"to": "role:product-designer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--design-system",
"to": "role:ux-researcher",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:ux-ui-design--design-system",
"to": "workflow:user-feedback-loop",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--design-system",
"to": "workflow:product-discovery",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:ux-ui-design--design-system",
"to": "specialization:ux-ui-design",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}