Workflow Skills
Top-level OmO commands and loops that move work from idea to verified result.
Workflow skills are the entry points you type into a session. They wire a goal into the right loop and the right model.
Main Workflows
| Workflow | Purpose |
|---|---|
ulw / ultrawork | Autonomous "figure it out and finish" loop driven by Sisyphus. |
ralph-loop / ulw-loop | Self-continuing development loops that repeat execution and verification. |
@plan / Prometheus mode | Interview-based plan generation before implementation. |
/start-work | Activate Atlas on the latest Prometheus plan. |
init-deep | Build hierarchical project knowledge. |
handoff | Preserve context for a later session. |
refactor | Refactoring lane with diagnostics, AST-grep, and behavior-preservation checks. |
Choosing One
Use ulw when autonomy matters more than up-front precision. Use Prometheus plus /start-work when the work needs a durable plan and explicit verification steps.