Documentation
design-ic-coordination-design-review-router
arxsec-site / reference-agents/design-ic-coordination-design-review-router/README.md
> Routes design work through critique, approval, and handoff. Schedules crits, tracks feedback incorporation, signals readiness for eng.
Cell: design.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 design project IDs:
- Pulls supporting context through ARX-governed connectors
- Applies the design review coordination logic
- Returns a structured review state for human review (or
auto-action if within declared low-risk scope)
- Streams every action to the customer's hash-chained personnel record
Governance posture
- Onboarding — credentials issued at runtime, scoped per-call
- Supervision — writes to figma, jira, google-calendar, slack 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 design review coordination pass against design project IDs | | POST | /execute | Execute the plan | | GET | /status | Liveness + manifest sha256 + cell + shape |
Run locally
``bash docker build -t design-ic-coordination-design-review-router:dev . docker run --rm -p 8100:8100 design-ic-coordination-design-review-router:dev curl -s http://localhost:8100/status | jq ``