← ClaudeAtlas

crmlisted

Look up, manage, and surface Network CRM contacts. Cross-references People/ notes, daily digest emails, transcripts, and calendar to keep Alex's network warm. Use when the user asks about a person, wants to follow up or reach out, asks "who is [name]", "when did I last talk to", "I should reach out to", "draft a message to", "look up [name]", "tell me about [name]", "who should I follow up with", "any overdue contacts", or mentions wanting to connect with someone.
BaesTheorem/exobrain-harness · ★ 1 · AI & Automation · score 64
Install: claude install-skill BaesTheorem/exobrain-harness
# Network CRM (Obsidian-native) Alex's CRM lives entirely in Obsidian. Each People/ note has YAML frontmatter with CRM fields. The Exobrain reads frontmatter to compute overdue status, surface follow-ups, and manage the network. **Dashboard**: `/Users/alexhedtke/Exobrain/Network CRM.base` **People notes**: `/Users/alexhedtke/Exobrain/Areas/Relationships & Community/People/[Name].md` ## Category Frequencies | Category | Frequency (days) | |----------|-------------------| | A | 14 (every 2 weeks) | | B | 21 (every 3 weeks) | | C | 45 (every 6 weeks) | | D | 90 (every 3 months) | | potential | no frequency -- tracked for future outreach | ## Frontmatter Schema Frontmatter holds only CRM-operational fields. Contact details live in the `## Contact` section (see below). ```yaml --- category: A # A / B / C / D / potential / null frequency: 14 # days (defaults from category, but user can override) last_contact: 2026-03-30 platform: Signal # preferred outreach method (optional) expertise: AI safety # optional how_we_met: BlueDot # optional why_interesting: ... # potential contacts only reached_out: false # potential contacts only --- ``` **Alex edits frontmatter directly in Obsidian.** The Exobrain must always read the current frontmatter before computing status -- never cache or assume values. If Alex changed a category or frequency manually, honor it. ## Contact Card Every People note MUST have a `## Contact` section immediately after the fron