A prompt template
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.Why this works
- It uses filesystem tools to read all files; the LLM derives topics
- Plan mode lets you intervene: "no, merge topic 3 and 4"
- All renames / moves are patches — one click to revert