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

workflow:design-sprint

Structured · live

Design Sprint 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:design-sprint",
  "_kind": "Workflow",
  "_file": "domain/workflows/workflows-technical-depth.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Design Sprint",
    "description": "Five-day structured design workflow for rapidly understanding a problem, exploring\nsolution concepts, building a prototype, and validating it with real users before\ncommitting to full implementation. The product designer facilitates daily phases\ncovering problem mapping, solution sketching, storyboarding, prototyping, and user\ntesting. The UX researcher recruits participants and conducts moderated testing\nsessions on day five. Results are synthesised into a decision brief that either\ngreenlights the concept for development, recommends a pivot, or identifies key\nunknowns requiring further exploration before proceeding.\n",
    "workflowKind": "development",
    "triggerType": "on-demand",
    "typicalCadence": "per-feature",
    "complexity": "complex"
  },
  "outgoingEdges": [
    {
      "from": "workflow:design-sprint",
      "to": "role:product-designer",
      "kind": "involves_role"
    },
    {
      "from": "workflow:design-sprint",
      "to": "role:ux-researcher",
      "kind": "involves_role"
    },
    {
      "from": "workflow:design-sprint",
      "to": "role:product-manager",
      "kind": "involves_role"
    },
    {
      "from": "workflow:design-sprint",
      "to": "role:tech-lead",
      "kind": "involves_role"
    },
    {
      "from": "workflow:design-sprint",
      "to": "domain:web-development",
      "kind": "applies_to_domain"
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:project-management-app",
      "to": "workflow:design-sprint",
      "kind": "follows_workflow"
    },
    {
      "from": "stack-profile:micro-frontend",
      "to": "workflow:design-sprint",
      "kind": "follows_workflow"
    },
    {
      "from": "lib-process:ux-ui-design--design-sprint",
      "to": "workflow:design-sprint",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.5
      }
    }
  ]
}