second-brainlisted
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