b1rdmania

Couples Therapy Bot — AI skill for Claude Code

AI community

AI-powered couples therapy combining structured interviews, WhatsApp chat analysis, and real-time sessions.

How to install Couples Therapy Bot

This entry records only its repository, not the path inside it, so there is no exact command to give. Open b1rdmania/couples-therapy-bot and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Couples Therapy Bot does

AI-powered couples therapy combining structured interviews, WhatsApp chat analysis, and real-time sessions. Integrates Gottman Method + EFT with Claude AI and Tavus avatars.

Alternatives in AI

  • Codex Plugin — 's /codex:adversarial-review command 9.6k ★
  • Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★
  • Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★

README

Couples Therapy Bot

**AI-assisted relationship pattern discovery — beta PoC today, structured interviews and live sessions on the roadmap**

[![Status](https://img.shields.io/badge/Status-Beta%20PoC-blue)](https://github.com/ziggythebot/couples-therapy-bot) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)

[What’s in the repo](#whats-in-the-repo-now) • [Quick start](#quick-start) • [Documentation](#documentation) • [Contributing](#contributing)


Overview

Long-term vision: make thoughtful relationship support more accessible—grounded in **Gottman Method** and **EFT**-style ideas (communication patterns, attachment, repair), delivered through structured interviews, behavioral signals from chat, and eventually real-time joint sessions.

**Today’s focus** is *relationship pattern discovery*: ingest interviews and/or WhatsApp exports, compute deterministic metrics, and generate a readable **`relationship-brief.md`** via an LLM. This is **not** a replacement for licensed therapy; see [SAFETY_POLICY.md](SAFETY_POLICY.md) for beta boundaries and disclaimers.

Therapeutic foundation (design intent)

The documentation and prompts lean on:

  • Gottman-style signals: conflict/repair language, balance, escalation cues in text
  • EFT-style framing: attachment, cycles, emotional accessibility (more fully in planned interview flows)

Integrated live “therapy bot” behavior (Tavus avatar, joint sessions) remains **documented and staged**, not production-complete.

Architecture (target flow)

Four-phase product story

  1. Individual interviews (async) — structured prompts per partner (fix-life-in-1-day-inspired session shape in the specs)
  2. WhatsApp chat analysis — export parse + metrics + themes for the brief
  3. Follow-up interview — targeted questions informed by chat (spec’d; not fully wired in the PoC CLI)
  4. Live joint session — Tavus + LLM + transcripts (roadmap