iiRecord
Agentic AI Atlas · Multi-Agent Orchestration Review
workflow:multi-agent-orchestration-reviewa5c.ai
II.
Workflow JSON

workflow:multi-agent-orchestration-review

Structured · live

Multi-Agent Orchestration Review json

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

File · workflows/workflows/workflows-ai-agents-deep.yamlCluster · workflows
Record JSON
{
  "id": "workflow:multi-agent-orchestration-review",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-ai-agents-deep.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Multi-Agent Orchestration Review",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-deployment",
    "complexity": "cross-team",
    "description": "Reviews multi-agent system architectures before production deployment —\nauditing agent role definitions, inter-agent communication protocols, state\ngraph correctness, tool-use permission boundaries, escalation and\nhuman-in-the-loop gates, cost-per-invocation budgets, and failure-mode\nhandling across LangGraph/CrewAI/AutoGen-style orchestrations. Validates\nthat agent loops terminate and outputs converge. Excludes individual agent\nprompt engineering.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "role:ai-champion",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "role:ml-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "skill-area:agentic-loops",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "skill-area:tool-use",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "skill-area:context-management",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "domain:ml-ops",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "responsibility:review-architecture-changes",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "responsibility:ai-safety-guardrails",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "org-unit:ai-enablement",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "org-unit:architecture-guild",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:multi-agent-orchestration-review",
      "to": "org-unit:ml-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:multi-agent-orchestration",
      "to": "workflow:multi-agent-orchestration-review",
      "kind": "follows_workflow"
    }
  ]
}