Loading...
Loading...
Compare original and translation side by side
⚠️ NON-NEGOTIABLE RULEIf you think there is even a 1% chance a skill might apply to your task, you MUST read the skill.IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.This is not negotiable. This is not optional. You cannot rationalize your way out of this.
⚠️ 不可协商规则如果你认为哪怕只有1%的概率有skill适用于你的任务,你必须阅读该skill。如果有skill适用于你的任务,你没有选择余地,必须使用它。这一点不可协商,也不是可选项,你没有任何理由可以规避这一要求。
digraph skill_flow {
"User message received" [shape=doublecircle];
"Might any skill apply?" [shape=diamond];
"Invoke Skill tool" [shape=box];
"Announce: 'Using [skill] to [purpose]'" [shape=box];
"Has checklist?" [shape=diamond];
"Create TodoWrite todo per item" [shape=box];
"Follow skill exactly" [shape=box];
"Respond (including clarifications)" [shape=doublecircle];
"User message received" -> "Might any skill apply?";
"Might any skill apply?" -> "Invoke Skill tool" [label="yes, even 1%"];
"Might any skill apply?" -> "Respond (including clarifications)" [label="definitely not"];
"Invoke Skill tool" -> "Announce: 'Using [skill] to [purpose]'";
"Announce: 'Using [skill] to [purpose]'" -> "Has checklist?";
"Has checklist?" -> "Create TodoWrite todo per item" [label="yes"];
"Has checklist?" -> "Follow skill exactly" [label="no"];
"Create TodoWrite todo per item" -> "Follow skill exactly";
}digraph skill_flow {
"User message received" [shape=doublecircle];
"Might any skill apply?" [shape=diamond];
"Invoke Skill tool" [shape=box];
"Announce: 'Using [skill] to [purpose]'" [shape=box];
"Has checklist?" [shape=diamond];
"Create TodoWrite todo per item" [shape=box];
"Follow skill exactly" [shape=box];
"Respond (including clarifications)" [shape=doublecircle];
"User message received" -> "Might any skill apply?";
"Might any skill apply?" -> "Invoke Skill tool" [label="yes, even 1%"];
"Might any skill apply?" -> "Respond (including clarifications)" [label="definitely not"];
"Invoke Skill tool" -> "Announce: 'Using [skill] to [purpose]'";
"Announce: 'Using [skill] to [purpose]'" -> "Has checklist?";
"Has checklist?" -> "Create TodoWrite todo per item" [label="yes"];
"Has checklist?" -> "Follow skill exactly" [label="no"];
"Create TodoWrite todo per item" -> "Follow skill exactly";
}| Thought | Reality |
|---|---|
| "This is just a simple question" | Questions are tasks. Check for skills. |
| "I need more context first" | Skill check comes BEFORE clarifying questions. |
| "Let me explore the codebase first" | Skills tell you HOW to explore. Check first. |
| "I can check git/files quickly" | Files lack conversation context. Check for skills. |
| "Let me gather information first" | Skills tell you HOW to gather information. |
| "This doesn't need a formal skill" | If a skill exists, use it. |
| "I remember this skill" | Skills evolve. Read current version. |
| "This doesn't count as a task" | Action = task. Check for skills. |
| "The skill is overkill" | Simple things become complex. Use it. |
| "I'll just do this one thing first" | Check BEFORE doing anything. |
| "This feels productive" | Undisciplined action wastes time. Skills prevent this. |
| 想法 | 实际情况 |
|---|---|
| "这只是个简单的问题" | 问题也是任务,先检查skill。 |
| "我需要先获取更多上下文" | skill检查优先级高于澄清类问题。 |
| "我先浏览一下代码库再说" | skill会告诉你如何浏览代码,先做检查。 |
| "我可以快速查看git/文件" | 文件不包含对话上下文,先检查skill。 |
| "我先收集一下信息再说" | skill会告诉你如何收集信息。 |
| "这个不需要用到正式的skill" | 只要有对应的skill存在,就使用它。 |
| "我记得这个skill的内容" | skill会迭代更新,请阅读当前最新版本。 |
| "这个不算任务" | 只要需要执行动作就属于任务,先检查skill。 |
| "用这个skill太小题大做了" | 简单的事情也会变复杂,使用它。 |
| "我先做这一件小事就行" | 做任何操作前都要先检查。 |
| "这样做看起来效率很高" | 无规范的操作会浪费时间,skill可以避免这种情况。 |