OmO
Oh My OpenAgentv4.7.5

Category Workers

Category dispatch creates focused Sisyphus-Junior workers with model and skill routing.

task(category="...") spawns a Sisyphus-Junior tuned for that domain. The category describes the work and picks the model profile; skills add the playbook.

Category Dispatch

CategoryBest for
visual-engineeringFrontend, UI/UX, styling, animation, browser-verified visual work.
ultrabrainHard reasoning, architecture, high-stakes analysis.
deepAutonomous research plus implementation.
artistryCreative, unconventional, or pattern-breaking work.
quickSmall, bounded changes.
writingDocumentation and prose.
unspecified-low / unspecified-highFallback categories when no specific lane fits.
quick-rust, quick-zig, gitSpecialized quick lanes when enabled by the installed version.

Category + Skill

Categories pick the worker profile. Skills add the playbook.

task({
  category: "visual-engineering",
  load_skills: ["frontend-ui-ux", "playwright"],
  prompt: "Update and browser-verify the docs sidebar.",
});

Sisyphus-Junior is intentionally focused: it executes one assigned unit and must verify before returning.

On this page