skills/notes-and-context/SKILL.md
Managing context and notes within the memory system.
npx skillsauth add tracemem/tracemem-skills notes-and-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
payload field for machine-readable context (e.g., scores, counts), and summary for human-readable text.Add Context:
Call decision_add_context with:
decision_id: Current decision.summary: A clear sentence (e.g., "Selected plan B due to cost constraints.").payload: Optional JSON object with details (e.g., {"plan_a_cost": 100, "plan_b_cost": 50}).Timing: Add context as you go. Do not wait until the end to dump everything. A chronological trace is easier to read.
testing
Instructions for writing and efficiently storing data in TraceMem.
tools
Complete workflow patterns for common TraceMem operations.
tools
Scenarios where TraceMem should not be used.
development
Auditing memory traces and debugging.