iiRecord
Agentic AI Atlas · Monolith Extraction Planning
workflow:monolith-extraction-planninga5c.ai
II.
Workflow JSON

workflow:monolith-extraction-planning

Structured · live

Monolith Extraction Planning json

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

File · workflows/workflows/workflows-migration-deep.yamlCluster · workflows
Record JSON
{
  "id": "workflow:monolith-extraction-planning",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-migration-deep.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Monolith Extraction Planning",
    "workflowKind": "development",
    "triggerType": "on-demand",
    "typicalCadence": "per-initiative",
    "complexity": "cross-team",
    "description": "Plans the extraction of modules from a monolithic codebase — mapping\ndependency graphs, identifying seam points, sizing extraction effort per\nmodule, defining API boundaries for extracted services, sequencing\nextraction order based on risk and business value, and producing a phased\nmigration plan. Excludes the actual extraction execution.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "role:principal-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "skill-area:monorepo-extraction",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "skill-area:domain-driven-design",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "skill-area:strangler-fig-pattern",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "domain:platform-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "responsibility:approve-architecture",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "responsibility:write-rfc-documents",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "org-unit:architecture-guild",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:monolith-extraction-planning",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:modular-monolith",
      "to": "workflow:monolith-extraction-planning",
      "kind": "follows_workflow"
    }
  ]
}