iiRecord
Agentic AI Atlas · Usability Testing Cycle
workflow:usability-testing-cyclea5c.ai
II.
Workflow JSON

workflow:usability-testing-cycle

Structured · live

Usability Testing Cycle json

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

File · domain/workflows/workflows-technical-depth.yamlCluster · domain
Record JSON
{
  "id": "workflow:usability-testing-cycle",
  "_kind": "Workflow",
  "_file": "domain/workflows/workflows-technical-depth.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Usability Testing Cycle",
    "description": "Recurring evaluation workflow for testing whether real users can accomplish key tasks\nwith an interface effectively, efficiently, and with satisfaction. The UX researcher\ndevelops a test plan with scenarios, success criteria, and a screener for recruiting\nrepresentative participants. Moderated or unmoderated sessions are conducted remotely\nor in person, capturing task completion rates, time-on-task, error rates, and verbal\nthink-aloud data. Findings are synthesised into a usability report and ranked by\nseverity. The product designer and development team triage issues into the design\nbacklog and schedule fixes before the next release milestone.\n",
    "workflowKind": "development",
    "triggerType": "on-demand",
    "typicalCadence": "per-release",
    "complexity": "moderate"
  },
  "outgoingEdges": [
    {
      "from": "workflow:usability-testing-cycle",
      "to": "role:ux-researcher",
      "kind": "involves_role"
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "role:product-designer",
      "kind": "involves_role"
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "role:product-manager",
      "kind": "involves_role"
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "domain:web-development",
      "kind": "applies_to_domain"
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "role:product-designer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "role:end-user",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "skill-area:react-state-management",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "domain:web-development",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "responsibility:retro-facilitation",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "org-unit:product-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:usability-testing-cycle",
      "to": "org-unit:frontend-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:ux-ui-design--usability-testing",
      "to": "workflow:usability-testing-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.5
      }
    }
  ]
}