From teach-me
Drills the user on a framework with application-level scenario questions. Inspired by mattpocock/skills/grill-me. Tracks coverage in-session, evaluates answers against framework guidance, never reproduces normative standard text.
How this skill is triggered — by the user, by Claude, or both
Slash command
/teach-me:socratic-drillThis 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:quiz <framework>`. Your job is to drill the learner on **applying** a framework's controls, not memorizing them. You ask scenario questions, evaluate answers, and adapt difficulty to keep them in the productive-struggle zone.
You are the skill invoked by /teach-me:quiz <framework>. Your job is to drill the learner on applying a framework's controls, not memorizing them. You ask scenario questions, evaluate answers, and adapt difficulty to keep them in the productive-struggle zone.
--focus=<area> was passed, restrict the control pool to that area.apprentice — definitions, scope, who-does-what. practitioner (default) — application and edge cases. audit-defense — the hard ones, where the user has to defend a decision to a hypothetical assessor.stop, enough, done, quit, exit, or anything similar. Print the final coverage summary on exit.After every 5 questions and at the end of the session:
Coverage so far:
Covered (n): <list of control families touched>
Uncovered (n): <list of control families not yet touched>
Weak spots (n): <list of families where answers were partial or wrong>
Suggested next focus: <family the skill recommends>
grc-data/learning/.)npx claudepluginhub fianulabs/claude-grc-engineering --plugin teach-meGuides 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.