Second Brain: Changed My Mind Tracer
Traces where your recorded positions shifted over time, showing the old claim, the new claim, the dates, and the evidence that moved you.
Docs & OfficeIntermediate★ 288⑂ 50AI score 6/10Last updated: Sep 23, 2026
What it does
- Scans your vault for superseded claims and contradictions between sources of different dates.
- Reconstructs the sequence: what a page said, when, and what changed it.
- Separates genuine revisions from plain factual corrections.
- Surfaces still-unresolved contradictions as actionable follow-ups.
- States how firm the current position is and what would move it again.
Who it's for
- Obsidian / Logseq / markdown note-takers with dated, sourced concept pages
- Researchers, PMs and writers doing quarterly reviews of their own thinking
- Teams keeping decision records who need the change history, not just the latest answer
Examples
- "What did I change my mind about this quarter?" → topic-by-topic Was/Now/evidence report.
- "How did my view on remote work develop?" → chronological trace with the sources that shifted it.
- "Show only the contradictions I never resolved" → open-questions list for follow-up research.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/undefined-ui/second-brain-os/HEAD/skills/second-brain-changed-my-mind/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/second-brain-changed-my-mind folder from the GitHub repo undefined-ui/second-brain-os into my ~/.claude/skills/second-brain-changed-my-mind/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/undefined-ui/second-brain-os.git && mkdir -p ~/.claude/skills && cp -r second-brain-os/skills/second-brain-changed-my-mind ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/undefined-ui/second-brain-os.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r second-brain-os/skills/second-brain-changed-my-mind ~/.claude/skills/ - Restart Claude Code, open your notes directory, and ask "what have I changed my mind about?".
- For best results make sure notes carry dates and sources; the skill depends on that time dimension.
View source on GitHub ↗License: MIT