بنقرة واحدة
ltm-save
Explicitly save a specific decision to the project memory
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Explicitly save a specific decision to the project memory
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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]