View the learnings queue without processing
View queued learnings without processing them. Check what's pending before running /reflect to save or /skip-reflect to discard.
/plugin marketplace add BayramAnnakov/claude-reflect/plugin install bayramannakov-claude-reflect@BayramAnnakov/claude-reflect~/.claude/learnings-queue.jsonDisplay the current learnings queue in a readable format:
════════════════════════════════════════════════════════════
LEARNINGS QUEUE: [N] items
════════════════════════════════════════════════════════════
1. [type] "first 80 chars of message..."
Patterns: [patterns matched]
Project: [project path]
Time: [timestamp]
2. [type] "first 80 chars of message..."
...
════════════════════════════════════════════════════════════
Commands:
/reflect - Process and save learnings
/skip-reflect - Discard all learnings
════════════════════════════════════════════════════════════
If queue is empty:
════════════════════════════════════════════════════════════
LEARNINGS QUEUE: Empty
════════════════════════════════════════════════════════════
No learnings queued. Use "remember: <learning>" to add items,
or corrections will be auto-detected. Run /reflect to process.
════════════════════════════════════════════════════════════
Read and format the queue:
cat ~/.claude/learnings-queue.json 2>/dev/null || echo "[]"
Parse each item and display:
type: "explicit" or "auto"message: truncated to 80 chars with "..." if longerpatterns: what triggered detectionproject: where it was capturedtimestamp: when it was captured