What problem does it solve?
super-orchestrator coordinates multiple specialized AI engineering workflows into a single looped run, so builds, QA, visual polish, and review can execute in the right order with explicit stop and human-gate controls.
Core Features & Use Cases
- Preset-driven sequencing: Chooses the best workflow chain (e.g., Build Queue, QA → UX, Review Loop, Release Ready) based on what the user asks.
- Loop policy and halt gates: Continues until each step is “done,” and stops when safety, lack of progress, merge conflicts, or unreliable verification is detected.
- Provider-agnostic headless worker execution: Runs worker steps using a configurable headless coding-agent backend while keeping the orchestration contract stable.
- Run manifests for auditability: Writes a resumable run log capturing inputs, inferred preset, sequence, artifacts, and final status.
Quick Start
Run a coordinated release workflow by telling your agent: "Use super-orchestrator to make this project release-ready with human confirmation for risky actions."