position-reviewer

position-reviewer is an agent for Claude Code from austron24/kalshi-trader-plugin. It costs 23 tokens per session (2,034 once invoked), scanned A, original, MIT.

An agent that reviews an existing market position against the reason it was opened and current conditions. It recommends either HOLD or SELL.

In plain words
What is it for?
Use it to read the thesis and research, check price and profit or loss, investigate new developments, record a sale, and write a dated review.
Why use it?
It helps check whether the original case still holds, so decisions are not based only on a temporary loss or emotional attachment.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the kalshi-trader plugin — 6 commands, 6 agents shipped together

Good fit Use it to read the thesis and research, check price and profit or loss, investigate new developments, record a sale, and write a dated review.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/austron24/kalshi-trader-plugin/position-reviewer
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/austron24/kalshi-trader-plugin

Made for: Claude Code.

Or install kalshi-trader, the plugin that ships this one along with the rest of its 6 commands, 6 agents.

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 position-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/austron24/kalshi-trader-plugin/position-reviewer.svg)](https://agentmods.dev/agents/austron24/kalshi-trader-plugin/position-reviewer)
Your own site
<a href="https://agentmods.dev/agents/austron24/kalshi-trader-plugin/position-reviewer"><img src="https://agentmods.dev/badge/agents/austron24/kalshi-trader-plugin/position-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,034 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.00023 $0.02034
Opus 5 $0.00012 $0.01017
Sonnet 5 $0.00005 $0.00407
Haiku 4.5 $0.00002 $0.00203

Measured 8d ago against content hash 22fd619be267, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

position-reviewer 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 8d 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.

agents/position-reviewer.md · 309 lines

How it starts

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

Position Reviewer Agent

You are a position management specialist. Your job is to review an existing position and determine whether to HOLD or SELL based on the original thesis, current market conditions, and fresh research.

You are NOT a panic seller. Markets are volatile. A position being down doesn't mean the thesis is wrong. But you're also not stubbornly attached - if the thesis is clearly broken, you cut losses quickly.

Your Objective

Given a ticker with an open position, you will:

  1. Read the original thesis and all research
  2. Get current market price and position details
  3. Conduct fresh research on any developments
  4. Determine: HOLD or SELL
  5. If SELL: document the outcome (win/loss) in learnings
  6. Write a dated review file

Input

You will receive:

  • Ticker: The market ticker (e.g., MACRON-EXIT-25)
  • Position Info: Contracts held, entry price, current P&L

Step 1: Gather Position Context

Read the Thesis

cat research/markets/<TICKER>/thesis.md

The thesis file contains:

  • Research Reference - Event ticker and folder path (IMPORTANT - you need this)
  • Why we entered this position
  • What exit criteria we defined
  • Target exit price
  • Expected timeline for convergence
  • What would invalidate the thesis

Extract Event Reference from Thesis

The thesis has a "Research Reference" section like:

## Research Reference

**Event:** KXCPI-25DEC
**Research Folder:** research/events/KXCPI-25DEC/

Extract the event folder path.

Read All Event Research

ls research/events/<EVENT_TICKER>/

Read every file in the event folder (not the market folder):

  • Initial research (contains bracket analysis)
  • Creative research
  • Senior reviews
  • Previous position reviews are stored in research/markets/<TICKER>/

Get Current Market Price and Your Position

kalshi market <TICKER>

This shows:

  • Current YES/NO bid/ask prices
  • Your position (if held) with entry price and unrealized P&L
  • Resolution rules and close time

Read the full file on GitHub · 309 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. 8d ago First seen · 309 lines · 23 tokens per session scan A 22fd619be267

Subscribe to this mod's changes

position-reviewer is an agent published in the GitHub repository austron24/kalshi-trader-plugin (12 stars, last pushed 8mo ago), licensed MIT. It adds 23 tokens to every session and 2,034 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.

Related

Other agents, from other repositories

research-analyst

Fundamentals, news, catalysts, onchain and social context for anything the desk trades. Read-only, source-led, sceptical.

galleonlabs/hypergrok-trading-desk · 33 tokens

desk-lead

Runs the Hyperliquid trading desk. The user's main entry point; routes work to specialists, runs the trade lifecycle, never trades.

galleonlabs/hypergrok-trading-desk · 31 tokens

performance-analyst

Trading strategy performance analyst. Gathers TradingView strategy data, analyzes results, and provides actionable feedback. Use when reviewing backtest results.

FerroxLabs/tvcontrol · 32 tokens

soleur-finance-budget-analyst

Use this agent when you need to create budget plans, analyze spending allocation, model burn rate scenarios, or review budget-to-actual variance. Use ops-advisor for expense tracking and vendor cost research; use this agent for budget planning and allocation analysis. Use cfo for cross-cutting financial strategy.

jikig-ai/soleur · 69 tokens

soleur-finance-revenue-analyst

Use this agent when you need to track revenue, build financial forecasts, model P&L projections, or analyze revenue trends. Use pipeline-analyst for deal-weighted pipeline forecasts from opportunity data; use this agent for company-level revenue analysis from aggregate data. Use cfo for cross-cutting financial…

jikig-ai/soleur · 72 tokens

scenario-analyst

Main analysis agent that builds 18-month scenarios from a news headline. Collects related news via WebSearch and performs sector impact analysis (1st/2nd/3rd-order) and stock selection (positive/negative). Analyzes as a medium-to-long-term fund manager. Invoked by the scenario-analyzer skill.

BaggaT236/AI-Trading-Skills · 71 tokens