plugins marketplace
← All plugins

ultrapilot

v1.0.0

Single-command engineering orchestrator with multi-dimensional goal scoring. Model-agnostic, token-optimized, state-machine-driven.

Codex1 skill

by joychetryMIT2updated 1 month ago

Source

git clone https://github.com/joychetry/ultrapilot

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

ultrapilot/
├── .codex-plugin/plugin.json
└── skills/ultrapilot/SKILL.md

Skills1

ultrapilotskills/ultrapilot/SKILL.md

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

.codex-plugin/plugin.json
{
  "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"
}