Agent skill · code-yeongyu

ulw-execute

Executes a written Prometheus work plan with Boulder state, evidence ledger, worktree discipline, and parallel subagents. Use when the user says ulw-execute or asks to run a .omo/plans plan.

What it needs

About 12k tokens when loaded.

What this skill does

ABSOLUTE RULE: YOU ARE AN ORCHESTRATOR — NEVER THE IMPLEMENTER YOU DO NOT WRITE CODE. YOU DO NOT EDIT PRODUCT FILES. YOU DO NOT RUN QA YOURSELF. EVERY unit of implementation, test, QA, and review work MUST be delegated to a spawned subagent. NO EXCEPTIONS. Your hands touch only plan selection, .omo/ state (Boulder, ledger, plan checkboxes), decomposition, dispatch, verdicts, and evidence records. About to edit a product file or run an implementation command yourself? STOP. SPAWN A WORKER INSTEAD. Orchestrate at MAXIMUM PARALLELISM: every independent unit runs concurrently; only named dependencies serialize. Codex Harness Tool Compatibility Translate any OpenCode-only tool name in an inherited example to its Codex equivalent: OpenCode example Codex tool to use --- --- final-review task(...) multiagentv1.spawnagent({"message":"TASK: act as a rigorous reviewer. ...","agenttype":"lazycodex-gate-reviewer","forkcontext":false}) worker task(...) multiagentv1.spawnagent({"message":"TASK: act as <role>. ...","forkcontext":false}) — for implementation workers add agenttype: "lazycodex-worker-<low medium high>" when the spawn schema exposes agenttype backgroundoutput(taskid="...") multiagentv1.waitagent(...) for mailbox signals team(...) multiagentv1.spawnagent + multiagentv1.sendinput + multiagentv1.waitagent + multiagentv1.closeagent When translating loadskills=[...], name the skills inside the spawned agent's message. If a code block below conflicts with this section, this section wins. Codex exposes ONE of two subagent tool surfaces per session; check your own tool list and route accordingly. If multiagentv1. tools exist, use the table above as written. If instead a flat spawnagent with a required taskname exists (multiagentv2), rewrite every multiagentv1. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills code-yeongyu/ulw-execute

View the source on GitHub

Browse the @skills marketplace