ci-cd

Installation
SKILL.md

CI/CD

Automate everything between code commit and production deployment. Manual steps are bugs waiting to happen.

Context

CI/CD is the backbone of reliable delivery. Continuous Integration ensures every code change is validated automatically. Continuous Delivery ensures validated code can be deployed to production at any time. Together, they reduce the risk of releases from "big scary event" to "routine operation."

In a lifecycle-aware system, CI/CD must preserve upstream quality and rollout constraints. It should not flatten unresolved brownfield risks into a generic "deploy after tests pass" pipeline.

Inputs

  • source-code -- produced by the preceding skill in the lifecycle
  • test-strategy-doc -- produced by the preceding skill in the lifecycle
  • architecture-doc -- produced by the preceding skill in the lifecycle
  • task-list -- produced by the preceding skill in the lifecycle

Process

Step 1: Design Pipeline Stages

Related skills

More from yknothing/prodcraft

Installs
6
First Seen
Mar 27, 2026