/preflight
Validate AWS CLI, credentials, SES, Route 53, and ACM readiness before deploying infrastructure. Produces a pass/fail report with action items.
$ npx -y skills add GRCEngClub/claude-grc-engineering --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/preflight
Context preview
What this command does when you run it.
Validate AWS CLI, credentials, SES, Route 53, and ACM readiness before deploying infrastructure. Produces a pass/fail report with action items.
Command definition
preflight.mddescription: Validate AWS CLI, credentials, SES, Route 53, and ACM readiness before deploying infrastructure. Produces a pass/fail report with action items.
AWS Preflight Check
Runs 10 automated checks against your AWS environment to verify everything is ready for deployment. Produces a three-section report: PASS, ACTION AUTOMATED, and ACTION HUMAN (with console links and estimated time for each).
Arguments
- `$1` — Project directory containing `site-config.json` (optional; defaults to current directory)
Checks Run
1. AWS CLI installed 2. Node.js v18+ installed 3. npm installed 4. AWS credentials valid (`aws sts get-caller-identity`) 5. Region set to `us-east-1` (required for CloudFront + ACM) 6. CloudFormation template valid 7. SES email verified *(if contact form enabled)* 8. Route 53 hosted zone exists *(if custom domain)* 9. ACM certificate issued in us-east-1 *(if custom domain)* 10. `gh` CLI installed *(for repo/cicd steps)*
Example
/grc-portfolio:preflight ~/Desktop/repos/my-grc-portfolio /grc-portfolio:preflight
Next Step
Once all checks pass, run `/grc-portfolio:infra` to deploy the AWS infrastructure.
Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.
Repo: GRCEngClub/claude-grc-engineering
Other commands on trust-center.
- /research
Start or resume an academic research project — idea through literature, methodology, writing, feedback, and publishing
Open command - /collect
Query AWS for compliance-relevant configuration across IAM, S3, CloudTrail, EBS, and emit findings conforming to the v1 contract.
Open command - /setup
Install the frdocx-to-froscal-ssp Python pipeline and verify its dependencies. Idempotent.
Open command - /status
Check the deployment status of the trust center.
Open command - /scan
Run testssl.sh against one or more HTTPS endpoints and emit v1 Findings mapped to SOC 2, NIST 800-53, PCI DSS 4.0.1, ISO 27001, and SCF controls.
Open command - /compliance-posture
Serve a localhost compliance posture dashboard from monitor-continuous JSON
Open command

