daily-review

daily-review is a command for Claude Code from mnemox-ai/tradememory-protocol. It costs 10 tokens per session (590 once invoked), scanned A, original, MIT.

A command for reflecting on recent trading activity and trading habits. It reviews execution quality, strategy results, risk discipline, and repeated behavior patterns.

In plain words
What is it for?
Reviewing a day's trades or activity since the previous review, checking strategy adherence, detecting behavioral drift, and producing practical follow-up insights.
Why use it?
It helps reveal problems such as impulsive entries, ignoring stop losses, revenge trading, or making more trades than the strategy supports.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the tradememory plugin — 3 skills, 5 commands, 1 MCP server shipped together

Good fit Reviewing a day's trades or activity since the previous review, checking strategy adherence, detecting behavioral drift, and producing practical follow-up insights.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/mnemox-ai/tradememory-protocol/daily-review
About the project

TradeMemory is a memory and audit layer for AI trading agents that records trading decisions, outcomes, and context in a tamper-evident history. It is for traders and automated trading systems that need agents to recall past decisions and document their reasoning. Catalogue add-ons provide skills, commands, MCP tools, and related workflow components for using it.

mnemox-ai/tradememory-protocol · 1,416 stars · on GitHub · mnemox.ai

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.

Clone the repo
git clone --depth 1 https://github.com/mnemox-ai/tradememory-protocol

Made for: Claude Code.

Or install tradememory, the plugin that ships this one along with the rest of its 3 skills, 5 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for daily-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/mnemox-ai/tradememory-protocol/daily-review/github.svg)](https://agentmods.dev/commands/mnemox-ai/tradememory-protocol/daily-review)
Your own site
<a href="https://agentmods.dev/commands/mnemox-ai/tradememory-protocol/daily-review"><img src="https://agentmods.dev/badge/commands/mnemox-ai/tradememory-protocol/daily-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for daily-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/mnemox-ai/tradememory-protocol/daily-review"><img src="https://agentmods.dev/badge/commands/mnemox-ai/tradememory-protocol/daily-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 590 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00010 $0.00590
Opus 5 $0.00005 $0.00295
Sonnet 5 $0.00002 $0.00118
Haiku 4.5 $0.00001 $0.00059

Measured 11d ago against content hash 708519a06691, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

daily-review 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 11d 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.

tradememory-plugin/commands/daily-review.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Daily Review

Trigger an AI-powered reflection on recent trading activity. Analyzes trades, identifies behavioral patterns, updates affective state, and produces actionable insights.

Workflow

Step 1: Determine Review Period

If a date is provided, review that day's trades. Default: review all trades since last reflection.

Step 2: Gather Data

Load the trading-memory skill context, then:

  1. Use get_strategy_performance to pull recent trade stats
  2. Use get_behavioral_analysis to check behavioral drift
  3. Use get_agent_state to read current affective state
  4. Use recall_memories with recent context to surface relevant patterns

Step 3: Analyze Patterns

The reflection should cover:

Trade Execution Quality

  • Did entries match the strategy rules? Or were they impulsive?
  • Were stop losses honored? Any manual overrides?
  • Position sizing: consistent with risk rules or erratic?

Behavioral Drift Detection

  • Disposition effect: cutting winners, holding losers?
  • Revenge trading: increased size after losses?
  • Overtrading: more trades than the strategy signals justify?
  • Session discipline: trading outside designated sessions?

Strategy Performance

  • Which strategies fired today?
  • Win/loss breakdown per strategy
  • Any strategy consistently underperforming?

Step 4: Update Affective State

Based on the review, the affective state should be recalibrated:

  • Confidence: up after good execution, down after poor discipline
  • Risk appetite: reduce after drawdown, normalize after recovery
  • Streak awareness: flag tilt risk after consecutive losses

Step 5: Produce Report

Structure:

## Daily Review — [Date]

### Summary
- Trades today: N (W wins, L losses)
- P&L: $XXX
- Best: [trade details]
- Worst: [trade details]

### Behavioral Check
- Disposition ratio: X.X (target < 1.0)
- Hold time balance: [OK / Winners cut short / Losers held too long]
- Position sizing: [Consistent / Erratic]

### Insights
1. [Specific, data-backed observation]
2. [Specific, data-backed observation]

### Tomorrow's Focus
- [One concrete action item based on today's data]

Read the full file on GitHub · 89 lines

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. 11d ago First seen · 89 lines · 10 tokens per session scan A 708519a06691

Subscribe to this mod's changes

daily-review is a command published in the GitHub repository mnemox-ai/tradememory-protocol (1,416 stars, last pushed 2d ago), licensed MIT. It adds 10 tokens to every session and 590 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.