ci-cd-pipeline-design

Installation
SKILL.md

CI CD Pipeline Design

Overview

Use this skill to design delivery pipelines that are deterministic, auditable, and safe under both success and failure paths.

Scope Boundaries

  • Use this skill when the task matches the trigger condition described in description.
  • Do not use this skill when the primary task falls outside this skill's domain.

Inputs To Gather

  • Repository topology (mono-repo/multi-repo), services affected, and deployment targets.
  • Required checks (lint, test, security, compliance, performance) and risk tolerance.
  • Artifact model (build outputs, provenance, signing, retention).
  • Rollout model (blue/green, canary, phased, manual approvals).

Deliverables

  • Pipeline stage blueprint with gate criteria and ownership.
  • Artifact traceability model (source -> build -> deployable -> environment).
  • Failure-path policy (auto-stop, rollback, manual override policy).
Related skills

More from kentoshimizu/sw-agent-skills

Installs
2
GitHub Stars
5
First Seen
Feb 28, 2026