| name | exercise-generator |
| description | Generate targeted exercises, self-tests, and recall prompts for a topic. Use when the user directly asks for practice questions, drills, quizzes, or transfer exercises. |
Exercise Generator
Use this skill when the user wants practice output, not just explanation.
Typical triggers:
- “给我出几道题”
- “帮我做自测题”
- “给我几个回忆练习”
- “我想练应用和迁移”
Workflow
- Match the exercise type to the user's blocker:
- 记忆薄弱:回忆提示题
- 理解薄弱:带讲解的例题
- 应用薄弱:小型操作题
- 迁移薄弱:跨场景迁移题
- Generate a small gradient:
- Add a self-check method whenever possible.
Output
Return:
- 3 到 5 个练习
- 每个练习在训练什么
- 如何自我检查
Avoid
- generating generic questions that do not match the user's blocker
- making every exercise the same difficulty
- omitting self-check criteria