| name | trace |
| description | Map the chronological evolution of an idea across vault notes. Use when /trace is invoked or when Shane asks "how has my thinking on X changed", "when did I first write about X", "trace the evolution of X". Do NOT use to find connections between two separate ideas — that's /connect. |
Skill: /trace [argument]
Map the arc of how Shane's thinking on a topic evolved — not the current position, but the path that led there and the inflection points along the way.
Don't: use this for cross-concept bridging — that's /connect. Don't present a settled position without showing the inflection points that led there.
Steps
- Parse the argument/topic from Shane's request.
- Follow Qwen Protocol with:
task: "Vault access (bash only, no MCP tools): obsidian search query='TERM' limit=10, obsidian read file='Note Name' (no .md). Map the chronological evolution of Shane's thinking about '[argument]'. What was the earliest framing? What shifted, and what triggered each shift? What's the current settled position (if any), or what remains unresolved? Highlight inflection points — moments where thinking meaningfully changed direction."
skill: "trace"
- Review Qwen's result, synthesize if needed, and present to Shane.
- Follow Concept Save Protocol.
Fallback
If Qwen is unavailable:
- Run
obsidian search query='[argument]' limit=10 via bash; read notes paying attention to dates.
- Sort chronologically. Identify: earliest framing, inflection points, current position.
- Present a chronological narrative with specific note references and dates.
- Follow Concept Save Protocol.