What problem does it solve?
Small facts, caveats, and observations raised during AI-assisted engineering sessions are easily lost between conversations. This Skill saves them as addressable, non-binding notes in Haft project memory so later work can reference them without turning every remark into a formal decision record.
Core Features & Use Cases
- Explicit-save gating: Persists a note only when the operator asks ("remember this", "note for later") or names a concrete receiving use, avoiding memory pollution from ordinary reasoning.
- Entity resolution: Optionally resolves and hydrates the current EntityOfConcern via haft_query memory mode before saving, so notes attach to the correct project concern.
- Typed persistence: Saves through the haft_note MCP surface with title, atomic observations, rationale, anchors, expiry, and task context, returning a note ID and typed record reference.
- Use Case: During a debugging session the operator says "remember that the staging API rate limit is 50 req/min". The Skill saves this as a non-binding note with source context, retrievable in later sessions.
Quick Start
Ask the agent to remember a specific fact, for example: "Remember that the payment webhook retries three times before failing."