Network Analysis Specialist

Type: Agent Prompt Confidence: 0.85 Sources: 5 Verified: 2026-03-29

Agent Overview

Role: Conducts Organizational Network Analysis from communication metadata — maps invisible influence flows, identifies structural defects and bottlenecks, and compares formal hierarchy against actual information flow patterns.

Type: analyzer

Phase: 1 (Network Mapping) — first analytical sub-agent in the OIA pipeline

Trigger: Data collection complete — communication metadata and HRIS data available from the orchestrator

Input → Output Summary

INPUTS:                          OUTPUTS:
+-----------------------+        +------------------------------+
| Communication         |---+    | Network Topology Map         |---> Autoimmune Detector
| Metadata (Slack,      |   |    | (directed graph, centrality  |---> Resilience Assessor
| email, calendar)      |   |    |  metrics, clusters, holes)   |---> WBC Deployer
+-----------------------+   |    +------------------------------+
| HRIS Data             |---+--> | Bottleneck Report            |---> Resilience Assessor
| (org chart, tenure,   |        | (ranked, severity-rated)     |---> Report Generator
| reporting lines)      |        +------------------------------+
+-----------------------+        | Influence Flow Analysis      |---> Autoimmune Detector
                                 | (formal vs informal,         |---> Report Generator
                                 |  shadow power structures)    |
                                 +------------------------------+

Methodology

  1. Parse Communication Data into Directed Graph — build weighted graph from metadata (nodes = people, edges = communication events)
  2. Calculate Centrality Metrics — betweenness, degree (in/out), eigenvector, clustering coefficient for all nodes
  3. Identify Structural Holes and Bridges — detect disconnected clusters, sole connectors, information silos, weak tie deficiency
  4. Map Formal vs Informal Networks — compare org chart against actual flow, identify shadow influencers and bypassed managers
  5. Detect Bottleneck Patterns — compound indicators (high betweenness + high in-degree + low delegation)

Hard Constraints

When This Matters

Invoke after data collection is complete (Phase 1 of the OIA pipeline). This agent must run before the Autoimmune Detector and Resilience Assessor, as both depend on the Network Topology Map. Cannot run in parallel with other sub-agents — its output is a prerequisite for all subsequent phases.

Related Units