sync-thinking
Update the thinking dashboard after sessions. Scans sessions and updates stats.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Update the thinking dashboard after sessions. Scans sessions and updates stats.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Clean up user interviews in Research/User interviews/, add frontmatter tags, standardize structure, and aggregate insights into the research dashboard.
Process daily notes, clean interviews, extract tasks, and update the Daily Dashboard.
Generate production-ready React/Next.js code from Figma designs. Instructs proper Figma MCP tool usage, component reuse strategies, and variant mapping. **CRITICAL: ALWAYS use this skill when user provides a Figma link or mentions implementing/redesigning from Figma design.** Never attempt manual implementation without invoking this skill first.
Promote resolved thinking sessions into formalized research documents
Update the Obsidian research dashboard after creating new research documents or when project status changes. Use when user asks to sync dashboard, update research tracking, or after completing significant research work.
| name | sync-thinking |
| description | Update the thinking dashboard after sessions. Scans sessions and updates stats. |
| allowed-tools | Read, Bash, Edit, Write, Glob, Grep |
Updates the thinking dashboard at ~/obsidian/thinking-dashboard.md by scanning recent sessions.
/sync-thinking/today daily refreshRun the archive script to preserve current state before updates:
~/.claude/scripts/archive-thinking-dashboard.sh
Find all sessions and categorize by recency:
~/obsidian/Thinking/Sessions/*.mdUpdate ~/obsidian/thinking-dashboard.md with:
Recent Sessions:
Session Stats:
---
tags: [dashboard, thinking]
updated: YYYY-MM-DD
---
# Thinking Dashboard
**Last Updated:** YYYY-MM-DD
---
## Recent Sessions
### This Week
### Last 2 Weeks
## Session Stats
- **Total Sessions:** 0
- **This Week:** 0
- **This Month:** 0
---
## Quick Start
**Start a thinking session:**
1. Run thinking-partner agent
2. Describe what you want to think through
3. Session file created automatically
**Continue from previous session:**
1. Run thinking-partner agent
2. Reference the previous session
3. New session links via `continues-from` in frontmatter
**Find related sessions:**
- Use tags like `#thread/topic-name` to group related sessions
- Obsidian backlinks show `continues-from` connections
**After a session:**
Run `/sync-thinking` to update this dashboard.
~/.thinking-archive/~/obsidian/thinking-dashboard.md