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-mining

Tags

Translated version includes tags in frontmatter

SKILL.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

StageNameObjectiveDetailed Document
1Thought MiningPour out scattered thoughts and record them as insights
stages/01-mining.md
2Topic ConfirmationIdentify core viewpoints from insights and determine the article direction
stages/02-topic.md
3Viewpoint ValidationConduct online searches to verify understanding
stages/03-validation.md
4Writing AssistanceCheck logic, polish text, and find golden sentences
stages/04-writing.md
5Final ReviewFinal check before publication
stages/05-review.md

Scheduling Rules

How to determine the current stage:
  1. Enter Stage 1 — User just started, no insight file yet
  2. Enter Stage 2 — User says "That's about it" or the number of insights reaches 15-20
  3. Enter Stage 3 — User confirms "This direction is correct, we can start writing"
  4. Enter Stage 4 — User confirms "The logic is fine, we can start writing"
  5. 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 reference

Notes

  • 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