agent-doc-discipline
Writing-time discipline for documents agents consume (the five surfaces, specs, tickets, .omc/skills/) — every rule checkable and carrying a why, steps before…
Carry an approved task through to working, verified code
$ npx -y skills add Yeachan-Heo/oh-my-claudecode --skill execute --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/executeContext preview
The summary Claude sees to decide when to auto-load this skill.
Carry an approved task through to working, verified code
name: execute description: Carry an approved task through to working, verified code
Use this skill when the work is understood and the job is to build it.
This is the canonical execution workflow. `autopilot`, `ralph`, `ultragoal`, `ultrapilot`, `pipeline`, and `swarm` route here.
Take a task from agreed intent to working code, with evidence that it works.
1. Confirm the task is clear enough to build. If it is not, plan first. 2. Break the work into independent units; run genuinely independent units in parallel. 3. Implement the smallest correct change per unit, reusing existing utilities and patterns. 4. Verify as you go, not only at the end. 5. Report what changed, what was verified, and what remains.
Match the machinery to the task:
Do not spin up coordination for work that one focused pass would finish.
Before claiming done:
For Codex users: Check out oh-my-codex — the same orchestration experience for OpenAI Codex CLI. Liked OmC but found it a bit overkill? Try gajae-code.
Repo: Yeachan-Heo/oh-my-claudecode
Writing-time discipline for documents agents consume (the five surfaces, specs, tickets, .omc/skills/) — every rule checkable and carrying a why, steps before…
Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode
Shipyard's navigator — chart a foggy effort (destination unclear, questions not yet stateable) into a map of decision tickets on the repo's issue tracker, then…
Process-first advisor routing for Claude, Codex, Gemini, Antigravity, Grok, or Cursor via `omc ask`, with artifact capture and no raw CLI assembly
Stateful single-mission improvement loop with strict evaluator contract, markdown decision logs, and max-runtime stop behavior