ht-new

A command for creating a new investment hypothesis file from a standard template. An investment hypothesis is a testable idea about a company or asset.

In plain words
What is it for?
Use it to record the hypothesis name, reasoning, test conditions, confidence, and related asset in a new file, then track it with the status command.
Why use it?
It avoids manually choosing an ID, finding the right template, and recording the required details. It also helps connect a new idea to themes or stocks from the daily report.

Command for Claude Code

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/benboerba620/daily-watchlist/ht-new
Clone the repo
git clone --depth 1 https://github.com/Benboerba620/daily-watchlist

Made for: Claude Code.

Per session 5 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 230 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.00005 $0.00230
Opus 5 $0.00003 $0.00115
Sonnet 5 $0.00001 $0.00046
Haiku 4.5 $0.00001 $0.00023

Measured yesterday against content hash 1277ce42e65b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ht-new 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 yesterday.

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.

.claude/commands/ht-new.md · 34 lines

What it actually says

Hypothesis Tracker 新建假设

创建一条新的投资假设文件。

主触发命令:

  • /ht-new

兼容别名:

  • /hypothesis-new

工作流

  1. 读取:
    • config/hypothesis-tracker.yaml
    • templates/hypothesis-tracker-hypothesis-template.md
    • hypothesis/ 目录
  2. 收集最少必要信息:
    • 假设名称
    • 核心逻辑
    • 至少两个可证伪条件
    • 初始确定性
    • 关联标的
  3. 扫描 hypothesis/H*.md,自动确定下一个 ID
  4. 用模板生成新文件:hypothesis/H{N}-{slug}.md
  5. 输出创建结果,并提示用户后续用 /ht-status 跟踪

如果用户刚做完 /dw-today,优先引用当天日报里出现的主题或个股来帮助建假设。

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. yesterday First seen · 34 lines · 5 tokens per session scan A 1277ce42e65b

Subscribe to this mod's changes

ht-new is a command published in the GitHub repository Benboerba620/daily-watchlist (59 stars, last pushed 4mo ago), licensed MIT. It adds 5 tokens to every session and 230 once invoked, about $0.0000 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.