一键导入
retrospective-eval
Retrospective evaluation of engram observations — rate global usefulness and project relevance to improve memory quality over time
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Retrospective evaluation of engram observations — rate global usefulness and project relevance to improve memory quality over time
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | retrospective-eval |
| description | Retrospective evaluation of engram observations — rate global usefulness and project relevance to improve memory quality over time |
Evaluate the usefulness of observations that were recently injected into your context. This creates a feedback loop: observations you find helpful get boosted; irrelevant ones get demoted or suppressed.
Fetch observations to evaluate. Choose one source:
Option A — From injected context:
Review the <engram-context> block in your current session. These are the observations that were injected for you.
Option B — From API (broader review):
GET /api/observations/recently-injected?limit=20&project={current_project}
or
GET /api/observations/top?limit=20&project={current_project}
For each observation, assess TWO dimensions:
| Dimension | Scale | Question |
|---|---|---|
| Global Usefulness | 0-10 | Is this observation universally valuable across ALL projects? |
| Project Relevance | 0-10 | Is this observation relevant to the CURRENT project? |
| Global | Project | Verdict | Action |
|---|---|---|---|
| >= 7 | any | keep(global) | Set scope=global, boost importance |
| < 7 | >= 7 | keep(project) | Keep scope=project, boost importance |
| 3-6 | 3-6 | demote | Lower importance score |
| < 3 | < 3 | suppress | Mark as suppressed (excluded from injection) |
For each verdict, use only currently advertised engram tools. The significance tool is conditional; if it is absent, report the rating as unavailable instead of calling a retired alias.
Boost (keep), when rate_memory_significance is advertised:
rate_memory_significance(id=<observation_id>, rating="useful")
Demote, when rate_memory_significance is advertised:
rate_memory_significance(id=<observation_id>, rating="not_useful")
Suppress:
feedback(action="suppress", id=<observation_id>)
Output a table of evaluations:
| ID | Title | Type | Global | Project | Verdict |
|----|-------|------|--------|---------|---------|
| 123 | Auth middleware pattern | decision | 8 | 9 | keep(global) |
| 456 | npm install completion | discovery | 1 | 1 | suppress |
| 789 | Redis cache config | bugfix | 5 | 7 | keep(project) |
High global usefulness (7-10):
High project relevance (7-10):
Low value (0-3) — candidates for suppression:
demote rather than suppress (suppression is harder to undo)