tf-plan
Installation
SKILL.md
Terraform Plan Review Skill
Reviews the change set Terraform intends to make, not the code that produced it.
Fixed rule catalog with fixture evals, like tf/k8s/docker.
Source review and plan review catch different classes of problem. A .tf file can
be flawless and its plan still destroy a production database, because the plan is
where code meets current state: a renamed resource, an upstream module default
that changed, an attribute someone edited in the console. /clouddrove:tf reviews
the former. This skill reviews the latter, and the two are meant to run in
sequence.