ワンクリックで
reflect
At the end of a session, decide what's worth remembering and what's worth turning into a skill. Run this on /reflect.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
At the end of a session, decide what's worth remembering and what's worth turning into a skill. Run this on /reflect.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | reflect |
| description | At the end of a session, decide what's worth remembering and what's worth turning into a skill. Run this on /reflect. |
When the user types /reflect (or asks you to reflect on the conversation), do these three things in order. Be brief. The user wants the result, not your process.
Scan the conversation for stable facts about the user worth remembering:
For each, call remember(fact, tags). Skip session-only details (what they asked you to do today) — those go in the session log, not memory.
If you handled a recurring task pattern that future-you should handle the same way, write a skill via learn_skill. Examples:
haiku-master skill" (already done — check first)commit-msg" (also exists)Skill names: kebab-case, ≤ 30 characters. Description: one line, ≤ 80 characters.
End with a 1-2 line summary of what you saved. Format:
remembered: 2 facts (vim preference, partner name) learned: 1 skill (sql-formatter)
If you saved nothing, say "nothing worth promoting this session." That's a fine answer.
/forget later.