Autonomous Agent Team
This directory defines the specialized agent team for 24/7 MUTX shipping.
| Title | Target |
|---|---|
| Mission Control Orchestrator | mission-control-orchestrator |
| Control Plane Steward | control-plane-steward |
| Operator Surface Builder | operator-surface-builder |
| Auth Identity Guardian | auth-identity-guardian |
| CLI SDK Contract Keeper | cli-sdk-contract-keeper |
| Runtime Protocol Engineer | runtime-protocol-engineer |
| QA Reliability Engineer | qa-reliability-engineer |
| Infra Delivery Operator | infra-delivery-operator |
| Observability SRE | observability-sre |
| Docs Drift Curator | docs-drift-curator |
Core Operating Model
- One orchestrator plans and dispatches work.
- Specialists own bounded file areas and do not overlap without an explicit handoff.
- Every code-writing agent opens a branch and pull request instead of pushing to
main. - Every PR requires a second agent reviewer plus CI before merge.
- Low-risk lanes can auto-merge after review; risky lanes stop at staging or require human approval.
Team Members
mission-control-orchestratorcontrol-plane-stewardoperator-surface-builderauth-identity-guardiancli-sdk-contract-keeperruntime-protocol-engineerqa-reliability-engineerinfra-delivery-operatorobservability-sredocs-drift-curator
Launch Order
mission-control-orchestratorqa-reliability-engineercli-sdk-contract-keepercontrol-plane-stewardoperator-surface-builderauth-identity-guardianobservability-sreinfra-delivery-operatorruntime-protocol-engineerdocs-drift-curator
Shared Rules
- Trust code over docs when they disagree.
- Prefer the smallest correct change.
- Treat route drift as a bug.
- Do not use
npm run lintas a required gate until the ESLint setup is repaired. - Use
npm run build, Python checks, targeted pytest, and targeted Playwright or infra validation as the real gates. - If API contracts change, update dependent surfaces in the same workstream or open linked tasks immediately.
