Itô Basket Compare
Use this skill to compare a basket, theme, or market set against a user's
knowledge base, portfolio notes, research memo, CRM context, or stated thesis.
This skill is read-only. It does not recommend trades. It helps a user inspect
fit, exposure, assumptions, and missing context before they decide what to do.
Guardrails
- Do not provide investment advice or tell the user to buy, sell, hold, hedge,
lever, or size a trade.
- Do not execute, prepare, or submit orders.
- Do not use private documents unless the user explicitly points to them.
- Use
ITO_API_KEY only for read-only Itô basket/market data after explicit
user request.
- If comparing against financials, preserve privacy and summarize only the
fields needed for the comparison.
Comparison Modes
Basket vs Knowledge Base
- Identify the basket theme and underliers.
- Retrieve the user's relevant notes, docs, or memory snippets.
- Map each underlier to claims, sources, uncertainties, and stale assumptions.
- Return aligned signals, conflicting signals, and missing research.
Basket vs Portfolio Notes
- Parse the user's watchlist, holdings summary, or exposure notes.
- Compare themes, geographies, time horizons, and event outcomes.
- Flag concentration, correlation, and duplicated narrative exposure.
- Avoid recommendations; phrase output as inspection and questions.
Basket vs Financial Context
- Accept only user-provided or explicitly selected financial context.
- Identify liquidity, drawdown, time-horizon, and constraint mismatches.
- Ask for missing constraints instead of guessing.
Output Contract
Use this structure:
- Basket summary
- Comparison target
- Matches
- Conflicts or stale assumptions
- Missing context
- User-action checklist
End with:
This comparison is informational and not investment or trading advice.
1---2name: ito-basket-compare3description: Compare Itô prediction-market baskets against a user's knowledge base, portfolio notes, financial context, watchlist, or research thesis. Use for read-only basket comparison and gap analysis without investment advice or live trading.4---5
6# Itô Basket Compare
7
8Use this skill to compare a basket, theme, or market set against a user's
9knowledge base, portfolio notes, research memo, CRM context, or stated thesis.
10
11This skill is read-only. It does not recommend trades. It helps a user inspect
12fit, exposure, assumptions, and missing context before they decide what to do.
13
14## Guardrails
15
16- Do not provide investment advice or tell the user to buy, sell, hold, hedge,
17 lever, or size a trade.
18- Do not execute, prepare, or submit orders.
19- Do not use private documents unless the user explicitly points to them.
20- Use `ITO_API_KEY` only for read-only Itô basket/market data after explicit
21 user request.
22- If comparing against financials, preserve privacy and summarize only the
23 fields needed for the comparison.
24
25## Comparison Modes
26
27### Basket vs Knowledge Base
28
291. Identify the basket theme and underliers.
302. Retrieve the user's relevant notes, docs, or memory snippets.
313. Map each underlier to claims, sources, uncertainties, and stale assumptions.
324. Return aligned signals, conflicting signals, and missing research.
33
34### Basket vs Portfolio Notes
35
361. Parse the user's watchlist, holdings summary, or exposure notes.
372. Compare themes, geographies, time horizons, and event outcomes.
383. Flag concentration, correlation, and duplicated narrative exposure.
394. Avoid recommendations; phrase output as inspection and questions.
40
41### Basket vs Financial Context
42
431. Accept only user-provided or explicitly selected financial context.
442. Identify liquidity, drawdown, time-horizon, and constraint mismatches.
453. Ask for missing constraints instead of guessing.
46
47## Output Contract
48
49Use this structure:
50
511. Basket summary
522. Comparison target
533. Matches
544. Conflicts or stale assumptions
555. Missing context
566. User-action checklist
57
58End with:
59
60```text
61This comparison is informational and not investment or trading advice.
62```