notes-and-context
Installation
SKILL.md
Skill: TraceMem Notes and Context
Purpose
This skill teaches how to "show your work" by adding context and reasoning to the decision trace. This makes the agent's internal logic visible to auditors and humans.
When to Use
- Before making a significant decision (e.g., "I decided to approve this because X").
- When model confidence is relevant ("Confidence: 0.85").
- To summarize findings from multiple reads ("Found 3 matching records, selecting the most recent").
When NOT to Use
- Do not use as a general logging facility for debugging (use your standard logging for that).
- Do not dump raw massive JSON payloads (summarize them).
Core Rules
- Show Your Logic: If you make a choice, record why.
- No Secrets: Never put API keys, passwords, or highly sensitive PII in the context summary.
- Structured Data: Use the
payloadfield for machine-readable context (e.g., scores, counts), andsummaryfor human-readable text.
Related skills
More from tracemem/tracemem-skills
intent-and-automation
Handling user intent and automating memory tasks.
20traces-and-audit
Auditing memory traces and debugging.
17approvals
Guidelines for seeking user approval for sensitive actions.
16decision-envelope
Using the decision envelope pattern for structured thinking.
15overview
Overview of TraceMem core features, rules, and best practices.
14writing-data
Instructions for writing and efficiently storing data in TraceMem.
14