/reflect-yourself-queue

A command that displays learnings waiting in a personal queue, such as corrections or preferences captured from earlier work. It reads the queue and shows each item’s details.

In plain words
What is it for?
Use it to inspect pending learnings, see how old the oldest item is, and choose whether to process, keep, or discard them.
Why use it?
It lets you review accumulated notes without applying or processing them yet.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/maorfsdev/reflect-yourself/reflect-yourself-queue
Clone the repo
git clone --depth 1 https://github.com/maorfsdev/reflect-yourself
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 350 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00014 $0.00350
Opus 5 $0.00007 $0.00175
Sonnet 5 $0.00003 $0.00070
Haiku 4.5 $0.00001 $0.00035

Measured 2d ago against content hash a6dc4ea4b596, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

/reflect-yourself-queue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/reflect-yourself-queue.md · 38 lines

What it actually says

/reflect-yourself-queue - View Pending Learnings

View the queue of captured learnings without processing them.


Instructions for Agent

  1. Read the queue file at ~/.cursor/reflect-queue.json (global location)
  2. If the file doesn't exist or is empty, report "No pending learnings"
  3. Display learnings in a compact card-style list (no wide tables — they cause horizontal scroll):
## Pending Learnings Queue

**Total:** 2 pending learnings

---

### 1. [correction] Use prepared statements
**Date:** Jan 29 · **Confidence:** 0.85 · **Status:** pending

---

### 2. [preference] Prefer async/await over callbacks
**Date:** Jan 28 · **Confidence:** 0.80 · **Status:** pending

---
  1. If there are learnings with status: "applied", note that they can be cleaned up
  2. Show age of oldest learning to encourage processing (e.g. "Oldest: 3 days")
  3. Ask questions (Cursor agent tool): When items exist, use the Ask questions tool (message-question; Cursor docs → Agent overview → Tools): "Process queue now?" with options Yes (run /reflect-yourself to process) / No / Discard all (run /reflect-yourself-skip). If the tool is unavailable, present the options in text and wait for reply (e.g. yes / no / discard). Do not proceed without explicit user choice.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 38 lines · 14 tokens per session scan A a6dc4ea4b596

Subscribe to this mod's changes

/reflect-yourself-queue is a command published in the GitHub repository maorfsdev/reflect-yourself (24 stars, last pushed 6mo ago), licensed MIT. It adds 14 tokens to every session and 350 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.