iiRecord
Agentic AI Atlas · Strangler Fig Migration
workflow:strangler-fig-migrationa5c.ai
II.
Workflow JSON

workflow:strangler-fig-migration

Structured · live

Strangler Fig Migration 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:strangler-fig-migration",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-code-migration.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Strangler Fig Migration",
    "workflowKind": "development",
    "triggerType": "event-driven",
    "typicalCadence": "per-module",
    "complexity": "cross-team",
    "description": "Incrementally replaces legacy system modules with modern implementations\nusing the strangler fig pattern — routing traffic to new services,\nverifying parity, and decommissioning old paths. Excludes initial\nassessment.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:strangler-fig-migration",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "skill-area:strangler-fig-pattern",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "skill-area:monorepo-extraction",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "skill-area:domain-driven-design",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "domain:platform-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "responsibility:approve-architecture",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "responsibility:review-architecture-changes",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:strangler-fig-migration",
      "to": "org-unit:architecture-guild",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:strangler-fig-migration",
      "to": "workflow:strangler-fig-migration",
      "kind": "follows_workflow"
    }
  ]
}