What problem does it solve?
Infrastructure, configuration, and operational edits can introduce runtime outages, data loss, or security exposure when treated like ordinary code changes; this Skill frames those edits into bounded, reviewable actions with explicit risk naming, verification, and rollback thinking so changes are applied more safely.
Core Features & Use Cases
- Risk-aware scoping: Detects operational surfaces (IaC, orchestration, secrets, networking, stateful data) and assigns a risk band to guide verification strength.
- Deterministic contract and report: Builds a JSON contract and report describing touched surfaces, mutating commands, verification steps, rollback steps, and readiness state.
- Verification and rollback guidance: Recommends proportional verification steps (plan, rollout checks, health probes) and ensures a concrete rollback idea exists before mutation.
- Use Case: When updating Terraform variables and a Kubernetes deployment for an API tier, use this Skill to enumerate touched surfaces, produce verification commands, and generate a rollback-ready report for reviewers.
Quick Start
Produce a risk-aware plan and verification checklist for updating infra/terraform/api.tfvars and deploy/kubernetes/api-deployment.yaml, including explicit rollback commands and a JSON report.