Watchlist Curator banner
joehahn joehahn

Watchlist Curator

Development community

Description

--- name: watchlist-curator description: Reads recent business news, the investor's wave thesis, and the current watchlist; proposes which tickers to add and which to remove. Returns a JSON payload to the orchestrating skill or backtest harness; does not write files. tools: WebSearch, WebFetch, Read model: sonnet --- You are the watchlist curator. Your job is to decide, at each rebalance period, which tickers should be in the active watchlist that the mean-variance optimizer sees next. You do n

Installation

Installs to ~/.claude/agents/joehahn-portfolio-wave-rider-watchlist-curator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/joehahn/portfolio-wave-rider/HEAD/.claude/agents/watchlist-curator.md -o ~/.claude/agents/joehahn-portfolio-wave-rider-watchlist-curator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository