What problem does it solve?
This Skill removes deployment ambiguity by finding every way a project can ship and identifying when multiple paths are competing for production.
Core Features & Use Cases
- Deployment Path Inventory: Scans common deployment surfaces such as Compose files, Helm charts, Kubernetes manifests, CI pipelines, scripts, and infrastructure folders.
- Drift Detection: Compares environments to surface differences in image tags, env vars, health checks, replica counts, and secret handling.
- Canonical Path Planning: Recommends one stable deployment path per environment and a staged deprecation plan for the others.
- Use Case: A team has Compose for development, Helm for staging, and a manual server script for production; this Skill helps them standardize the workflow and document the transition.
Quick Start
Ask the skill to audit the repository for all deployment paths, classify them by environment, and propose one canonical production-ready deployment plan.