/help
Explain grc-loop and its targets
$ 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
/help
Context preview
What this command does when you run it.
Explain grc-loop and its targets
Command definition
help.mddescription: "Explain grc-loop and its targets"
/grc-loop:help
Explain the plugin to the user:
What grc-loop is
A specialization of the Ralph Wiggum / ralph-loop technique for GRC iteration patterns. Same mechanism (Stop hook re-feeds the prompt until a completion promise fires), but with prompt templates and grc-engineer command integration baked in.
The loop body never changes. What changes between iterations is the repo: each iteration sees the previous iteration's commits, evidence files, and gap-assessment cache, and works on the next item.
Targets in v0.1
- **`/grc-loop:gap-burndown <framework>`** — close all severity-N gaps for a framework. Loops gap-assessment + generate-implementation until zero findings at the target severity remain.
- **`/grc-loop:evidence-sweep <framework>`** — collect evidence for every in-scope control for a target period. Loops collect-evidence and writes manifests until every control has one.
Targets under consideration (not built yet)
- `/grc-loop:control-test` — loop test-control over a list, auto-remediate where supported
- `/grc-loop:poam-burndown` — work an open POA&M queue down to zero
- `/grc-loop:vendor-tprm` — iterate vendor risk assessments
Operations
- `/grc-loop:cancel` — stop the active loop
- Inspect state: `head -10 .claude/grc-loop.local.md`
When NOT to use grc-loop
- One-shot operations where you already know the fix (just run the command directly)
- Tasks that require a human design decision per item (the loop will plough through them)
- Anything touching production where you wouldn't trust autonomous iteration — the loop applies generated IaC under `compliance/<control-id>/` but never runs `terraform apply`. Apply gates stay with the operator.
Attribution
The Stop-hook + state-file mechanism is adapted from [`anthropics/claude-plugins-official/ralph-loop`](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/ralph-loop) (MIT). Original technique by [Geoffrey Huntley](https://ghuntley.com/ralph/).
Read more
description: "Explain grc-loop and its targets"
/grc-loop:help
Explain the plugin to the user:
What grc-loop is
A specialization of the Ralph Wiggum / ralph-loop technique for GRC iteration patterns. Same mechanism (Stop hook re-feeds the prompt until a completion promise fires), but with prompt templates and grc-engineer command integration baked in.
The loop body never changes. What changes between iterations is the repo: each iteration sees the previous iteration's commits, evidence files, and gap-assessment cache, and works on the next item.
Targets in v0.1
- **`/grc-loop:gap-burndown <framework>`** — close all severity-N gaps for a framework. Loops gap-assessment + generate-implementation until zero findings at the target severity remain.
- **`/grc-loop:evidence-sweep <framework>`** — collect evidence for every in-scope control for a target period. Loops collect-evidence and writes manifests until every control has one.
Targets under consideration (not built yet)
- `/grc-loop:control-test` — loop test-control over a list, auto-remediate where supported
- `/grc-loop:poam-burndown` — work an open POA&M queue down to zero
- `/grc-loop:vendor-tprm` — iterate vendor risk assessments
Operations
- `/grc-loop:cancel` — stop the active loop
- Inspect state: `head -10 .claude/grc-loop.local.md`
When NOT to use grc-loop
- One-shot operations where you already know the fix (just run the command directly)
- Tasks that require a human design decision per item (the loop will plough through them)
- Anything touching production where you wouldn't trust autonomous iteration — the loop applies generated IaC under `compliance/<control-id>/` but never runs `terraform apply`. Apply gates stay with the operator.
Attribution
The Stop-hook + state-file mechanism is adapted from [`anthropics/claude-plugins-official/ralph-loop`](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/ralph-loop) (MIT). Original technique by [Geoffrey Huntley](https://ghuntley.com/ralph/).
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

