deployless-production-path
Installation
SKILL.md
Continuous Production Path for Any-Language Repositories
Purpose
Make deployment from main mechanical, repeatable, and safe. The system should remove manual deploy decisions while preserving runtime release decisions through flags, kill switches, routing controls, or equivalent mechanisms.
The goal is:
merge to main -> required checks -> build artifact -> deploy/publish/promote -> smoke checks -> observe -> release through runtime controls
Deployment moves code. Release exposes behavior.
Preconditions
Run these skills first: