| name | new-person |
| description | Create a relationship tracking file for a person with contact info, history, and communication preferences. Use when user says "new person", "add [name]", "create a file for [name]", "track this person", or mentions someone important who doesn't have a file yet. See also: `relationship-tracker` for ongoing health; `meeting-prep` when you have a call coming up. |
New Person
Create a new relationship file for tracking someone.
Usage
/new-person [name]
Quick Flow
1. Basic Information
"Tell me about [Name]. A few quick things:"
- What's their role?
- How do you know them?
- What's the relationship type? (Client, Colleague, Friend, Prospect, etc.)
2. Optional Details
"Anything else I should capture?"
- Contact info
- What matters to them
- Communication preferences
- Current context
3. Create File
Save to people/[name-slug].md
Template
# [Person Name]
**Role:** [Their title/position]
**Organization:** [Company/org]
**How we met:** [Context]
**Relationship type:** [Client, Colleague, Friend, Prospect, etc.]
## Quick Stats
| Field | Value |
|-------|-------|
| Last Contact | [Today's date] |
| Relationship Health | Active |
| Sentiment | Positive / Neutral / Unknown |
## Contact
| Channel | Details |
|---------|---------|
| Email | [If provided] |
| Phone | [If provided] |
| LinkedIn | [If provided] |
| Preferred | [If known] |
## Communication Style
[How they prefer to communicate, if known]
[Their priorities, if known]
[What they're working on, if known]
| Date | Event | Notes |
|------|-------|-------|
| [Today] | [Initial context] | Created file |
[None yet]
[None yet]
[Any other context worth remembering]
---