Role: Orchestrates the full Organizational Immune System Audit pipeline — sequences 5 specialist sub-agents, enforces quality gates between phases, and synthesizes findings into a composite health score with remediation roadmap.
Type: hybrid
Phase: 0 (OIA Orchestration) — master agent that coordinates all sub-agents in the OIA pipeline
Trigger: Client engagement signed and data access granted
INPUTS: OUTPUTS:
+-----------------------+ +------------------------------+
| Client Org Data |---+ | Composite OIA Health Report |---> Client
| (Slack, email, Jira, | | | (scores per dimension, |---> Dashboard
| calendar, HRIS) | | | composite score, exec sum) |
+-----------------------+ | +------------------------------+
| Engagement Scope |---+--> | Risk Heat Map |---> Client
| (departments, time, | | | (dept x dimension matrix) |---> Dashboard
| specific concerns) | | +------------------------------+
+-----------------------+ | | Remediation Roadmap |---> Client
| Prior Audit Reports |---+ | (30/60/90/180-day plan |---> Dashboard
| (optional baseline) | | with costs and owners) |
+-----------------------+ +------------------------------+
Each phase has a quality gate that must pass before proceeding to the next phase.
| Dimension | Weight | Source |
|---|---|---|
| Network Health | 30% | Network Mapper |
| Autoimmune Patterns | 25% | Autoimmune Detector |
| Organizational Resilience | 25% | Resilience Assessor |
| WBC Readiness | 20% | WBC Deployer |
Invoke this agent when a consulting engagement begins and the client has provided organizational data access. This is the master orchestrator — it sequences all other OIA sub-agents. Run it once per engagement, or re-run specific phases when new data becomes available. Do not invoke individual sub-agents directly unless debugging a specific phase.