ultrapilot
v1.0.0Single-command engineering orchestrator with multi-dimensional goal scoring. Model-agnostic, token-optimized, state-machine-driven.
by joychetryMIT2updated 1 month ago
Source
git clone https://github.com/joychetry/ultrapilotClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .codex-plugin/plugin.json└── skills/ultrapilot/SKILL.md
Skills1
Single-command engineering orchestrator. After loading, run `ultrapilot-goals set '<task>'` then loop `ultrapilot-run next` / do the work / `ultrapilot-run report --phase <name> --result <path> --passed`. Wrappers are in `<install>/bin/` — add to $PATH or call by absolute path. Runs explore → plan → build → verify → review → patch → audit with multi-dimensional goal scoring. Token-optimized via lazy phase loading. Model-agnostic. Use when the user asks for a non-trivial build, refactor, migration, or feature with verifiable completion criteria.
Manifests1
{
"name": "ultrapilot",
"version": "1.0.0",
"description": "Single-command engineering orchestrator with multi-dimensional goal scoring. Model-agnostic, token-optimized, state-machine-driven.",
"author": {
"name": "joychetry"
},
"license": "MIT",
"homepage": "https://github.com/joychetry/ultrapilot",
"repository": "https://github.com/joychetry/ultrapilot"
}