From teach-me
Get a working primer on a GRC framework — purpose, scope, artifacts, cadence, and where to start
How this command is triggered — by the user, by Claude, or both
Slash command
/teach-me:frameworkThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /teach-me:framework Produce a working primer on a framework for someone who doesn't know it yet. The output is a paraphrased explainer the reader can act on — not a regurgitation of the standard. ## Usage ## Arguments - `<framework-name>` (required) — common name (`SOC2`, `FedRAMP`, `ISO 27001`, `PCI DSS`) or SCF framework ID (`apac-sgp-pdpa-2012`). The `framework-tutor` skill resolves aliases. - `--background=<level>` (optional) — `none` | `adjacent` | `practitioner`. Adjusts depth. Defaults to `none` (career-transitioner audience). ## What this produces A primer covering, in ord...
Produce a working primer on a framework for someone who doesn't know it yet. The output is a paraphrased explainer the reader can act on — not a regurgitation of the standard.
/teach-me:framework <framework-name> [--background=<level>]
<framework-name> (required) — common name (SOC2, FedRAMP, ISO 27001, PCI DSS) or SCF framework ID (apac-sgp-pdpa-2012). The framework-tutor skill resolves aliases.--background=<level> (optional) — none | adjacent | practitioner. Adjusts depth. Defaults to none (career-transitioner audience).A primer covering, in order:
/<framework>:scope, /<framework>:assess) plus /teach-me:control <id> for any control the user wants to drill on.The framework-tutor skill is invoked. It calls:
/grc-engineer:frameworks to confirm the framework has a plugin and to fetch its framework_metadata (depth, region, SCF ID, control counts).grcengclub.github.io/scf-api for the framework's mapped control list (control IDs and families only).If the requested framework has no plugin in this toolkit, the primer still produces output but flags it: "This framework has no dedicated plugin. SCF crosswalk gives you the control set; ask /teach-me:framework SOC2 (or similar) for a flow that has full plugin support."
/teach-me:framework SOC2
/teach-me:framework FedRAMP --background=adjacent
/teach-me:framework apac-sgp-pdpa-2012 --background=practitioner
/teach-me:framework "ISO 27001"
npx claudepluginhub shipstuff/claude-grc-engineering --plugin teach-me/frameworkTransforms existing project artifacts (requirements, strategies, data models) into a structured, phased framework with an overview document and an executive guide for senior stakeholders.
/frameworkProvides expert guidance on SpecWeave framework conventions, increment lifecycle, hooks, and living documentation sync. Use for spec-driven development best practices.