This commit is contained in:
2025-10-25 20:11:21 +02:00
commit fd37421245
700 changed files with 211892 additions and 0 deletions

93
Untitled 2.md Normal file
View File

@@ -0,0 +1,93 @@
Thats a great idea. If you want this to feel closer to a _real journaling practice_, youll want two things:
1. **A reusable “kickstart prompt”** → so you dont have to reinvent the wheel every day/week.
2. **A simple storage system** → so the LLM can re-read past entries and keep continuity.
---
## 🔹 1. Daily/Weekly Journaling Kickstart Prompt
Heres a structured template you can copy-paste into an LLM whenever you want to start:
---
**Prompt:**
_"You are my journaling companion. Please help me reflect on my thoughts and feelings in a safe, non-judgmental way. Each session, guide me through a short reflection using these steps:_
1. **Check-in:** Ask me how Im feeling today (scale 110) and what emotion stands out most.
2. **Reflection:** Ask me whats been on my mind or bothering me lately.
3. **Exploration:** Help me notice patterns, assumptions, or unhelpful thoughts. Use CBT-style questions like:
- Whats the thought?
- What evidence supports/contradicts it?
- Could there be another perspective?
4. **Values & Gratitude:** Ask one question about what matters to me (values, goals) and one about something Im grateful for today.
5. **Wrap-up:** Summarize what I said, highlight one insight, and ask what small next step Id like to take before our next session.
Keep your tone warm, curious, and supportive. Do not diagnose or act as a therapist.
Lets begin with Step 1: How am I feeling today?"*
---
Thats your **session starter**. Once youve pasted it once, you can just say _“Lets run todays journaling session”_ in future chats to skip re-pasting.
---
## 🔹 2. Continuity: Storing Previous Conversations
Since most LLMs dont _remember_ past chats, you need an external memory. Here are some practical ways:
### Option A: Manual Copy-Paste
- After each session, copy the conversation into a **doc, note app, or journal file**.
- At the start of your next session, paste in your _last 12 entries_ as “context.”
Example:
_"Here are my last two journaling sessions for context. Please pick up where we left off."_
---
### Option B: Simple Digital Journal File
- Keep a **single text/markdown file** called _Journaling Log_.
- Each session, append the date + conversation.
- At the start, paste the most recent section into the LLM.
---
### Option C: Use a Note App or Database
- Apps like **Obsidian, Notion, or Logseq** let you store daily notes.
- You can then copy the relevant note into the LLM when starting.
---
✅ This gives you **continuity + privacy**, since _you_ control whats stored and what gets shared.
---
## 🔹 3. Optional “Meta Prompt” for Continuity
If you want the AI to _refer back_ to past logs:
_"Here are my past 2 journaling sessions (copied below). Please read them and then guide me into todays session using the same journaling structure as before. Notice any patterns or themes that continue, but dont repeat everything—just connect today to yesterday if it feels relevant."_
---
Would you like me to draft a **ready-to-use daily journaling template (markdown or text file)** that you could reuse and fill in with your responses, almost like a guided diary? That way youd have a consistent format and could store it easily.