Codex for no-brainers.
You don't need to think. Just prompt with ultrawork.
What is this? · OmO · lazycodex.ai
🚧 Coming June 2026 · Currently available for OpenCode
One line. No global install, no npm i -g. Always use bunx:
bunx lazycodex installThis is shorthand for bunx omo install --platform=codex. For a fully autonomous, no-TUI setup:
bunx lazycodex install --no-tui --codex-autonomousLazyCodex adds three workflow commands to your OpenCode session:
| Command | Syntax | What it does |
|---|---|---|
$ulw-loop |
/ulw-loop "task" [--completion-promise=TEXT] [--strategy=reset|continue] |
Self-referential loop that runs until Oracle-verified completion. Caps at 500 iterations in ultrawork mode, 100 in normal mode. |
$ulw-plan |
/ulw-plan "what to build" |
Prometheus strategic planner. Writes a plan to plans/<slug>.md. Never writes product code. |
$start-work |
/start-work [plan-name] [--worktree <path>] |
Executes a plan until every checkbox is done. Prints ORCHESTRATION COMPLETE. |
Full documentation lives at lazycodex.ai/docs.
LazyCodex is the lazy way to get OmO (oh-my-openagent) up and running.
Think LazyVim for lazy.nvim, but for Codex.
OmO is the best agent harness: discipline agents, parallel orchestration, multi-model routing, skills, hooks, and more. LazyCodex wraps it so you don't have to think about setup.
"LazyVim made Neovim usable for the rest of us. LazyCodex does the same for Codex."
| Feature | Description |
|---|---|
| 🤖 Discipline Agents | Sisyphus orchestrates Hephaestus, Oracle, Librarian. A full AI dev team |
| 🔀 Parallel Execution | Multiple agents working simultaneously on subtasks |
| 🎯 Multi-Model Routing | Automatic model selection per task category |
| 🛠️ Skills System | Extensible skill library for specialized tasks |
| 📋 Hooks & Lifecycle | Pre/post hooks for every agent action |
| 🔧 Zero Config | Sensible defaults, override when you want |
LazyCodex is a thin distribution layer. The core engine is oh-my-openagent (OmO), included as a submodule under src/.
lazycodex/
├── src/ → oh-my-openagent (submodule)
├── packages/
│ └── web/ → Next.js 15 + Tailwind v4 + opennextjs-cloudflare
│ (deployed to lazycodex.ai via Cloudflare Workers)
├── .github/workflows/ → web-ci.yml + web-deploy.yml
├── README.md
└── ...
LazyCodex is part of the omo.dev project. omo in Codex, packaged for the lazy.
LazyCodex is maintained by Jobdori, the AI assistant that builds and ships OmO in real-time.
Meet your own Jobdori, Dori. Join the waitlist at sisyphuslabs.ai.
MIT
