Process Gemini chat exports into structured academic history notes following the Four-Step Deep Reading methodology (🟢 Foundation → 🔵 Critique → 🟣 Context → 🔴 Synthesis). Use when (1) Processing Gemini chat history exports, (2) Expanding existing history notes, (3) Creating comprehensive academic notes from historical readings, (4) Structuring research notes with YAML frontmatter, Mermaid visualizations, and multi-stage analysis.
Transform Gemini chat exports and historical readings into comprehensive, academically-structured notes following established standards.
Input: Gemini chat export (zip file) containing conversation about a historical work Output: Structured Markdown note with YAML frontmatter, Mermaid diagrams, and Four-Step Deep Reading analysis
Extract Gemini chat export:
unzip gemini-chat-*.zip
cat gemini-chat-*/session.json | jq -r '.messages[] | .text' > raw_content.txt
Identify core book/topic metadata:
Required frontmatter fields:
---