iiRecord
Agentic AI Atlas · TDD Kata Session
workflow:tdd-kata-sessiona5c.ai
II.
Workflow JSON

workflow:tdd-kata-session

Structured · live

TDD Kata Session json

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

File · workflows/workflows/workflows-methodology.yamlCluster · workflows
Record JSON
{
  "id": "workflow:tdd-kata-session",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-methodology.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "TDD Kata Session",
    "workflowKind": "development",
    "triggerType": "scheduled",
    "typicalCadence": "weekly",
    "complexity": "single-team",
    "description": "Conducts a time-boxed test-driven development practice session —\nselecting a coding kata, pairing participants, enforcing red-green-refactor\ndiscipline, reviewing solutions, and extracting TDD technique improvements\nfor the team. Excludes production code writing.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:tdd-kata-session",
      "to": "role:test-writer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:tdd-kata-session",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:tdd-kata-session",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:tdd-kata-session",
      "to": "skill-area:react-testing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:tdd-kata-session",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:tdd-kata-session",
      "to": "responsibility:code-review-coverage",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:tdd-kata-session",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:tdd-kata-session",
      "to": "org-unit:quality-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}