ワンクリックで
adding-a-pipeline-step
Add a new step, capability, or agent to an existing named Superpipelines workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add a new step, capability, or agent to an existing named Superpipelines workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | adding-a-pipeline-step |
| description | Add a new step, capability, or agent to an existing named Superpipelines workflow. |
| user-invocable | false |
pipeline-architect in STEP-ADD mode to generate new artifacts.{ROOT}/superpipelines/temp/{P}/edit-{ts}/ for staging. NEVER write directly to production paths during design.topology.json for:
depends_on references.pipeline-auditor in DELTA mode on all staged files (components, topology, and entry skill).AskUserQuestion).APPROVE, move staged files to their final absolute paths in agents, skills, and pipeline directories.registry.json lists to include new components.plugin_version in topology.json, the registry entry, and the new agent's frontmatter to the current superpipelines version.
<rationalization_table>
| Excuse | Reality |
|---|---|
| "Staging is extra overhead." | Staging allows for a rollback if the audit or human review fails. Direct writes are permanent and destructive. |
| "Topology validation is redundant." | Manual inspection often misses transitive dependency breaks caused by insertion. |
| "Minor audit findings won't break it." | Even SEV-1 findings can cause context leakage or state corruption during execution. |
| </rationalization_table> |
sk-pipeline-paths/SKILL.md — Path resolution.sk-4d-method/SKILL.md — Brief refinement.creating-a-pipeline/SKILL.md — Core scaffolding rules.deleting-a-pipeline-step/SKILL.md — Removal workflow.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.