Multi-agent orchestration with Ultrawork mode (Sisyphus Mode) for obsessive task completion
npx claudepluginhub zephyrpersonal/oh-my-claude-codeMulti-agent orchestration with Ultrawork mode (Sisyphus Mode) for obsessive task completion
Multi-agent orchestration for Claude Code, inspired by oh-my-opencode
Version: 1.2.0 | Changelog | ROADMAP
A Claude Code plugin providing specialized agents that work together through intelligent delegation.
oh-my-claude-code brings the power of multi-agent orchestration to Claude Code. It provides:
ulw magic keywordconfig/index.js# Add the marketplace
/plugin marketplace add https://github.com/zephyrpersonal/oh-my-claude-code
# Install the plugin
/plugin install oh-my-claude-code@oh-my-claude-code-plugins
git clone https://github.com/zephyrpersonal/oh-my-claude-code.git
/plugin marketplace add ./oh-my-claude-code
/plugin install oh-my-claude-code@oh-my-claude-code-plugins
oh-my-claude-code/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Local marketplace config
├── hooks/
│ ├── hooks.json # Hooks configuration
│ ├── ultrawork-detector.js # Detects ulw keyword
│ ├── todo-continuation-enforcer.js
│ └── post-tool-processor.js # Unified PostToolUse handler
├── config/
│ └── index.js # Centralized configuration
├── utils/
│ ├── validation.js # Parameter validation
│ ├── patterns.js # Pre-compiled regex
│ └── progress-reporter.js # Progress visualization
├── commands/
│ └── ulw.md # Slash command
├── agents/
│ ├── orchestrator.md
│ ├── explore.md
│ ├── librarian.md
│ └── ...
├── skills/
│ └── ultrawork/
│ └── SKILL.md
├── docs/
│ └── WEEK1-2-SUMMARY.md # Development summaries
├── ROADMAP.md # 48-week iteration plan
└── package.json
| Agent | Model | Cost | Purpose |
|---|---|---|---|
| orchestrator | inherit | EXPENSIVE | Task classification and delegation |
| explore | haiku | FREE | Internal codebase search |
| librarian | sonnet | CHEAP | External docs and research |
| oracle | opus | EXPENSIVE | Architecture and deep analysis |
| frontend-ui-ux-engineer | sonnet | CHEAP | Visual/UI changes |
| document-writer | sonnet | CHEAP | Technical documentation |
| multimodal-looker | sonnet | CHEAP | PDF/image analysis |
See AGENTS.md for detailed information about each agent.
Ultrawork is a special mode that enables obsessive task completion.
Add ulw, ultrawork, or uw anywhere in your message:
claude "Implement user authentication, ulw"
claude "ulw refactor the database layer"
ULW supports optional parameters for fine-tuned control:
| Parameter | Default | Description |
|---|---|---|
--max-iterations N | 50 | Maximum continuation attempts |
--thoroughness LEVEL | thorough | Search depth: quick, medium, thorough |
--no-diagnostics | (enabled) | Disable auto-diagnostics reminders |
--completion-signal "TEXT" | (none) | Custom completion signal phrase |
Examples:
# Limit iterations
claude "implement auth, ulw --max-iterations 20"
# Custom completion signal
claude "add tests ulw --completion-signal 'all tests pass'"
# Quick search mode
claude "ulw --thoroughness quick fix the typo"
# Combined parameters
claude "refactor cache layer, ulw --max-iterations 30 --thoroughness medium"
"Like Sisyphus, you roll the boulder every day. You don't stop until you reach the top."
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.