iiRecord
Agentic AI Atlas · Parallel Review Team
agent-team:parallel-reviewa5c.ai
II.
AgentTeam JSON

agent-team:parallel-review

Structured · live

Parallel Review Team json

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

File · extensions/agent-teams/canonical-agent-teams.yamlCluster · extensions
Record JSON
{
  "id": "agent-team:parallel-review",
  "_kind": "AgentTeam",
  "_file": "extensions/agent-teams/canonical-agent-teams.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Parallel Review Team",
    "description": "Lead spawns code-reviewer + vulnerability-scanner teammates in tmux\nsplit panes; each runs against the same diff in parallel. Plan-approval\ngate enforced for risky teammate actions.\n",
    "displayMode": "tmux",
    "experimental": true,
    "storageLocation": "~/.claude/teams/parallel-review/config.json",
    "requiresVersion": ">=2.1.32",
    "members": [
      "subagent:code-reviewer",
      "subagent:vulnerability-scanner"
    ]
  },
  "outgoingEdges": [
    {
      "from": "agent-team:parallel-review",
      "to": "agent-runtime-impl:claude-code.runtime@1.x",
      "kind": "team_of",
      "attributes": {}
    },
    {
      "from": "agent-team:parallel-review",
      "to": "subagent:code-reviewer",
      "kind": "has_member",
      "attributes": {}
    },
    {
      "from": "agent-team:parallel-review",
      "to": "subagent:vulnerability-scanner",
      "kind": "has_member",
      "attributes": {}
    },
    {
      "from": "agent-team:parallel-review",
      "to": "capability:supports-agent-teams",
      "kind": "requires_capability",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "agent-team:parallel-review",
      "kind": "has_team",
      "attributes": {}
    }
  ]
}