What problem does it solve? Long-running agent work loses context between sessions, forcing repeated rediscovery of prior decisions, configurations, and known failures. This Skill provides a disciplined protocol for recalling and preserving durable project knowledge with the Engram CLI so history-dependent work starts informed. ## Core Features & Use Cases - Bounded Recall: Search project memory with narrow queries, fetch full memory content with pagination, and pull chronological session context when continuity matters. - Terminal Memory Commit: Finalize each root turn by recording saved, skipped, or needs_review dispositions with preflight duplicate detection and idempotent replay. - Curation Workflows: Edit, review, pin, relate, diagnose, and merge project memories through the commands documented in references/curation.md. - Use Case: Before modifying a release pipeline, recall prior deployment decisions for the exact project, complete the work, then commit a checkpoint memory capturing what changed and why for future sessions. ## Quick Start Ask the agent to search Engram project memory for prior decisions about the current project before starting the task, and to record a checkpoint memory when the work is finished.