Public documentation for governed AI labor
SDKs/Governance/Connectors
Arx / Docs / customer-support-senior-ic-coordination-cross-team-architect

Documentation

customer-support-senior-ic-coordination-cross-team-architect

arx-ecosystem / reference-agents/customer-support-senior-ic-coordination-cross-team-architect/README.md

arx-ecosystem reference-agents reference-agents/customer-support-senior-ic-coordination-cross-team-architect/README.md

> Brokers technical decisions across multiple teams within the customer support function. Coordinates dependencies, resolves architectural conflicts, escalates at the senior IC level.

Cell: customer-support.senior-ic · Shape: coordination · Source: arx-reference

Reference agent conforming to MANIFEST_FRAMEWORK.md. Apache 2.0 — fork, modify, or replace; the governance layer underneath stays.

What it does

Given a list of decision IDs:

  1. Pulls supporting context through ARX-governed connectors
  2. Applies the customer support senior ic coordination logic
  3. Returns a structured decision routing for human review (or

auto-action if within declared low-risk scope)

  1. Streams every action to the customer's hash-chained personnel record

Governance posture

  • Onboarding — credentials issued at runtime, scoped per-call
  • Supervision — writes to jira, slack, zendesk require manager approval
  • Evaluation — drift detection against manifests/job_description.yaml
  • Records — every action to customer S3 personnel-record bucket
  • Termination — one-button revoke + halt + exit attestation

Endpoints

| Method | Path | Description | | ------ | ----------- | ----------- | | POST | /act | Plan a customer support senior ic coordination pass against decision IDs | | POST | /execute | Execute the plan | | GET | /status | Liveness + manifest sha256 + cell + shape |

Run locally

``bash docker build -t customer-support-senior-ic-coordination-cross-team-architect:dev . docker run --rm -p 8100:8100 customer-support-senior-ic-coordination-cross-team-architect:dev curl -s http://localhost:8100/status | jq ``