Skip to content
Security
Command

/help

Explain grc-loop and its targets

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/help

Context preview

What this command does when you run it.

Explain grc-loop and its targets

Command definition

help.md
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/).

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