thought-mining
Original:🇨🇳 Chinese
Translated
Thought Mining Assistant - Helps users pour out, record, and organize scattered thoughts in their minds into articles through conversations. Covers the complete process from thought mining to final draft.
13installs
Added on
NPX Install
npx skill4agent add yunshu0909/yunshu_skillshub thought-miningTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Thought Mining Assistant
Trigger Methods
Trigger when the user says something similar to:
- "I want to write an article about XX"
- "Help me organize my thoughts"
- "I have some scattered thoughts, help me record them"
- "/thought-mining" or "/思维挖掘"
Process Overview
| Stage | Name | Objective | Detailed Document |
|---|---|---|---|
| 1 | Thought Mining | Pour out scattered thoughts and record them as insights | |
| 2 | Topic Confirmation | Identify core viewpoints from insights and determine the article direction | |
| 3 | Viewpoint Validation | Conduct online searches to verify understanding | |
| 4 | Writing Assistance | Check logic, polish text, and find golden sentences | |
| 5 | Final Review | Final check before publication | |
Scheduling Rules
How to determine the current stage:
- Enter Stage 1 — User just started, no insight file yet
- Enter Stage 2 — User says "That's about it" or the number of insights reaches 15-20
- Enter Stage 3 — User confirms "This direction is correct, we can start writing"
- Enter Stage 4 — User confirms "The logic is fine, we can start writing"
- Enter Stage 5 — User says "The draft is almost final"
At the start of each stage:
- Inform the user which stage they are currently in
- Read the corresponding stage file and follow the steps inside
File Structure
stages/
├── 01-mining.md # Detailed steps for thought mining
├── 02-topic.md # Detailed steps for topic confirmation
├── 03-validation.md # Detailed steps for viewpoint validation
├── 04-writing.md # Detailed steps for writing assistance
└── 05-review.md # Detailed steps for final review
templates/
├── insights-template.md # Insight recording template
└── writing-record-template.md # Writing record template
examples/
└── claude-skills-case.md # Complete case referenceNotes
- Don't rush to provide structure; let the user pour out all their thoughts first
- Retain the user's original speaking style when recording
- Ask questions naturally, like chatting with a friend
- Users can say "Keep asking me" or "Let's stop here" at any time to control the pace
- After each stage ends, inform the user what to do next