Memory Landscape Review
Use this skill to review project memory, local memory, and auto-memory together.
Workflow
- 1. Gather repo memory files and current auto-memory context.
- Classify each entry as repo-wide, personal, team-wide, or temporary.
- Detect duplicates, conflicts, and outdated instructions.
- Present a grouped report before making any changes.
- Only apply promotions or cleanup after explicit approval.
Guardrails
- - Propose first, edit second.
- Do not guess when an instruction might be personal vs shared.
- Keep transient notes out of durable memory files.
Example Requests
- - Review my auto-memory and tell me what belongs in durable memory.
- Find duplicate or conflicting instructions across memory layers.
Inputs
- - Repo memory files
- Auto-memory state
- User preference for shared vs local memory
Outputs
- - Promotion proposals
- Conflict cleanup report
- No-change recommendations
Success Criteria
- - Durable memory candidates are identified clearly.
- Duplicates and stale entries are surfaced.
- No edits happen before approval.
Non-Goals
- - Silently editing memory files
- Guessing personal vs shared intent when ambiguous
Source Provenance
Derived from
src/skills/bundled/remember.ts.
记忆景观回顾
使用此技能来共同回顾项目记忆、本地记忆和自动记忆。
工作流程
- 1. 收集仓库记忆文件及当前自动记忆上下文。
- 将每条记录分类为:仓库级、个人级、团队级或临时级。
- 检测重复项、冲突项及过时指令。
- 在进行任何修改前,先呈现分组报告。
- 仅在获得明确批准后,才执行升级或清理操作。
防护措施
- - 先提议,后编辑。
- 当指令可能属于个人或共享时,不要猜测。
- 将临时笔记保留在持久化记忆文件之外。
示例请求
- - 回顾我的自动记忆,并告诉我哪些内容应归入持久化记忆。
- 查找跨记忆层级的重复或冲突指令。
输入
- - 仓库记忆文件
- 自动记忆状态
- 用户对共享记忆与本地记忆的偏好
输出
成功标准
- - 持久化记忆候选内容被清晰识别。
- 重复项和过期条目被呈现。
- 在批准前不进行任何编辑。
非目标
- - 静默编辑记忆文件
- 在意图不明确时猜测个人与共享属性
来源追溯
源自 src/skills/bundled/remember.ts。