원클릭으로
updating-a-pipeline-step
Modify an existing step in a named Superpipelines workflow while preserving contracts and topology continuity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Modify an existing step in a named Superpipelines workflow while preserving contracts and 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 | updating-a-pipeline-step |
| description | Modify an existing step in a named Superpipelines workflow while preserving contracts and topology continuity. |
| user-invocable | false |
pipeline-architect in STEP-UPDATE mode to generate modified artifacts.{ROOT}/superpipelines/temp/{P}/edit-{ts}/ for staging. NEVER overwrite production files during design.pipeline-auditor in DELTA mode on the staged artifacts and neighbor components.AskUserQuestion).APPROVE, atomically move staged files to their final absolute paths and update registry.json.plugin_version in topology.json, the registry entry, and the modified agent's frontmatter to the current superpipelines version.
<rationalization_table>
| Excuse | Reality |
|---|---|
| "The neighbors clearly accept the new format." | Contracts are explicit in topology.json. Verify against the schema, not from intuition. |
| "Skip Phase 2 to save time." | A 30-second impact check prevents a multi-hour pipeline redesign. |
| "I'll update the neighbors in a separate task." | Neighbor updates must be atomic with the step update to prevent an inconsistent topology state. |
| </rationalization_table> |
sk-pipeline-paths/SKILL.md — Path resolution.sk-write-review-isolation/SKILL.md — Review loop rules.adding-a-pipeline-step/SKILL.md — Insertion workflow.deleting-a-pipeline-step/SKILL.md — Removal workflow.