| name | practice-breakdown |
| description | Break a procedural or hands-on topic into clear steps, failure points, and checkpoints. Use when the user directly asks how to do or practice something step by step. |
Practice Breakdown
Use this skill when the topic is procedural and the user needs a concrete action sequence.
Typical triggers:
- “把这个实践过程拆一下”
- “一步一步教我怎么做”
- “这个操作到底先做什么后做什么”
- “帮我把练习流程拆开”
Workflow
- Define the target task in plain language.
- Break the task into ordered actions.
- Mark common failure points.
- Give one small example and one practice variation.
- Explain the sequence choice only when it helps.
Output
Return:
- 目标任务
- 分步骤拆解
- 常见错误
- 快速示例
- 练习检查点
Avoid
- skipping prerequisites that block execution
- turning a hands-on question into a purely conceptual answer
- over-explaining theory when the user needs action