/reflect
Reflect on recent work — log lessons to the journal and propose distilled rule updates for review
> /plugin marketplace add Michael-OvO/obsidian-knowledge-agent > /plugin install obsidian-knowledge@obsidian-knowledge-agent
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/reflect
Context preview
What this command does when you run it.
Reflect on recent work — log lessons to the journal and propose distilled rule updates for review
Command definition
reflect.mddescription: Reflect on recent work — log lessons to the journal and propose distilled rule updates for review
Run Phase 7 (Reflect & Evolve) from `.agents/self-evolution.md`.
1. Review what changed this session: `git --no-pager status` and `git --no-pager diff` on the vault, the conversation, and especially any **corrections** the user made (corrections are the highest-value signal). 2. **Append** a dated entry to `.agents/learned/journal.md` (append-only — never rewrite past entries). Create `.agents/learned/` first if it does not exist. 3. Identify durable lessons (ones that would change a *future* run). For each, pick the right home:
- a preference/override → edit `.agents/learned/conventions.md` (consolidate;
keep it a tight rule set, not a changelog);
- a classification judgment → add/update a row in `.agents/learned/examples.md`;
- a whole new input shape → write a playbook to
`.agents/learned/skills/<kebab-name>.md` with a `trigger:` line and steps. 4. The journal entry can be committed freely. For `conventions.md` / `examples.md` / `skills/` changes, show the proposed diff, summarize each change in one line with the motivating journal entry, and let me approve before committing.
Talk to your vault. It does the rest. You drop it in. It files, it teaches, and it remembers how you like your notes. Point any agentic assistant at your Obsidian vault and talk to it — "save this link", "organize my inbox", "ingest the syllabus in Inbox".
Repo: Michael-OvO/obsidian-knowledge-agent
Other commands on obsidian-knowledge-agent.
- /capture
Quickly save something as a single clean note in the right place — a link, a thought, an article, a snippet
Open command - /clean
Tidy and sync — commit changed notes, clear processed Inbox (with approval), and push
Open command - /doctor
Check vault health — broken links, orphans, missing frontmatter, MISSING placeholders — and propose fixes
Open command - /evolve
Review and approve the agent's proposed updates to its own learned rules
Open command - /help
Show everything the Obsidian Knowledge Agent can do, with every command and an example
Open command - /ingest
Turn material into notes at the right altitude — a quick capture, a small collection, or a full build
Open command

