提示词模板
Read Inbox/. Group files by topic (max 6 groups).
For each file:
- add YAML frontmatter with: title, topic, created_date
- rename file as <topic>/<kebab-case-title>.md
- keep original content unchanged
Run as a plan: propose first, ask before moving anything.为什么这能工作
- Agent 用 filesystem 读全部文件 → LLM 抽取主题
- plan 模式让它先列计划:你可以 "no, merge topic 3 and 4"
- 所有改名 / 移动以 patch 形式呈现,可以一键 revert