diff --git a/paperforge/skills/paperforge/SKILL.md b/paperforge/skills/paperforge/SKILL.md index f33d8133..b4dab353 100644 --- a/paperforge/skills/paperforge/SKILL.md +++ b/paperforge/skills/paperforge/SKILL.md @@ -128,6 +128,7 @@ Dashboard 的 `System Status` 只是这个 contract 的薄展示,不是第二 4. 如果用户想要论文列表 → discover_papers 5. 如果用户想要证据/支持 → find_supporting_evidence 6. 如果意图无法判定 → 打开 atoms/clarify-user-intent.md + 注意:如果多个 intent 同时匹配(如"找这篇的证据然后保存"),**除非某个 intent 明显主导**,否则也走 clarify;不要硬猜。 7. post-action:molecule 输出后,如果用户要求保存 → capture_project_knowledge ```