Skip to content
Security
Command

/generate-interview-questions

Generate assessment interview questions mapped to framework controls

From plugin
trust-center
367139 skills139 commands1 MCP
Install
$ npx -y skills add GRCEngClub/claude-grc-engineering --agent claude-code

How 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.md
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.

Read more
Ships withtrust-center

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.

Get the whole plugin, auto-invoked
Stats
367
Stars
0
Views
82
Forks
Active
Maintenance
JavaScript
Language
1d ago
Last commit
7mo ago
Created

Repo: GRCEngClub/claude-grc-engineering