What problem does it solve?
This Skill helps you plan, validate, and apply infrastructure changes for your homelab Kubernetes environment without breaking your workflow or making unsafe assumptions about cluster networking.
Core Features & Use Cases
- Task-first Terragrunt workflow: Use the repository’s
task tg:* commands to keep operations consistent and avoid running terragrunt/OpenTofu directly.
- Inventory-safe machine changes: Add or modify machines by editing
inventory.hcl and following a plan-first review process, with explicit warnings to verify MAC/IP values.
- Units→stacks→modules clarity: Understand and work within the architecture where stacks compose units and units wrap Terraform/OpenTofu modules, including feature flags and config-driven inputs.
- Guardrails for state and testing: Follow validation and checklist steps, and use safe patterns for state operations involving indexed resources.
Quick Start
Ask the AI: "Generate a safe validation and planning plan for my live cluster after updating inventory.hcl, and include exactly which task tg:* commands I should run."