Global Orchestrator
The Global Orchestrator is the master agent. It plans, dispatches, and coordinates every other agent to deliver end-to-end workflows from a single prompt.
What it does
The Global Orchestrator decomposes a high-level goal into stages and routes each stage to the best specialist. It enforces quality gates between stages and produces a unified report at the end.
Built-in Workflows
- Full Project Delivery — Architect → Developer → QA → DevOps with stop conditions at every gate.
- Deployment Only — Skip design/build, run DevOps + verification checks against an existing repo.
- Troubleshooting — Debug Detective leads, with QA writing prevention tests once the root cause is fixed.
- Risk Assessment — Architect + DevOps produce a structured risk report with mitigations.
How to invoke
- Open the AI Command Center (footer button or Cmd+K).
- Type any cross-module goal — “Add 2FA to my Laravel app, write tests, deploy to staging”.
- Watch the orchestration timeline: each stage shows tools used, files touched, tests run, and verification status.
Stage Output Contract
Every workflow finishes with a structured contract:
- Changed Files — what was touched and why.
- Test Results — command + pass/fail evidence.
- Deploy Result — deployment action + status.
- Verification Checks — post-deploy health, log checks, smoke tests.