Public documentation for governed AI labor
SDKs/Governance/Connectors
Arx / Docs / sales-senior-manager-research-strategic-portfolio-analyst

Documentation

sales-senior-manager-research-strategic-portfolio-analyst

arxsec-site / reference-agents/sales-senior-manager-research-strategic-portfolio-analyst/README.md

arxsec-site reference-agents reference-agents/sales-senior-manager-research-strategic-portfolio-analyst/README.md

> Surfaces strategic-portfolio insight across multiple sales teams for VP/Director consumption. Trends, anomalies, capacity vs demand, talent gaps.

Cell: sales.senior-manager · Shape: research · 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 portfolio IDs:

  1. Pulls supporting context through ARX-governed connectors
  2. Applies the sales senior manager research logic
  3. Returns a structured strategic analysis 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 (none — read-only) 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 sales senior manager research pass against portfolio IDs | | POST | /execute | Execute the plan | | GET | /status | Liveness + manifest sha256 + cell + shape |

Run locally

``bash docker build -t sales-senior-manager-research-strategic-portfolio-analyst:dev . docker run --rm -p 8100:8100 sales-senior-manager-research-strategic-portfolio-analyst:dev curl -s http://localhost:8100/status | jq ``