Skip to content
Agent Orchestration
Skill

/execute

Carry an approved task through to working, verified code

From plugin
oh-my-claudecode
39k39 skills21 agents21 commands11 hooks
+1
Install
$ npx -y skills add Yeachan-Heo/oh-my-claudecode --skill execute --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/execute

Context preview

The summary Claude sees to decide when to auto-load this skill.

Carry an approved task through to working, verified code

SKILL.md

execute.SKILL.md
name: execute
description: Carry an approved task through to working, verified code

Execute

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.

Goal

Take a task from agreed intent to working code, with evidence that it works.

Workflow

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.

Scale

Match the machinery to the task:

  • **Single unit** — implement directly, verify, done.
  • **Several independent units** — delegate to `executor` agents in parallel.
  • **Long-running or unbounded** — keep a durable task list and continue until the list is empty.
  • **Needs coordinated parallel workers** — use `team`.

Do not spin up coordination for work that one focused pass would finish.

Rules

  • Prefer deletion over addition when behavior is preserved.
  • Do not add dependencies without an explicit request.
  • Keep diffs small and reversible.
  • Placeholder TODOs, `test.skip`, and stub tests are blockers, not progress.
  • Authoring and approval are separate passes — do not self-approve; hand off to `review` or `verify`.

Completion

Before claiming done:

  • No pending tasks
  • Tests pass, or failures are reported plainly
  • Verification evidence collected

Output

  • Files changed
  • What was implemented
  • Evidence it works
  • What is still open
Read more
Ships withoh-my-claudecode

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.

Get the whole plugin

Other skills on oh-my-claudecode.