Pipeline

Sunset stub — use $plan and $team directly instead

Yeachan-Heo Updated

File contents

Pipeline — removed

$pipeline was removed in OMX 0.21.

Pipeline's configurable stage sequencing overlapped $plan (planning) and $team (execution) without a unique runtime. Use the canonical skills directly: $plan for optional planning, $team for coordinated parallel execution, $ultragoal for durable goal-mode runs.

Migration: replace $pipeline with explicit $plan and $team invocations as the task warrants.

Task: {{ARGUMENTS}}

Yeachan-Heo/oh-my-codex/tree/main/skills/pipeline commit cc71a5121e

Frequently asked questions

npx skillmds@latest add yeachan-heo-oh-my-codex/pipeline