Our review
Quickly appends an observation to a person's profile without breaking workflow flow.
Strengths
- Fast and non-intrusive capture
- Structured format with date and context
- Seamless integration with existing memory system
- Confirms before creating new profiles
Limitations
- Requires the memory tool to be set up
- Only supports simple text notes
- Limited to existing or confirmed persons
When you notice something about someone during a conversation and want to retain it for future reference.
For lengthy or structured notes that need richer formatting (tables, lists, etc.).
Security analysis
CautionThe skill uses a bash command to check file existence with user-provided name, which could be exploited for path traversal, but no destructive or exfiltration commands are used. The overall risk is moderate and requires user input manipulation.
- •Potential path traversal: The `name` parameter is inserted into a bash `ls` command without sanitization, which could allow access to unintended files if malicious input is given.
Examples
/note lucy prefers direct communication/note e mentioned frustration with verbose AI responses todayI noticed Cal gets energized by debugging sessionsname: note description: Quick observation capture about a person. Use when noticing something about someone, wanting to record a detail, or capturing context from a conversation. Trigger words: note about, noticed, observation about, remember that, jot down.
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:
ls ~/.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:
## 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:
/note lucy prefers direct communication
→ Appends dated observation to Lucy's profile
With context:
/note e mentioned frustration with verbose AI responses today
→ Captures both the observation and the context
Natural trigger:
"I noticed Cal gets energized by debugging sessions"
→ Prompts to capture as note about Cal
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.