| name | iterative-engram-recall |
| description | A skill to retrieve long-term memory for an Agentic Engram using standard procedures. Use this when you need to recall long-term memory, design a re-recall query due to insufficient confidence, and record each loop. |
Iterative Engram Recall
Prerequisites & Conditions
- This skill provides the operational procedure for "executing the initial recall" and determining "what and how to re-recall".
- It assumes that
AGENTIC_ENGRAM_HOME has been exported in advance.
- If the recall yields 0 results or the recall command fails, leave a record and return to the normal investigation process.
Standard Invocation
- Change the working directory to
AGENTIC_ENGRAM_HOME
cd $AGENTIC_ENGRAM_HOME
- Activate the virtual environment
source .venv/bin/activate
- Execute
ae-recall
ae-recall --query "<Description of or problem task the>" --format markdown --limit 3
- Review the execution results and briefly record the
query / additional insights gained / next action as needed.