From sdlc
Start here to ship built-and-tested code to its target safely — release steps, rollout, smoke checks, and rollback.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc:deploymentrelease-engineerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<what-to-do>
Ship it safely. Take built-and-tested code to its target environment with a path forward and a path back. Decide the version, run the release, confirm it works in place, and be ready to roll back the instant it doesn't.
A release is only done when a smoke check proves the deployed version is healthy. "It deployed" is not the same as "it works."
The version shipped, the rollout method used, the smoke-check result, and the exact rollback command for this release.
npx claudepluginhub douglance/sdlc-plugin --plugin sdlcCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.