بنقرة واحدة
ltm-compact
Review the current session and extract undocumented decisions into the project memory
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review the current session and extract undocumented decisions into the project memory
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | ltm:compact |
| description | Review the current session and extract undocumented decisions into the project memory |
Perform a compact pass: review everything that happened in this session and
capture any significant decisions that aren't yet in .memory/DECISIONS.md.
Read .memory/DECISIONS.md to understand what's already recorded.
Review this session's work. Look for:
For each unrecorded decision:
### heading with today's date and up to ~10 lines of context..memory/details/YYYY-MM-DD-<topic>.md and link to it.Update the ## Status section with current focus, blockers, and open questions.
Update the > Auto-maintained by claude-ltm. Last updated: date.
Report to the user what was captured (or that nothing new was found).
When creating a detail file in .memory/details/, use this structure:
---
decision: <title>
date: YYYY-MM-DD
status: ACTIVE
---
<!-- Valid status values: ACTIVE, SUPERSEDED -->
## Context
[Why this decision was needed — 2-3 sentences]
## Decision
[What was chosen and why — concise]
## Alternatives Considered
- Option B: [why rejected]
## Impact
- [Key consequence 1]