iiRecord
Agentic AI Atlas · Design Ops Sprint
workflow:design-ops-sprinta5c.ai
II.
Workflow JSON

workflow:design-ops-sprint

Structured · live

Design Ops Sprint json

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

File · workflows/workflows/workflows-ux-design.yamlCluster · workflows
Record JSON
{
  "id": "workflow:design-ops-sprint",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-ux-design.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Design Ops Sprint",
    "workflowKind": "development",
    "triggerType": "scheduled",
    "typicalCadence": "bi-weekly",
    "complexity": "single-team",
    "description": "Plans and executes design operations work within a sprint cadence —\nprioritizing design system contributions, reviewing component proposals,\nauditing design token usage, resolving cross-team design conflicts, and\nupdating shared Figma libraries. Excludes product feature design.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:design-ops-sprint",
      "to": "role:product-designer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:design-ops-sprint",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:design-ops-sprint",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:design-ops-sprint",
      "to": "skill-area:react-state-management",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:design-ops-sprint",
      "to": "domain:web-development",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:design-ops-sprint",
      "to": "responsibility:dx-tooling-maintenance",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:design-ops-sprint",
      "to": "org-unit:frontend-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:design-ops-sprint",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}