From teach-me
Socratic drill on a framework — asks application-level questions and grades your answers until you say stop
How this command is triggered — by the user, by Claude, or both
Slash command
/teach-me:quizThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /teach-me:quiz Drill yourself on a framework with application-level questions. Ask, evaluate, ask again. Inspired by [`mattpocock/skills/grill-me`](https://github.com/mattpocock/skills/tree/main/grill-me). ## Usage ## Arguments - `<framework>` (required) — common name or SCF framework ID. Same resolution as `/teach-me:framework`. - `--focus=<area>` (optional) — narrow the quiz to a control family or domain (e.g. `--focus=access-control` for IAM-heavy questions, `--focus=incident-response`). Skill resolves the area against the framework's control families. - `--difficulty=<level>` (o...
Drill yourself on a framework with application-level questions. Ask, evaluate, ask again. Inspired by mattpocock/skills/grill-me.
/teach-me:quiz <framework> [--focus=<area>] [--difficulty=<level>]
<framework> (required) — common name or SCF framework ID. Same resolution as /teach-me:framework.--focus=<area> (optional) — narrow the quiz to a control family or domain (e.g. --focus=access-control for IAM-heavy questions, --focus=incident-response). Skill resolves the area against the framework's control families.--difficulty=<level> (optional) — apprentice (definitions and scope), practitioner (application and edge cases), audit-defense (the hard ones — explaining decisions to an assessor). Default practitioner.stop, enough, or done to end. Final summary printed.A back-and-forth Q&A loop in the terminal. No file output, no scoring history persisted. State is the current CLI session only.
The socratic-drill skill drives the loop. It calls:
/grc-engineer:frameworks to validate the framework target.<framework>-expert skill for application context that goes beyond the control text.grc-data/learning/ if the user opts in./teach-me:quiz SOC2
/teach-me:quiz FedRAMP --focus=access-control --difficulty=audit-defense
/teach-me:quiz "ISO 27001" --difficulty=apprentice
npx claudepluginhub fianulabs/claude-grc-engineering --plugin teach-me/quizGenerate N practice problems on a topic. Saves problem MD + hidden answer MD. User solves on paper, uploads answer PDF, then runs /grade. First arg `weakmap` → auto-load latest weakmap report and target its top weaknesses.
/quizQuizzes you on a topic or learning plan module with adaptive difficulty, mixed question formats, one-at-a-time delivery, immediate feedback, results summary, and progress saving.
/quizQuizzes the user on concepts from their project and session history, using spaced repetition, static questions, or dynamic generation based on a quiz selector recommendation. Supports multiple-choice, free-response, and code-prediction formats.
/quizAdministers interactive quizzes testing understanding of built project modules or topics from learning state. Generates 3-5 multiple-choice questions with feedback, scoring, and result tracking.