promote-thinking
Promote resolved thinking sessions into formalized research documents
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Promote resolved thinking sessions into formalized research documents
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
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.
Update the thinking dashboard after sessions. Scans sessions and updates stats.
| name | promote-thinking |
| description | Promote resolved thinking sessions into formalized research documents |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion |
Transforms resolved thinking sessions into clean, formalized research documents.
/promote-thinking [session-path]If session path provided as argument:
If no argument:
~/obsidian/Thinking/Sessions/*.mdRead the session file and extract:
Analyze session for project hints:
List existing Research subdirectories:
ls -1 ~/obsidian/Research/
Ask user: "Which Research subdirectory should this go in?"
Subdirectory naming rules:
Map thinking session sections to research document:
| Thinking Session | Research Document |
|---|---|
| Core Question | Summary (distilled to answer form) |
| Key Insights | Key Findings (bullet points) |
| Checked Open Threads | Conclusions/Decisions |
| Unchecked Open Threads | Open Questions |
| Session Notes | NOT copied (process vs outcome) |
Path: ~/obsidian/Research/[Subdir]/YYYY-MM-DD-[topic-slug].md
Template:
---
tags: [research, topic-tag]
date: YYYY-MM-DD
source-session: [[Thinking/Sessions/YYYY-MM-DD-thinking-topic]]
---
# [Topic Title]
**Date:** YYYY-MM-DD
**Status:** Formalized from thinking exploration
## Summary
[One paragraph distilling the core question and its answer/resolution]
## Key Findings
- Finding 1
- Finding 2
- Finding 3
## Conclusions
[Decisions or determinations made during exploration - from resolved Open Threads]
## Open Questions
- Remaining questions for future work (from unresolved Open Threads)
---
*Promoted from thinking session: [[Thinking/Sessions/YYYY-MM-DD-thinking-topic]]*
Add to the thinking session's frontmatter:
promoted-to: [[Research/[Subdir]/YYYY-MM-DD-topic]]promoted to tags if not presentOutput:
/sync-dashboard to update research dashboard if needed"Input session: ~/obsidian/Thinking/Sessions/2026-01-18-thinking-api-architecture.md
User selects: Deployment Verification subdirectory
Output:
~/obsidian/Research/Deployment Verification/2026-01-19-api-architecture.mdpromoted-to link