| name | memory-management-decoding-user-input-tiered-lookup |
| description | Sub-skill of memory-management: Decoding User Input (Tiered Lookup) (+3). |
| version | 1.0.0 |
| category | business |
| type | reference |
| scripts_exempt | true |
Decoding User Input (Tiered Lookup) (+3)
Decoding User Input (Tiered Lookup)
Always decode shorthand before acting on requests:
1. AGENTS.md (hot cache) → Check first, covers 90% of cases
2. memory/glossary.md → Full glossary if not in hot cache
3. memory/people/, projects/ → Rich detail when needed
4. Ask user → Unknown term? Learn it.
Example:
User: "ask todd to do the PSR for oracle"
AGENTS.md lookup:
"todd" → Todd Martinez, Finance ✓
"PSR" → Pipeline Status Report ✓
"oracle" → (not in hot cache)
memory/glossary.md lookup:
"oracle" → Oracle Systems deal ($2.3M) ✓
Now Codex can act with full context.
Adding Memory
When user says "remember this" or "X means Y":