ワンクリックで
omg-ultrawork
Parallel execution via Grok spawn_subagent only. Use when user says ulw, ultrawork, parallel agents for oh-my-grok.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Parallel execution via Grok spawn_subagent only. Use when user says ulw, ultrawork, parallel agents for oh-my-grok.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
In-session end-to-end coordinator for oh-my-grok. Use when the user says autopilot, auto pilot, full auto, autonomous, build me, create me, make me, handle it all, or wants idea→working code with interview/plan/implement/review/QA/accept. CLI owns phase state and verified; this skill is the session playbook.
In-session durable multi-story goal ledger for oh-my-grok. Use when user says ultragoal, goal ledger, multi-story durable, durable goals, resume goal, omg goal, hash-chained stories, or needs multi-story work that survives process and run boundaries. CLI owns snapshot/ledger and verified; this skill is the session playbook (Grok has no host /goal).
Bootstrap router for oh-my-grok. Use when user says omg, setup omg, how to use oh-my-grok, which skill, ulw vs ralph vs ralplan vs autopilot vs ultragoal, or first-time install.
Deterministic, resumable requirements convergence before planning or implementation.
Bounded adversarial QA repair loop — freeze scenarios, diagnose, retest; never sets verified.
Grok-native independent critic then verifier. Use when user says dual-review, don't self-approve, or independent review. Does not set verified.
| name | omg-ultrawork |
| description | Parallel execution via Grok spawn_subagent only. Use when user says ulw, ultrawork, parallel agents for oh-my-grok. |
High-throughput parallel work using only Grok spawn_subagent. Leader decomposes, fans out depth=1 children, integrates notes, then verifies. Do not claim done without verification evidence.
spawn_subagent (depth=1; children must NOT spawn).ulw, ultrawork, or asks for parallel agents.omg-ralph.omg-ralplan.omg-cancel.Prefer these spawn_subagent types (or project omg-* agents when registered):
| Type | Role |
|---|---|
explore | Read-only codebase search / mapping |
plan | Bounded planning slice |
general-purpose | Implementation or mixed work |
omg-executor | Write-heavy implementation (if agent file available) |
omg-critic | Critique notes (if available) |
omg-verifier | Verification (if available) |
Forbidden workers: claude, codex, omc team, agy, cursor-agent, kimi, external multi-LLM dispatch shells.
Children must not call spawn_subagent again (depth=1 hard cap).
spawn_subagent calls in one turn for independent slices.background: true.capability_mode):
general-purpose, omg-executor): MUST spawn with capability_mode: read-write — file edit tools OK; no Execute/shell. omg-executor also lists run_terminal_command / spawn_subagent in disallowedTools. Do not rely on PreToolUse alone (see docs/research/subagent-pretooluse-spike.md and docs/security-model.md).capability_mode: read-only (or permissionMode plan).omg accept / frozen acceptance only (CLI stamps results + semantic command policy). Leader may run checks; children must not self-verify the run.wait_commands_or_subagents / get_command_or_subagent_output..omg/artifacts/ if children wrote them.Before sealing, record file ownership so join can fail closed:
omg worker own --run RUN --tasks-json '[{"task_id":"t1","owned_files":["a.py"]},{"task_id":"t2","owned_files":["b.py"]}]'
omg worker prepare-owned --run RUN
# workers edit worktrees → leader seals
omg worker seal --run RUN --task t1
omg worker seal --run RUN --task t2
omg worker join --run RUN # blocks if missing/failed/untrusted writer
Two envelope files alone are not proof of two native workers; join requires CLI ownership + CLI seals. Live spawn fingerprints are host-session evidence.
Write-heavy children must leave a result envelope before exit:
.omg/artifacts/ulw-results/<run_id>/<task_id>.json
{
"task_id": "t1",
"base_sha": "<leader HEAD at spawn>",
"head_sha": "<worker commit to apply>",
"worktree_path": "<absolute isolation worktree>",
"changed_files": ["path/a.py"],
"status": "ok",
"evidence": "pytest -q path/tests …"
}
status is ok or failed. Leader base is recorded by omg ulw as base_sha on the run.omg integrate # active run
omg integrate --run <id>
omg integrate --dry-run # validate envelopes only
CLI sorts by task_id, rejects base_sha mismatch, cherry-picks each head_sha, stops on conflict, writes integrate.result.json. Do not claim merge success from agent notes alone.
.omg/artifacts/ (proposal only).omg accept when a PRD exists).passes / verified yourself — report evidence; omg CLI owns authoritative state when a run is supervised.read_file / grep / list_dir — context
spawn_subagent — fan-out (depth=1)
run_terminal_command (background) — long builds/tests
wait_commands_or_subagents — join
get_command_or_subagent_output — poll/read results
search_replace — leader integration edits
omg ulw "goal text"
CLI may inject this skill and track run state under .omg/state/. Inside the session, still follow HARD RULES.
pkill -f — use omg cancel if aborting.