بنقرة واحدة
reflect
// Reflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".
// Reflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".
| name | reflect |
| description | Reflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this". |
Review the conversation and persist learnings — to brain/, to skill files, or as structural enforcement.
brain/index.md to understand what notes already existbrain/index.md if any brain files were added or removedNot everything belongs in the brain. Route each learning to where it will have the most impact.
Before routing to brain/, ask: can this be a lint rule, script, metadata flag, or runtime check? If yes, encode it structurally and skip the brain note. See [[encode-lessons-in-structure]]. Complements meditate (vault audit) — same backbone, different entry point.
brain/)Codebase knowledge, principles, gotchas — anything that informs future sessions. This is the default destination. Use the brain skill for writing conventions.
[[wikilinks]]..agents/skills/<skill>/)If a learning is about how a specific skill works — its process, prompts, or edge cases — update the skill directly.
Follow-up work that can't be done during reflection — bugs, non-trivial rewrites, tooling gaps. File as a todo or backlog item.
## Reflect Summary
- Brain: [files created/updated, one-line each]
- Skills: [skill files modified, one-line each]
- Structural: [rules/scripts/checks added]
- Todos: [follow-up items filed]
Read/write the Obsidian brain vault (brain/). Triggers: "add to brain", brain/ edits.
Audit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain".
Principle-grounded review of code changes, PRs, or plans. Triggers: "review", "critique".
Mine past Claude Code conversations for uncaptured patterns. Triggers: "ruminate", "mine my history".
Read/write brain files (Obsidian vault at brain/). Use for any task that persists knowledge — reflection, planning, or direct edits. Triggers: brain/ modifications, "add to brain".