원클릭으로
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]