iiRecord
Agentic AI Atlas · specializations/ux-ui-design/design-qa
lib-process:ux-ui-design--design-qaa5c.ai
II.
LibraryProcess JSON

lib-process:ux-ui-design--design-qa

Structured · live

specializations/ux-ui-design/design-qa json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:ux-ui-design--design-qa",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/ux-ui-design/design-qa",
    "description": "Design QA and Visual Regression Testing - Comprehensive design quality assurance process ensuring\npixel-perfect implementation, design system compliance, cross-browser consistency, responsive design verification,\nand visual regression prevention through automated screenshot comparison and design validation.",
    "libraryPath": "library/specializations/ux-ui-design/design-qa.js",
    "specialization": "ux-ui-design",
    "references": [
      "- Percy Visual Testing: https://percy.io/",
      "- Chromatic: https://www.chromatic.com/",
      "- BackstopJS: https://github.com/garris/BackstopJS",
      "- Playwright Visual Comparison: https://playwright.dev/docs/test-snapshots",
      "- Design QA Best Practices: https://www.smashingmagazine.com/",
      "- Visual Regression Testing: https://www.browserstack.com/guide/visual-regression-testing",
      "- Design System Testing: https://storybook.js.org/docs/react/writing-tests/visual-testing"
    ],
    "example": "const result = await orchestrate('specializations/ux-ui-design/design-qa', {\n  projectName: 'E-Commerce Platform',\n  designFiles: ['figma://project/dashboard', 'figma://project/checkout'],\n  implementationUrl: 'https://staging.example.com',\n  pages: ['/dashboard', '/products', '/checkout'],\n  components: ['navigation', 'product-card', 'button', 'form-input'],\n  tool: 'percy',\n  designSystem: {\n    tokens: 'design-tokens.json',\n    components: 'component-library',\n    guidelines: 'design-guidelines.md'\n  },\n  viewports: ['mobile-375', 'tablet-768', 'desktop-1440'],\n  browsers: ['chrome', 'firefox', 'safari'],\n  toleranceLevel: 'strict',\n  includeAccessibility: true\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:ux-ui-design--design-qa",
      "to": "skill-area:design-systems",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:ux-ui-design--design-qa",
      "to": "skill-area:interaction-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:ux-ui-design--design-qa",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:ux-ui-design--design-qa",
      "to": "role:product-designer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:ux-ui-design--design-qa",
      "to": "role:ux-researcher",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:ux-ui-design--design-qa",
      "to": "workflow:user-feedback-loop",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:ux-ui-design--design-qa",
      "to": "workflow:product-discovery",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:ux-ui-design--design-qa",
      "to": "specialization:ux-ui-design",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}