← ClaudeAtlas

deployment-chart-managelisted

Provisions and maintains a Helm application chart on the bjw-s `common` library, applying spec/project/bjw-s-common-chart-deployment/ and spec/project/kubernetes-deployment-best-practices/. Two operations: `provision` generates a complete best-practice chart greenfield; `reconcile` is the change-noticing process that detects what an application change (for example from `fullstack-developer`) requires the chart to gain, presents the gaps, and on approval extends the chart and re-audits. Dispatches `deployment-change-analyzer`, `bjw-common-deployment-generator`, and `deployment-bestpractices-reviewer`, and owns the chart files plus the README manual-steps section. Invoke to provision a deployment chart or reconcile one after the app changed; also German requests. Don't use to write application code (`fullstack-developer`) or run the CI quality gate (`quality-gate`). Supports resume per `spec/claude/resumable-work/`.
nolte/claude-shared · ★ 0 · DevOps & Infrastructure · score 76
Install: claude install-skill nolte/claude-shared
# Deployment Chart Manage: $ARGUMENTS Provision or reconcile the Helm application chart for `$ARGUMENTS`, built on the bjw-s `common` library. This skill **orchestrates**; the heavy work is done by three dispatched agents, and their results flow back here so you drive the gates and own the chart on disk. Governed by `spec/project/bjw-s-common-chart-deployment/` (chart structure and the README manual-steps contract) and `spec/project/kubernetes-deployment-best-practices/` (the security-and-scalability bar, with network policies and the security context as mandatory pillars). Don't restate those specs; the dispatched agents read them. ## Why this is a skill, not an agent - **Orchestrator that chains other capabilities:** the flow dispatches `deployment-change-analyzer`, `bjw-common-deployment-generator`, and `deployment-bestpractices-reviewer`; the skill-orchestrates pattern (per `skill-vs-agent`) defaults the orchestrator to skill form. - **Mid-flow gating lives in the conversation:** confirming the provisioning inputs (image, exposure, ingress host, secrets, storage), approving *which* drift gaps to apply during reconcile, and deciding whether a best-practice finding blocks are per-turn user-visible gates an agent's fire-and-forget shape would lose. - **Owns a persistent on-disk artifact:** the chart files and the README manual-steps section are the deliverable; skills own persistent state. - Counter-dimension considered: each phase (detect, generate, audit) is a self-con