一键导入
deleting-a-pipeline-step
Remove a step from an existing named Superpipelines workflow while preserving topology continuity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Remove a step from an existing named Superpipelines workflow while preserving topology continuity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Cut a Superpipelines version release (vX.Y.Z) — verify the 5 version targets agree, draft CHANGELOG + RELEASE-NOTES entries, land them via PR (main is branch-protected), then create the GitHub release + tag and verify. Use when the user asks to cut/ship/publish a release, tag a version, do release work, or write release notes for Superpipelines.
Resolves agent `model_tier:` declarations into concrete platform-specific model strings and effort values via a 5-layer precedence chain, returning a serializable `resolved` object for dispatch. Use when `running-a-pipeline` Phase 0.45 needs to determine the concrete model + effort for each pipeline step on the active platform before dispatch.
Resolves the active runtime tier and provides the canonical DISPATCH contract for all pipeline step execution. Use when an orchestrator skill needs to dispatch pipeline steps — performs tier detection, loads the platform profile, and executes the Tier 2 inline loop when no subagent primitive is available.
Cut a Superpipelines version release (vX.Y.Z) — verify the 5 version targets agree, draft CHANGELOG + RELEASE-NOTES entries, land them via PR (main is branch-protected), then create the GitHub release + tag and verify. Use when the user asks to cut/ship/publish a release, tag a version, do release work, or write release notes for Superpipelines.
Run, resume, or list installed Superpipelines workflows from the registry.
Provides canonical engineering standards for authoring agents, skills, hooks, and pipeline orchestration in Claude Code. Use when authoring or modifying agents, skills, hooks, or pipeline-orchestration artifacts — covers model-tier selection, prompt-cache discipline, frontmatter schemas, and progressive-disclosure rules.
| name | deleting-a-pipeline-step |
| description | Remove a step from an existing named Superpipelines workflow while preserving topology continuity. |
| user-invocable | false |
pipeline-architect in STEP-DELETE mode to stage all changes.edit-{ts}/. NEVER delete directly from production paths during design.edited, copied-unchanged, or deleted.
*.md) is listed as copied-unchanged, STOP before Phase 3. Emit a blocking error naming the file and explain that unchanged markdown in STEP-DELETE staging indicates an architect partial exit.*.md file against its production original before Phase 3. If the staged file has a production source and is byte-identical to that source, STOP before Phase 3 with a blocking error naming both paths. This guard is independent of the manifest and catches partial exits even when the manifest is wrong or missing detail.--include="*.md") so .md artifacts cannot be silently skipped.pipeline-auditor in DELTA mode on the staged topology, entry skill, and neighbor steps.APPROVE. On CANCEL, discard all staged changes and do NOT delete artifacts.topology.json and tasks.md.registry.json to reflect the removal.plugin_version in topology.json and the registry entry to the current superpipelines version.
<rationalization_table>
| Excuse | Reality |
|---|---|
| "The step is terminal, why audit?" | Removing a terminal step can still break final status reporting or cleanup logic. |
| "Rewiring is over-engineering." | A broken dependency chain blocks every subsequent pipeline run. Rewiring is essential maintenance. |
| "I can recover from git if I'm wrong." | Relying on git recovery for basic workflow errors indicates a failure of the safety protocol. |
| </rationalization_table> |
sk-pipeline-paths/SKILL.md — Path resolution.sk-pipeline-state/SKILL.md — Run state tracking.adding-a-pipeline-step/SKILL.md — Insertion workflow.updating-a-pipeline-step/SKILL.md — Modification workflow.