Skip to main content
The starter prompt is a ready-to-use research directive you paste into your agent to kick off a full Ithaca research session. It tells the agent to follow the canonical workflow — open a session, research the market, propose a strategy, backtest it, and report — for a specific symbol and question.

The starter_research prompt

The starter prompt is parameterized by two inputs:

Full template text

When invoked, the starter prompt returns this template text for the agent to follow:

How to use it

1

Copy a prompt below

Pick an example prompt from the section below, or write your own using the template. Replace {symbol} and {question} with your target.
2

Paste it into your agent

Open Codex, Claude Desktop, Cursor, or whichever agent you installed Ithaca into. Paste the prompt. The agent will read the server instructions (from the MCP initialize response) and follow the canonical workflow.
3

Watch it live

Open app.doomberg.meSessions. Your agent’s research session streams live via SSE. Every tool call, argument, and result appears in real time.
4

Review the report

When the agent finishes, it posts a narrative report in the chat. Review the thesis, evidence, strategy, and backtest stats. If you want to promote the strategy to paper trading, do it from the web UI — the agent cannot.

Example prompts

Basic momentum research

Value + insider convergence

Short squeeze screen

Macro regime check

Options volatility trade

Tips for writing your own prompts

Be specific about the symbol and the question. “Research NVDA” is too open-ended — the agent will pull everything. “Research NVDA and assess whether 60-day momentum is intact” gives the agent a clear thesis to test.
Name the tools you want if you have a preference. The agent can discover tools via search_skills, but naming them (e.g. “check insider_activity and congress_trades”) ensures they are included.
Specify the backtest range. The default is 1y, but for mean-reversion strategies a longer range (2y or 3y) gives more regime diversity. For momentum, 1y is usually enough.
Ask for provenance in the report. The agent should note if any data is stale or partial — this is part of the server instructions, but reminding it ensures the report flags data quality issues.

Agent Workflow

The canonical workflow in detail — session_context, research, propose, backtest, report.

MCP Tools

Browse the full 60+ tool catalog to name in your prompts.

Skills Catalog

Discover the 50+ data skills — market, fundamentals, congress, insider, vol, options, and more.

StrategySpec

The declarative strategy schema the agent assembles in step 4.