ワンクリックで
ultrawork
High-throughput execution for many independent small tasks. Use with /ultrawork when work can be batched safely.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
High-throughput execution for many independent small tasks. Use with /ultrawork when work can be batched safely.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when a user wants to compare an arbitrary skill or path across models, quality, cost, latency, or routing.
Analyze actual local Copilot skill activations without reading conversation content.
Plan work too big for one agent session as a shared map of decision tickets on GitHub Issues or Jira, then resolve them one at a time until the route is clear. Use with /wayfinder when the user says "plan something too big for one session", "chart a map", "wayfind", "work the map", or "decision tickets". Always confirm tracker (GitHub vs Jira) and destination before writing. Adapted from mattpocock/skills wayfinder (MIT).
Create or resume a task handoff so a fresh agent can continue unfinished work. Persist via omp handoff CLI (never write handoff files yourself). Use when the user says /handoff, wants to pause mid-task, or resume prior work.
Single-owner execute-fix-verify loop for one clear task. Use with /ralph when one agent should keep going until evidence or blocker.
Adversarial QA pass that tests behavior, failures, and regressions. Use with /ultraqa after implementation when shallow checks are not enough.
| name | ultrawork |
| description | High-throughput execution for many independent small tasks. Use with /ultrawork when work can be batched safely. |
Use /ultrawork when there are many independent, low-conflict work items that can be batched.
/ralph/ralplan firstUltrawork is the batch-execution branch of /omp-autopilot Phase 3 — a sibling of /ralph (single linear task) and /team (parallel panes), not nested inside them:
/omp-autopilot → /ralph OR /team OR /ultrawork
Pick /ultrawork when the work is many independent mechanical items. It can also be invoked directly.
Register the batch FIRST — before editing any file, run omp ultrawork start "<objective>" --task-count <n>. This is mandatory: it tracks the run so omp ultrawork status/cancel and /team nudges can see it. Skipping it leaves the batch invisible to the CLI. (For fewer than 5 items, don't use ultrawork at all — just do them inline.) Then list all tasks. For each, note the files it touches. Flag any collisions.
If tasks have ordering constraints, group them into waves:
If all tasks are independent, use a single wave.
Process each wave. For each task in the wave:
Summarise: completed, failed, blocked. Then clear the tracked state with omp ultrawork cancel.
/ralph/ralplanWaves — how tasks were groupedCompleted — items done with evidenceFailed/blockers — items that couldn't be completed and whyVerification — test/lint/build results per waveThis skill can drive multiple tool calls or long-running output. Use omp cost [--today] [--session <id>] for local hook-ledger estimates only; it is not provider billing. Keep injected summaries concise and prefer bounded output when rerunning noisy commands.