一键导入
pipeline
Configurable pipeline orchestrator for sequencing Omagy stages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configurable pipeline orchestrator for sequencing Omagy stages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pipeline |
| description | Configurable pipeline orchestrator for sequencing Omagy stages. |
/omagy:pipeline is the configurable pipeline orchestrator for Omagy. It
sequences stages through a uniform stage-result contract, with .omagy state
persistence and resume support.
The default pipeline sequences:
deep-interview -> ralplan -> ultragoal (+ team if needed) -> code-review -> ultraqa
/omagy:team is conditional: use it only inside an active Ultragoal story when
independent lanes or broad verification make coordinated parallel execution
useful. Explicit legacy Ralph pipelines remain available through custom stage
names, but Ralph is not the advertised default pipeline loop.
Pipeline parameters are configurable per run:
| Parameter | Default | Description |
|---|---|---|
maxRalphIterations | 10 | Quality-gate retry ceiling; legacy option name retained for parity with OMX |
workerCount | 2 | Number of team workers when the team stage is inserted |
agentType | executor | Agent type hint for team workers |
Every stage records a stage result:
{
"stage": "code-review",
"status": "completed",
"artifacts": {
"review_verdict": {
"final_recommendation": "APPROVE",
"architecture_status": "CLEAR"
}
}
}
Stages receive accumulated handoff_artifacts from prior stages and record
status, artifacts, and optional duration.
.omagy ledgers. Launch
/omagy:team only from inside an Ultragoal story when parallel lanes are
warranted.Pipeline state persists at .omagy/state/pipeline-state.json. The HUD and
workflow status read this state through the Omagy mode-state system.
omagy pipeline start --input '{"task":"..."}' --jsonomagy pipeline record-stage --input '{"stage":"<name>","status":"completed","artifacts":{...}}' --jsonomagy pipeline complete --jsonomagy pipeline cancel --jsonomagy pipeline start.omagy pipeline next --json to get the current stage handoff./omagy:<stage> skill.current_phase=complete.[OMAGY] Run an anti-slop cleanup/refactor/deslop workflow
Run read-only deep repository analysis with ranked synthesis, concrete evidence, and explicit Evidence/Inference/Unknown boundaries.
Full OMX-style autonomous pipeline for Omagy: interview, plan, goal execution, optional team, review, and UltraQA.
Professor-critic research workflow with durable Omagy artifacts for agy.
Stateful validator-gated research loop with artifact-gated completion.
[Omagy] Bounded best-practice research wrapper using official/upstream evidence first