@@ -32,6 +32,7 @@ claude plugin install workflow@cctools-plugins
3232| Skill | ` /code-walk-thru ` | Walk through files in your editor to explain code or show changes |
3333| Skill | ` /log-work ` | Log work progress to ` WORKLOG/YYYYMMDD.md ` |
3434| Skill | ` /make-issue-spec ` | Create task specs at ` issues/YYYYMMDD-topic.md ` |
35+ | Skill | ` /socratic-quiz ` | Guided Socratic questioning to deepen understanding of a topic |
3536| Agent | ` ui-tester ` | Browser-based UI testing via Chrome DevTools MCP |
3637
3738## Skill Details
@@ -82,6 +83,35 @@ The generated spec includes sections for the
8283problem description, proposed solution, acceptance
8384criteria, and implementation notes.
8485
86+ ### /socratic-quiz
87+
88+ Guides you to deeper understanding of a topic
89+ through adaptive, one-at-a-time questions rather
90+ than direct explanation. Useful for:
91+
92+ - Testing your grasp of a concept before relying
93+ on it
94+ - Reasoning your way into an unfamiliar codebase
95+ or system
96+ - Studying for interviews or technical reviews
97+
98+ Trigger phrases include "quiz me", "help me
99+ understand", "teach me", and "test my
100+ understanding". You can also invoke the skill
101+ directly:
102+
103+ ```
104+ /socratic-quiz help me understand how the
105+ WebSocket reconnect logic works
106+ ```
107+
108+ The skill asks one question at a time, adapts up
109+ or down based on your answers, and never reveals
110+ the answer directly — the goal is understanding,
111+ not evaluation. It ends with a brief summary of
112+ what you demonstrated and where to dig deeper,
113+ not a grade.
114+
85115### ui-tester Agent
86116
87117A sub-agent that performs browser-based UI testing
0 commit comments