iiRecord
Agentic AI Atlas · Legacy Codebase Assessment
workflow:legacy-codebase-assessmenta5c.ai
II.
Workflow JSON

workflow:legacy-codebase-assessment

Structured · live

Legacy Codebase Assessment json

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

File · workflows/workflows/workflows-code-migration.yamlCluster · workflows
Record JSON
{
  "id": "workflow:legacy-codebase-assessment",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-code-migration.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Legacy Codebase Assessment",
    "workflowKind": "development",
    "triggerType": "on-demand",
    "typicalCadence": "per-initiative",
    "complexity": "cross-team",
    "description": "Systematic evaluation of a legacy codebase to assess technical debt,\nidentify modernization candidates, map dependency graphs, and produce\na scored migration readiness report. Excludes the actual migration\nexecution.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "role:principal-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "skill-area:strangler-fig-pattern",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "skill-area:domain-driven-design",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "skill-area:c4-modeling",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "domain:platform-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "responsibility:review-architecture-changes",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "responsibility:adr-curation",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:legacy-codebase-assessment",
      "to": "org-unit:architecture-guild",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}