People Memory
Purpose
Keep useful relationship memory in Obsidian People profiles without writing noise. This skill is a concise entry point, with detailed matching, prompts, and QA kept in the companion docs.
Quick Start
- Trigger on any person mention, including full names, aliases, nicknames, and contextual references such as
my manager, my cousin, or the founder I met last week.
- Load REFERENCE.md before matching or updating.
- Search existing profiles under
06 - People/ by filename, aliases, known names, and relevant context.
- Decide whether the write gate passes before editing.
- Use
Assets/Templates/t.people.md as the source template convention for new profiles.
- Load QA.md before reporting completion after any write.
Core Workflow
- Detect the person mention or explicit create/update request.
- Match the person using REFERENCE.md, including confidence and contextual reference rules.
- If creation or a prompt is needed, use TEMPLATES.md for the exact profile shape and question wording.
- Write only when allowed by the write gate.
- Preserve existing profile structure and fields while making the smallest useful change.
- Run the QA checklist before responding.
Write Gate
Triggering is broad. Writing is narrow.
Write only when one of these is true:
- The user explicitly asks to create or update a person profile.
- The conversation adds new useful relationship memory, such as identity, contact details, role, company, alias, where-met context, preferences, commitments, follow-ups, or meaningful conversation notes.
Do not write when:
- The person is only mentioned in passing.
- The fact is already present in the matched profile.
- The information is vague, unresolved, or not useful as durable relationship memory.
Ask Instead Of Writing
Ask one direct clarification question, then stop, when:
- A name, alias, or nickname matches multiple plausible profiles.
- A contextual reference does not resolve to exactly one confident person.
- Creation is requested but the full name or one context clue is missing.
- The update would overwrite an existing
email, phone, linkedin, or company value.
Output Contract
Return exactly one of these modes:
- Mini diff after write: name the profile path and summarize only the fields or notes changed.
- No-write response: say no write was made and give the short reason.
- One clarification question and stop: ask only what is needed to proceed.
Do not expose unrelated profile contents.
Do not read .omo/ runtime state for memory content, and do not edit .omo/.
References
- Load REFERENCE.md before matching, creating, or updating any profile.
- Load TEMPLATES.md when you need exact prompts, profile shape, or output wording.
- Load QA.md before reporting completion after a write.
1---2name: people-memory3description: Maintains Obsidian Personal vault People profiles in `06 - People/` as persistent relationship memory during conversation. Use when any person is mentioned by full name, aliases, nicknames, or contextual references, or when the user asks to create or update a person profile.4---56# People Memory78## Purpose910Keep useful relationship memory in Obsidian People profiles without writing noise. This skill is a concise entry point, with detailed matching, prompts, and QA kept in the companion docs.1112## Quick Start13141. Trigger on any person mention, including full names, aliases, nicknames, and contextual references such as `my manager`, `my cousin`, or `the founder I met last week`.152. Load [REFERENCE.md](REFERENCE.md) before matching or updating.163. Search existing profiles under `06 - People/` by filename, aliases, known names, and relevant context.174. Decide whether the write gate passes before editing.185. Use `Assets/Templates/t.people.md` as the source template convention for new profiles.196. Load [QA.md](QA.md) before reporting completion after any write.2021## Core Workflow22231. Detect the person mention or explicit create/update request.242. Match the person using [REFERENCE.md](REFERENCE.md), including confidence and contextual reference rules.253. If creation or a prompt is needed, use [TEMPLATES.md](TEMPLATES.md) for the exact profile shape and question wording.264. Write only when allowed by the write gate.275. Preserve existing profile structure and fields while making the smallest useful change.286. Run the QA checklist before responding.2930## Write Gate3132Triggering is broad. Writing is narrow.3334Write only when one of these is true:3536- The user explicitly asks to create or update a person profile.37- The conversation adds new useful relationship memory, such as identity, contact details, role, company, alias, where-met context, preferences, commitments, follow-ups, or meaningful conversation notes.3839Do not write when:4041- The person is only mentioned in passing.42- The fact is already present in the matched profile.43- The information is vague, unresolved, or not useful as durable relationship memory.4445## Ask Instead Of Writing4647Ask one direct clarification question, then stop, when:4849- A name, alias, or nickname matches multiple plausible profiles.50- A contextual reference does not resolve to exactly one confident person.51- Creation is requested but the full name or one context clue is missing.52- The update would overwrite an existing `email`, `phone`, `linkedin`, or `company` value.5354## Output Contract5556Return exactly one of these modes:57581. Mini diff after write: name the profile path and summarize only the fields or notes changed.592. No-write response: say no write was made and give the short reason.603. One clarification question and stop: ask only what is needed to proceed.6162Do not expose unrelated profile contents.6364Do not read `.omo/` runtime state for memory content, and do not edit `.omo/`.6566## References6768- Load [REFERENCE.md](REFERENCE.md) before matching, creating, or updating any profile.69- Load [TEMPLATES.md](TEMPLATES.md) when you need exact prompts, profile shape, or output wording.70- Load [QA.md](QA.md) before reporting completion after a write.