Quick Person Note
Append an observation to a person's profile without breaking flow.
Process
- •
Parse the input: Extract person name and observation
- •
/note lucy plays aggressive chess→ name: "lucy", note: "plays aggressive chess" - •
/note about e prefers morning conversations→ name: "e", note: "prefers morning conversations"
- •
- •
Check if person exists:
bashls ~/.claude-mind/memory/people/{name}/profile.md - •
If person doesn't exist: Ask whether to create them first
- •Don't silently create - confirm intent
- •Then use
/person {name}flow to create
- •
Format the note:
markdown## YYYY-MM-DD: Brief Title The observation itself. Keep it concise but capture the texture. Context: what prompted this if relevant.
- •
Append to profile: Use Edit tool to append the formatted note to the end of their profile.md
- •
Confirm: Brief acknowledgment that the note was captured
Guidelines
- •Atomic observations: One insight per note
- •Include context: What prompted noticing this?
- •Use today's date: Format as YYYY-MM-DD
- •Brief titles: 3-5 words summarizing the observation
- •Texture over data: "Plays aggressive sacrificial chess" > "Chess skill: advanced"
Examples
Quick capture:
code
/note lucy prefers direct communication
→ Appends dated observation to Lucy's profile
With context:
code
/note e mentioned frustration with verbose AI responses today
→ Captures both the observation and the context
Natural trigger:
code
"I noticed Cal gets energized by debugging sessions"
→ Prompts to capture as note about Cal