com um clique
ltm-save
Explicitly save a specific decision to the project memory
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Explicitly save a specific decision to the project memory
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| name | ltm:save |
| description | Explicitly save a specific decision to the project memory |
The user wants to explicitly record a specific decision. They may provide
the decision as an argument (e.g., /ltm:save chose Stripe for payments)
or describe it in their message.
Read .memory/DECISIONS.md to check for existing related entries.
Parse the user's input to understand the decision being recorded.
Check for duplicates — if a similar decision already exists, update it rather than creating a new entry.
Add the decision to the appropriate section in .memory/DECISIONS.md:
### heading with today's date## Section heading (create a new section
if none fits — sections are free-form)If the decision is complex and the user provided extensive rationale:
.memory/details/YYYY-MM-DD-<topic>.mdUpdate the > Auto-maintained by claude-ltm. Last updated: date.
Confirm to the user what was saved and where.
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]