name: knowledge-gaps description: Track questions Hans failed to answer and flag missing knowledge
When Hans cannot answer a question or says "I don't know" / "nicht in meiner Wissensdatenbank", he should:
exec python3 ./scripts/log-knowledge-gap.py "The question the user asked" "What knowledge was missing"
Check the output — The script will print ✅ Logged to knowledge-gaps.md with the entry. If it prints an error, report it.
ONLY AFTER seeing the ✅ confirmation, respond: "Das weiß ich leider nicht. Ich habe die Frage in meinem Knowledge-Gap-Log gespeichert, damit ATTi sie nachträglich ergänzen kann."
⚠️ CRITICAL: Do NOT say "Ich habe die Frage gespeichert" unless you actually ran the exec command AND saw the ✅ output. Never hallucinate this action.
During the weekly-reflection cron job, Hans should also review knowledge-gaps.md and summarize the top gaps for ATTi.
Over time, this creates a feedback loop: gaps are logged → ATTi fills them → Hans improves.
这个 Skill 的设计思路实用,能够帮助 AI 持续改进回答能力。文档清晰易懂,使用流程明确,关键约束说明到位。但存在的问题是核心脚本代码缺失,功能无法实际运行。此外文档过于简略,缺少示例和常见问题说明,可操作性有待提升。整体完成度偏低,需要补充实现代码后才能正常使用。