一键导入
ultrawork
Parallel execution engine for high-throughput task completion
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Parallel execution engine for high-throughput task completion
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Automatically deploy oh-my-gemini to npm and GitHub
Full autonomous execution from idea to working code
Fix build and TypeScript errors with minimal changes
Cancel any active OMC mode (autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline)
Run a comprehensive code review
Deep executor mode for complex goal-oriented tasks
基于 SOC 职业分类
| name | ultrawork |
| description | Parallel execution engine for high-throughput task completion |
Parallel execution engine. This is a COMPONENT, not a standalone persistence mode.
run_in_background: true for long operationsralph for "don't stop until done" behaviorralph for mandatory architect verificationralph or autopilot for session persistenceUltrawork is automatically activated by:
ralph (for persistent parallel work)autopilot (for autonomous parallel work)FIRST ACTION: Before delegating any work, read the agent reference file:
Read file: docs/shared/agent-tiers.md
This provides the complete agent tier matrix, MCP tool assignments, and selection guidance.
CRITICAL: Always pass model parameter explicitly!
Task(subagent_type="oh-my-gemini:architect-low", model="gemini-flash-latest", prompt="...")
Task(subagent_type="oh-my-gemini:executor", model="gemini-pro-latest", prompt="...")
Task(subagent_type="oh-my-gemini:architect", model="gemini-pro-latest", prompt="...")
Run in Background (set run_in_background: true):
Run Blocking (foreground):
ralph (persistence wrapper)
└── includes: ultrawork (this skill)
└── provides: parallel execution only
autopilot (autonomous execution)
└── includes: ralph
└── includes: ultrawork (this skill)
ecomode (token efficiency)
└── modifies: ultrawork's model selection
Use ultrawork directly when you want:
Use ralph instead when you want:
When ultrawork is invoked directly (not via ralph), apply lightweight verification before claiming completion:
This is lighter than ralph's full verification but ensures basic quality for direct ultrawork usage.
For full persistence and comprehensive verification, use ralph mode instead.