research
Start or resume an academic research project — idea through literature, methodology, writing, feedback, and publishing
Generate assessment interview questions mapped to framework controls
> /plugin marketplace add GRCEngClub/claude-grc-engineeringHow it fires
How this command gets triggered: by you, by Claude, or both.
/generate-interview-questionsContext preview
What this command does when you run it.
Generate assessment interview questions mapped to framework controls
description: Generate assessment interview questions mapped to framework controls
Generates focused client interview questions from a technology stack, maps them to framework controls, and includes practical CLI/API evidence hints.
Pass options after the arguments:
1. Run the generator:
node plugins/grc-engineer/scripts/generate-interview-questions.js "$ARGUMENTS"
2. Review each question with the mapped controls and evidence hints.
3. Ask for CLI/API exports where possible instead of screenshots.
4. Save the final question set in the assessment workpaper or interview agenda.
# AWS IAM user interview questions mapped to SOC 2, NIST, and PCI DSS /grc-engineer:generate-interview-questions "AWS IAM users" SOC2,NIST-800-53,PCI-DSS # JSON output for downstream tooling /grc-engineer:generate-interview-questions "AWS S3, CloudTrail" FedRAMP,NIST --format=json # Mixed stack with a shorter agenda /grc-engineer:generate-interview-questions "Kubernetes RBAC and GitHub repositories" CIS,SOC2 --limit=5
For AWS IAM users, the generator prefers programmatic evidence such as:
aws iam list-users --query 'Users[*].[UserName,Arn,CreateDate]' --output table
This gives assessors a repeatable artifact with user names, ARNs, and creation dates instead of a manually captured screenshot.
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
Start or resume an academic research project — idea through literature, methodology, writing, feedback, and publishing
Query AWS for compliance-relevant configuration across IAM, S3, CloudTrail, EBS, and emit findings conforming to the v1 contract.
Install the frdocx-to-froscal-ssp Python pipeline and verify its dependencies. Idempotent.
Retrieve a single AWS Secrets Manager secret value to stdout or a 0600-permission file. Opt-in retrieval mode — never writes to the findings cache.
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.