Loading...
Loading...
Structured memory creation workflow. Converts messy notes, conversations, and unstructured thoughts into well-typed, tagged, confidence-scored memories. Uses 1-question-at-a-time clarification to avoid cognitive overload.
npx skill4agent add nhadaututtheky/neural-memory memory-intakenmem_remember| Type | Signal Words | Priority Default |
|---|---|---|
| "is", "has", "uses", dates, numbers, names | 5 |
| "decided", "chose", "will use", "going with" | 7 |
| "need to", "should", "TODO", "must", "remember to" | 6 |
| "bug", "crash", "failed", "broken", "fix" | 7 |
| "realized", "learned", "turns out", "key takeaway" | 6 |
| "prefer", "always use", "never do", "convention" | 5 |
| "rule:", "always:", "never:", "when X do Y" | 8 |
| "process:", "steps:", "first...then...finally" | 6 |
| background info, project state, environment details | 4 |
I found: "We're using PostgreSQL now"
What type of memory is this?
a) Decision — you chose PostgreSQL over alternatives
b) Fact — PostgreSQL is the current database
c) Instruction — always use PostgreSQL for this project
d) Other (explain)nmem_recallnmem_contexttodoerrorfactdecisioncontextnmem_recall("PostgreSQL database decision")Ready to store 7 memories:
1. [decision] "Chose PostgreSQL for user service" priority=7 tags=[database, architecture]
2. [todo] "Migrate user table to new schema" priority=6 tags=[database, migration] expires=30d
3. [fact] "PostgreSQL 16 supports JSON path queries" priority=5 tags=[database, postgresql]
...
Store all? [yes / edit # / skip # / cancel]nmem_remembernmem_remember(
content="Chose PostgreSQL for user service. Reason: better JSON support, team familiarity.",
type="decision",
priority=7,
tags=["database", "architecture", "postgresql"],
)Intake Complete
Stored: 7 memories (2 decisions, 3 facts, 1 todo, 1 insight)
Skipped: 1 duplicate
Conflicts: 0
Gaps: 2 items need follow-up
Follow-up needed:
- "Redis cache TTL" — what's the agreed TTL value?
- "Deploy schedule" — weekly or bi-weekly?