Skip to content

Commit 409df77

Browse files
authored
Merge pull request #74 from pchalasani/skill/socratic-quiz
docs: document /socratic-quiz skill in workflow plugin
2 parents 4002a3d + 7a29af4 commit 409df77

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

docs-site/src/content/docs/plugins-detail/workflow.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
8283
problem description, proposed solution, acceptance
8384
criteria, 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

87117
A sub-agent that performs browser-based UI testing

plugins/workflow/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflow",
33
"version": "1.8.4",
4-
"description": "Workflow skills and agents: code-walk-thru, log-work, make-issue-spec skills; ui-tester agent for browser-based UI validation",
4+
"description": "Workflow skills and agents: code-walk-thru, log-work, make-issue-spec, socratic-quiz skills; ui-tester agent for browser-based UI validation",
55
"author": {
66
"name": "Prasad Chalasani"
77
}

0 commit comments

Comments
 (0)