Relationship CRM for tracking people, connections, and context. Categories: family, close_friends, friends, colleagues, broader_community, strangers, bad_actors, unknown. Use to add, search, list, or update people in your network.
Track people in your life with rich context. Store relationship data, interaction history, and personal details in structured memory files.
| Category | Description |
|---|---|
family | Immediate and extended family |
close_friends | Trusted inner circle |
friends | Friends from communities, groups, activities |
colleagues | Professional contacts, collaborators, business partners |
broader_community | Acquaintances, community members, loose connections |
strangers | One-time contacts, unknown intent |
bad_actors | People to avoid or be cautious around |
unknown | Not yet categorized |
/relationship add "Firstname Lastname" --category <category> [details]
Creates a new contact file or updates existing.
/relationship list <category>
Shows all contacts in a category.
/relationship search <query>
Full-text search across all contacts.
/relationship update "Firstname Lastname" --field <field> --value <value>
Updates a specific field.
/relationship interact "Firstname Lastname" --date YYYY-MM-DD --summary "what happened"
Logs an interaction to the contact's history.
memory/relationships/
├── family/
│ ├── example-person.md
│ └── ...
├── close_friends/
├── friends/
├── colleagues/
├── broader_community/
├── strangers/
├── bad_actors/
├── unknown/
└── index.json # Quick lookup index
# Firstname Lastname
## Basics
- **Category:** family
- **Relationship:** Spouse / Friend / Colleague / etc.
- **First met:** YYYY-MM-DD or context
- **Last contact:** YYYY-MM-DD
## Context
[Background, how you know them, what they mean to you]
## Key Details
- Birthday: YYYY-MM-DD
- Location: City, State
- Phone: +1XXXXXXXXXX
- Email: [email protected]
- Social: @handle
## Family
- Spouse: ...
- Children: ...
## Interactions
### YYYY-MM-DD - [Title]
[What happened, key points, follow-ups]
## Notes
[Running notes, things to remember]
memory/relationships/ for context persistenceMEMORY.md for high-level contextmemory/YYYY-MM-DD.md can reference contactsbad_actors/ with caution notes