Decode the thinking pattern underlying your writing. Analyzes text to reveal reasoning style, argument structure, cognitive frameworks, assumptions, and blind spots. Use when you want to understand how you think by examining what you write, or /thinking-pattern.
Decodes the cognitive structure underlying your writing. Writing is thought made visible — this skill analyzes your text to infer how you think: reasoning style, argument structure, mental models in use, assumptions, decision-making patterns, and blind spots.
python3 _scripts/thinking_pattern.py path/to/your/note.md
input: Path to markdown/text file, or - for stdin (required)--focus DIMENSION: Focus on one dimension (reasoning, structure, frameworks, assumptions, decisions, blindspots)--save: Save output to Sources folder--output PATH: Custom output path# Analyze a vault note
python3 _scripts/thinking_pattern.py "Sources/Weekly Synthesis - 2026-02-19.md"
# Focus on reasoning style only
python3 _scripts/thinking_pattern.py "Atlas/Essay - topic.md" --focus reasoning
# Save to Sources
python3 _scripts/thinking_pattern.py "Maps/My MOC.md" --save
# Pipe text from stdin
echo "Your reflective writing here..." | python3 _scripts/thinking_pattern.py -
Sources/Thinking Pattern - [source] - YYYY-MM-DD.md (when using --save)Use /thinking-pattern when: