/generate-interview-questions
Generate assessment interview questions mapped to framework controls
$ 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
/generate-interview-questions
Context preview
What this command does when you run it.
Generate assessment interview questions mapped to framework controls
Command definition
generate-interview-questions.mddescription: Generate assessment interview questions mapped to framework controls
Generate Interview Questions
Generates focused client interview questions from a technology stack, maps them to framework controls, and includes practical CLI/API evidence hints.
Arguments
- `$1` - Technology stack or scope (required, in quotes)
- `$2` - Comma-separated frameworks (optional, defaults to `SOC2,NIST-800-53`)
Options
Pass options after the arguments:
- `--format=markdown|json` - Output format (default: `markdown`)
- `--limit=N` - Maximum questions to emit (default: `12`)
Supported Framework Short Names
- `SOC2`
- `NIST` or `NIST-800-53`
- `ISO` or `ISO-27001`
- `PCI` or `PCI-DSS`
- `CIS`
- `CMMC`
- `FedRAMP`
Instructions
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.
Examples
# 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
Example Evidence Hint
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.
Read more
description: Generate assessment interview questions mapped to framework controls
Generate Interview Questions
Generates focused client interview questions from a technology stack, maps them to framework controls, and includes practical CLI/API evidence hints.
Arguments
- `$1` - Technology stack or scope (required, in quotes)
- `$2` - Comma-separated frameworks (optional, defaults to `SOC2,NIST-800-53`)
Options
Pass options after the arguments:
- `--format=markdown|json` - Output format (default: `markdown`)
- `--limit=N` - Maximum questions to emit (default: `12`)
Supported Framework Short Names
- `SOC2`
- `NIST` or `NIST-800-53`
- `ISO` or `ISO-27001`
- `PCI` or `PCI-DSS`
- `CIS`
- `CMMC`
- `FedRAMP`
Instructions
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.
Examples
# 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
Example Evidence Hint
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
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

