A deterministic multi-agent clarify, plan, build, review, consolidate workflow kit for oh-my-pi (omp). The main agent authors and runs eval cells that drive the pipeline in real code, with durable state in a live HTML dashboard.
Full docs: supership.shishirpai.com
/supership <task> interactive: clarify, plan, YOU approve, build, review loop, consolidate
/shipit <task> autonomous: same pipeline, no interview, no gate
/ultraship [topo] <task> two genius seats (plato + aristotle) debate the plan and review
/ultrashipit [topo] <task> autonomous dual-genius
/superreview [--base <ref>] [intent] standalone review-and-fix loop over local changes
<command> resume re-enter an interrupted run where it left off
git clone https://github.com/mgpai22/supership.git && cd supership
./install.sh --config # copy into ~/.omp/agent + apply modelRoles + task configThen restart your omp session. Use ./install.sh --link to keep this repo as the live source, or ./install.sh to copy without applying config.
install.sh also installs the ax web-fetch/extract CLI (auto-installed into ~/.local/bin, pinned to v0.1.5 and checksum-verified) plus its matching skill. It skips if ax is already on your PATH.
Paste this into your coding agent and it does the setup for you.
Install the supership kit for oh-my-pi from https://github.com/mgpai22/supership.
Clone the repo, run `./install.sh --config` (this copies the commands, agents, and
grill and ax skills into ~/.omp/agent, installs the pinned ax CLI, and applies the
modelRoles + task config), then tell
me to restart my omp session. Reference: https://supership.shishirpai.com
Everything lives at supership.shishirpai.com.
- Getting started: overview, installation, commands.
- The pipeline: plan, execute, review, consolidate.
- Ultra mode: the plato and aristotle genius duel.
- Guides: standalone review, frontend and design, load balancing, resume and recovery.
- Reference: agents, configuration, architecture.
- Changelog: every merged pull request.
MIT, see LICENSE.