← ClaudeAtlas

second-brainlisted

Relationship intelligence and conversation tracking system. Keeps per-person profiles with motivations, follow-ups, talking points, and key facts. Use when the user mentions a specific person's name and wants to update notes, see follow-ups, understand someone's motivations, check what to follow up on, mark something as done, or synthesize across all contacts. Also use for daily prioritization and log summaries by date range. Triggers on "daily summary", "what should I work on today", "morning briefing", "prioritize my day", "what's outstanding", "log for X this week", "what happened last week", "catch me up on X", or any request about a named individual in a relationship/professional context.
alycd/agent-skills · ★ 0 · AI & Automation · score 54
Install: claude install-skill alycd/agent-skills
# Second Brain — Relationship Intelligence Data lives in `/Users/alysidi/git/naqi/vault/Naqi/second_brain/{first-last}.md` (lowercase, hyphenated). ## File format ```markdown --- name: Full Name last-updated: YYYY-MM-DD --- ## Motivation ## How to Frame Conversations ## Open Follow-ups - [ ] Item (added YYYY-MM-DD) ## Completed - [x] Item (completed YYYY-MM-DD) ## Key Facts ## Interaction Log ### YYYY-MM-DD Notes. ``` ## On any request 1. Identify the person (or "everyone" for cross-person commands). 2. Find `{name}.md`; glob to confirm filename; create from template if missing. 3. Perform the action below. 4. After any write: show updated Open Follow-ups + Motivation. --- ### View profile Output: Name, Motivation (1 paragraph synthesis), How to Frame (bullets), Open Follow-ups, Key Facts. --- ### Add notes Route to the right section: - Goals/values → **Motivation** - Communication style → **How to Frame Conversations** - Task/ask → **Open Follow-ups** (`- [ ] item (added DATE)`) - Fact → **Key Facts** - Conversation recap → **Interaction Log** (`### DATE` heading; append to today's entry if one exists) Update `last-updated`. --- ### Mark done Move matching `- [ ]` from Open Follow-ups to Completed as `- [x] ... (completed DATE)`. --- ### Lint Glob all `*.md`. Fix mismatches: - `[x]` in Open Follow-ups → move to Completed (keep existing ✅ date if present, else use `completed DATE`) - `[ ]` in Completed → move to Open Follow-ups (restore `added DATE` or use today