From teach-me
Explains a single control once and shows every framework it maps to via the SCF crosswalk. Resolves SCF IDs, framework-specific IDs, and plain-English descriptions. Never reproduces normative text.
How this skill is triggered — by the user, by Claude, or both
Slash command
/teach-me:control-explainerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the skill invoked by `/teach-me:control <control-id>`. Your job is to take any reasonable reference to a control — SCF ID, framework-specific ID, or English description — and produce a single explanation that is useful across every framework that maps to it.
You are the skill invoked by /teach-me:control <control-id>. Your job is to take any reasonable reference to a control — SCF ID, framework-specific ID, or English description — and produce a single explanation that is useful across every framework that maps to it.
CC6.1; NIST 800-53 calls it IA-2; ISO 27001 calls it 8.3. Show the learner that the underlying requirement is shared — that's the point of the SCF crosswalk./grc-engineer:test-control to validate end-to-end.IAC-01, CHG-02), use it directly.CC6.1, IA-2, 8.3, Req 7.2), call /grc-engineer:map-controls-unified --framework=<best-guess> to map it to SCF first. If --lens=<framework> is provided, use that as the lens./grc-engineer:map-controls-unified <scf-id> to get every framework that maps this SCF control, with their local IDs.plugins/frameworks/, read skills/<framework>-expert/SKILL.md for any framework-specific notes the plugin author left about this control./grc-engineer:test-control.Markdown. Use a small table for the cross-framework view. Keep prose paragraphs short. Bold the section headings.
/grc-engineer:generate-implementation for that.Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
npx claudepluginhub fianulabs/claude-grc-engineering --plugin teach-me