Initial release: AI Therapy Starter Kit
Local-first, privacy-focused toolkit for AI-assisted therapy and self-reflection. Features: - Persistent session memory via local markdown files - 3 therapeutic modalities (CBT, ACT, DBT skills) - 3 therapist personas (warm, direct, coach) - Optional AES-256 encryption (Mac/Windows) - Built-in safety protocols and crisis response - Cross-platform setup scripts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
## Acceptance and Commitment Therapy (ACT)
|
||||
|
||||
**Core principle:** Psychological flexibility comes from accepting difficult thoughts/feelings while committing to values-based action. The goal is not to eliminate pain, but to live fully alongside it.
|
||||
|
||||
### Six Core Processes
|
||||
|
||||
**1. Acceptance**
|
||||
- Willingness to experience difficult thoughts and feelings
|
||||
- Not resignation, but active openness
|
||||
- "Make room for this feeling rather than fighting it"
|
||||
|
||||
**2. Cognitive Defusion**
|
||||
- Creating distance from thoughts
|
||||
- Thoughts are mental events, not facts
|
||||
- Techniques: "I notice I'm having the thought that...", naming the story ("There's the 'I'm not good enough' story again")
|
||||
|
||||
**3. Present Moment Awareness**
|
||||
- Mindful contact with the here and now
|
||||
- Noticing what's happening vs. being lost in past/future
|
||||
- Grounding techniques
|
||||
|
||||
**4. Self-as-Context**
|
||||
- The observing self vs. the thinking self
|
||||
- "You are the sky; thoughts and feelings are weather"
|
||||
- Stable sense of self that can hold all experiences
|
||||
|
||||
**5. Values Clarification**
|
||||
- What matters most to this person?
|
||||
- Values as directions, not destinations
|
||||
- Values vs. goals (values can't be "achieved")
|
||||
|
||||
**6. Committed Action**
|
||||
- Concrete steps aligned with values
|
||||
- Willingness to experience discomfort in service of values
|
||||
- Building patterns of values-consistent behavior
|
||||
|
||||
### Key Questions
|
||||
|
||||
- "What would you do if these thoughts/feelings weren't in the way?"
|
||||
- "What does this situation look like through the lens of your values?"
|
||||
- "Is this action moving you toward or away from what matters?"
|
||||
- "What would you be willing to feel in order to have the life you want?"
|
||||
|
||||
### When to Use ACT
|
||||
|
||||
- Chronic pain or illness
|
||||
- Anxiety (especially when avoidance is prominent)
|
||||
- Depression
|
||||
- Grief and loss
|
||||
- Major life transitions
|
||||
- Perfectionism and self-criticism
|
||||
- When CBT "thought challenging" isn't landing
|
||||
|
||||
### ACT Exercises
|
||||
|
||||
- Values card sort or clarification
|
||||
- Defusion exercises (leaves on a stream, passengers on the bus)
|
||||
- Willingness scale (0-10, how willing are you to feel X to do Y?)
|
||||
- Committed action planning
|
||||
- Mindfulness practices
|
||||
@@ -0,0 +1,50 @@
|
||||
## Cognitive Behavioral Therapy (CBT)
|
||||
|
||||
**Core principle:** Thoughts, feelings, and behaviors are interconnected. Changing unhelpful thought patterns leads to changes in emotions and actions.
|
||||
|
||||
### Key Techniques
|
||||
|
||||
**Cognitive Restructuring**
|
||||
- Identify automatic negative thoughts
|
||||
- Examine evidence for and against the thought
|
||||
- Develop balanced, realistic alternative thoughts
|
||||
- Challenge cognitive distortions (catastrophizing, black-and-white thinking, mind-reading, etc.)
|
||||
|
||||
**Behavioral Activation**
|
||||
- Identify activities that improve mood
|
||||
- Schedule positive activities, especially when motivation is low
|
||||
- Track activity and mood connections
|
||||
- Gradually increase engagement with rewarding activities
|
||||
|
||||
**Exposure**
|
||||
- Gradually face avoided situations
|
||||
- Build exposure hierarchies (least to most anxiety-provoking)
|
||||
- Process what was learned after each exposure
|
||||
- Challenge avoidance patterns
|
||||
|
||||
**Thought Records**
|
||||
When the client describes a difficult situation, guide them through:
|
||||
1. Situation: What happened?
|
||||
2. Automatic thought: What went through your mind?
|
||||
3. Emotion: What did you feel? (0-100 intensity)
|
||||
4. Evidence for: What supports this thought?
|
||||
5. Evidence against: What doesn't support it?
|
||||
6. Balanced thought: What's a more realistic view?
|
||||
7. Outcome: How do you feel now?
|
||||
|
||||
### When to Use CBT
|
||||
|
||||
- Anxiety (generalized, social, phobias)
|
||||
- Depression
|
||||
- Rumination and worry
|
||||
- Perfectionism
|
||||
- Procrastination
|
||||
- Negative self-talk
|
||||
|
||||
### CBT Homework Examples
|
||||
|
||||
- Daily thought record
|
||||
- Behavioral experiment ("Test your prediction")
|
||||
- Activity scheduling
|
||||
- Worry time (contained worry practice)
|
||||
- Graded exposure task
|
||||
@@ -0,0 +1,128 @@
|
||||
## DBT Skills
|
||||
|
||||
**Core principle:** Dialectical Behavior Therapy skills help with emotional regulation, distress tolerance, interpersonal effectiveness, and mindfulness. Originally developed for borderline personality disorder, these skills are useful for anyone struggling with intense emotions.
|
||||
|
||||
### Four Skill Modules
|
||||
|
||||
---
|
||||
|
||||
### 1. Distress Tolerance
|
||||
|
||||
Skills for surviving crisis moments without making things worse.
|
||||
|
||||
**TIPP (Change Body Chemistry)**
|
||||
- **T**emperature: Cold water on face, ice cube in hand
|
||||
- **I**ntense exercise: Brief burst of physical activity
|
||||
- **P**aced breathing: Slow exhale longer than inhale
|
||||
- **P**rogressive muscle relaxation
|
||||
|
||||
**ACCEPTS (Distract)**
|
||||
- **A**ctivities: Do something engaging
|
||||
- **C**ontributing: Help someone else
|
||||
- **C**omparisons: Perspective (could be worse, was worse before)
|
||||
- **E**motions: Generate different emotion (comedy, music)
|
||||
- **P**ushing away: Mentally set it aside temporarily
|
||||
- **T**houghts: Occupy mind with other thoughts
|
||||
- **S**ensations: Strong physical sensations (ice, strong taste)
|
||||
|
||||
**Radical Acceptance**
|
||||
- Accepting reality as it is (not approving of it)
|
||||
- "It is what it is" as starting point for change
|
||||
- Fighting reality causes suffering; acceptance allows action
|
||||
|
||||
---
|
||||
|
||||
### 2. Emotional Regulation
|
||||
|
||||
Skills for understanding and managing emotions over time.
|
||||
|
||||
**Check the Facts**
|
||||
- What triggered the emotion?
|
||||
- What am I interpreting or assuming?
|
||||
- Does my emotional intensity fit the facts?
|
||||
- Is there another way to see this?
|
||||
|
||||
**Opposite Action**
|
||||
- When emotion doesn't fit the facts or isn't effective
|
||||
- Fear → Approach
|
||||
- Anger → Gently avoid, be kind
|
||||
- Shame → Share with trusted person
|
||||
- Sadness → Get active, engage
|
||||
|
||||
**PLEASE (Reduce Vulnerability)**
|
||||
- **P**hysical i**L**lness: Treat it
|
||||
- **E**ating: Balanced, regular meals
|
||||
- **A**void mood-altering substances
|
||||
- **S**leep: Consistent, adequate
|
||||
- **E**xercise: Regular movement
|
||||
|
||||
**Build Positive Experiences**
|
||||
- Short-term: Pleasant activities daily
|
||||
- Long-term: Work toward life worth living goals
|
||||
|
||||
---
|
||||
|
||||
### 3. Interpersonal Effectiveness
|
||||
|
||||
Skills for navigating relationships while maintaining self-respect.
|
||||
|
||||
**DEAR MAN (Getting What You Need)**
|
||||
- **D**escribe: State facts without judgment
|
||||
- **E**xpress: Share feelings using "I" statements
|
||||
- **A**ssert: Ask clearly for what you want
|
||||
- **R**einforce: Explain positive outcomes of getting it
|
||||
- **M**indful: Stay focused, don't get derailed
|
||||
- **A**ppear confident: Body language, tone
|
||||
- **N**egotiate: Be willing to give to get
|
||||
|
||||
**GIVE (Maintaining Relationship)**
|
||||
- **G**entle: No attacks, threats, judgment
|
||||
- **I**nterested: Listen, show interest
|
||||
- **V**alidate: Acknowledge their perspective
|
||||
- **E**asy manner: Light touch, humor if appropriate
|
||||
|
||||
**FAST (Maintaining Self-Respect)**
|
||||
- **F**air: To yourself and others
|
||||
- **A**pologies: Don't over-apologize
|
||||
- **S**tick to values: Don't compromise what matters
|
||||
- **T**ruthful: Don't lie or exaggerate
|
||||
|
||||
---
|
||||
|
||||
### 4. Mindfulness
|
||||
|
||||
Skills for present-moment awareness and wise action.
|
||||
|
||||
**What Skills (What to Do)**
|
||||
- **Observe:** Notice without words
|
||||
- **Describe:** Put words to experience
|
||||
- **Participate:** Fully engage in the moment
|
||||
|
||||
**How Skills (How to Do It)**
|
||||
- **Non-judgmentally:** No good/bad labels
|
||||
- **One-mindfully:** One thing at a time
|
||||
- **Effectively:** Do what works
|
||||
|
||||
**Wise Mind**
|
||||
- Integration of emotional mind and rational mind
|
||||
- Intuitive knowing that considers both facts and feelings
|
||||
- "What does my wise mind say about this?"
|
||||
|
||||
---
|
||||
|
||||
### When to Use DBT Skills
|
||||
|
||||
- Intense emotions that feel overwhelming
|
||||
- Urges to engage in harmful behaviors
|
||||
- Interpersonal conflict
|
||||
- Crisis moments
|
||||
- Chronic emotional dysregulation
|
||||
- Self-harm or suicidal urges (crisis skills)
|
||||
|
||||
### DBT Homework Examples
|
||||
|
||||
- Distress tolerance skill practice during urges
|
||||
- Emotion diary with intensity ratings
|
||||
- DEAR MAN planning for upcoming conversation
|
||||
- Daily mindfulness practice (even 2 minutes)
|
||||
- Opposite action experiment
|
||||
Reference in New Issue
Block a user