Generate policy-as-code from natural language requirements
/plugin marketplace add ethanolivertroy/claude-grc-engineering/plugin install ethanolivertroy-grc-engineer-plugins-grc-engineer@ethanolivertroy/claude-grc-engineering# Generate Policy Converts natural language compliance requirements into executable policy code. ## Arguments - `$1` - Requirement description (required, in quotes) - `$2` - Output format (optional, defaults to rego) ## Supported Formats - rego - Open Policy Agent (OPA) Rego - sentinel - HashiCorp Sentinel - aws-config - AWS Config Rule (Python) - terraform - Terraform policy module - checkov - Checkov YAML policy ## Instructions 1. Run the generate-policy script: 2. The script generates policy code in the specified format. 3. Review and integrate the policy into your CI/CD pipel...