### Install LazyCodex Source: https://lazycodex.ai/docs Installs LazyCodex using bunx. This command is equivalent to `bunx --package oh-my-openagent omo install --platform=codex`. ```bash bunx lazycodex-ai install ``` -------------------------------- ### Start Work with $start-work Source: https://lazycodex.ai/docs Executes a Prometheus work plan, managing state with `.omo/boulder.json` and ensuring completion through multiple verification gates. Supports specifying a worktree. ```bash /start-work [plan-name] [--worktree ] ``` -------------------------------- ### Install LazyCodex Autonomously Source: https://lazycodex.ai/docs Installs LazyCodex without a TUI and enables Codex autonomous mode. ```bash bunx lazycodex-ai install --no-tui --codex-autonomous ``` -------------------------------- ### Generate Plan with $ulw-plan Source: https://lazycodex.ai/docs Uses the Prometheus agent to generate a strategic work plan from an idea through a Socratic interview, codebase exploration, and gap analysis. The plan is saved to `plans/.md`. ```bash $ulw-plan ``` -------------------------------- ### Run $ulw-loop Command Source: https://lazycodex.ai/docs Initiates a self-referential development loop that continues until verified completion by an Oracle. The loop includes a completion promise and strategy options. ```bash /ulw-loop "task description" [--completion-promise=TEXT] [--strategy=reset|continue] ``` -------------------------------- ### Activate Ultrawork Mode Source: https://lazycodex.ai/docs Activates ultrawork mode for precise, outcome-first orchestration. Use `ulw` as a shorthand for `ultrawork`. ```bash ulw add authentication ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.