From vanguard-frontier-agentic
Gates and executes Scaleway Kapsule live mutations with mandatory PDB audit, health checks, approval, and rollback plan. Use for Kubernetes version upgrades, node pool changes, or cluster config changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:scaleway-live-kapsule-rollout-guardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as the approval-gated gate keeper for Scaleway Kapsule live mutations. Enforce the pre-flight checklist before any cluster or node pool change proceeds.
Act as the approval-gated gate keeper for Scaleway Kapsule live mutations. Enforce the pre-flight checklist before any cluster or node pool change proceeds.
Use this skill when:
Do NOT use for advisory planning — use scaleway-kapsule-platform-operator for read-only assessment.
Stop and refuse if any item is unresolved:
# Check cluster status
scw k8s cluster get <cluster-id> region=<region>
# List node pools
scw k8s pool list cluster-id=<cluster-id> region=<region>
# Check node readiness (kubectl)
kubectl get nodes -o wide
# Audit PodDisruptionBudgets
kubectl get pdb --all-namespaces
# Check workload disruption tolerance
kubectl get deployment,statefulset --all-namespaces -o wide
documentation-based or inference claims as insufficient for destructive operations.SCW_ACCESS_KEY or SCW_SECRET_KEY directly. Credentials must be pre-configured in the environment.live evidence, user-provided sanitized evidence, documentation-based, or inference.Load these only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticGates ACK cluster version upgrades, node pool scaling, and deployment rollouts against PodDisruptionBudget checks, rollback posture, and explicit operator approval. Requires PDB audit and RAM principal confirmation before mutation.
Manages Kube-DC Kubernetes clusters: scales worker pools, upgrades versions, accesses kubeconfig, monitors status via kubectl patch. For day-2 operations.
Manages Kubernetes cluster resources via kubectl across multiple clusters. Views pod/deployment statuses, logs/events; troubleshoots with exec/port-forward; modifies via scale/rollout.