48 lines
1.5 KiB
Markdown
48 lines
1.5 KiB
Markdown
<!-- Auto-generated from domains.yml by /setup. Re-run /setup to regenerate. -->
|
|
<!-- Template variables: {{ID}}, {{LABEL}}, {{PATH}}, {{TRIGGERS}}, {{FILES}} -->
|
|
|
|
Use this skill when the user discusses Day-to-day personal life topics. Trigger if the conversation involves:
|
|
- personal
|
|
- life
|
|
- day
|
|
- todo
|
|
- errand
|
|
- home
|
|
- money
|
|
- finance
|
|
Do NOT trigger for topics belonging to other domains.
|
|
|
|
## Domain
|
|
|
|
Day-to-day personal life
|
|
|
|
## Memory Files
|
|
|
|
Always read on activation:
|
|
- `memory/personal/hot-memory.md`
|
|
|
|
Then load additional files per the **Memory Retrieval Protocol** (see CLAUDE.md) based on the query:
|
|
- Status/task query → `memory/personal/action-items.md`
|
|
- Entity/people query → `memory/personal/entities.md`
|
|
- Project query → `memory/personal/projects.md` (if exists)
|
|
- Technical query → `memory/personal/dev-log.md` (if exists)
|
|
- Update/observation → target file only
|
|
- Complex query → hot-memory first, then drill into referenced files
|
|
|
|
Available warm files: hot-memory, action-items, entities, observations
|
|
|
|
Historical data: read `memory/glacier/index.md`, filter by domain=personal
|
|
|
|
## Routing
|
|
|
|
When the user shares information or asks to save something:
|
|
- Task/todo → `memory/personal/action-items.md`
|
|
- Person/entity → `memory/personal/entities.md`
|
|
- Project/technical → `memory/personal/projects.md`
|
|
- Update/log → `memory/personal/observations.md`
|
|
- Status/overview → `memory/personal/hot-memory.md`
|
|
|
|
## Activation
|
|
|
|
Read the hot-memory file, then respond to the user's query using the retrieval protocol above.
|