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---56# Itô Basket Compare78Use this skill to compare a basket, theme, or market set against a user's9knowledge base, portfolio notes, research memo, CRM context, or stated thesis.1011This skill is read-only. It does not recommend trades. It helps a user inspect12fit, exposure, assumptions, and missing context before they decide what to do.1314## Guardrails1516- 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 explicit21 user request.22- If comparing against financials, preserve privacy and summarize only the23 fields needed for the comparison.2425## Comparison Modes2627### Basket vs Knowledge Base28291. 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.3334### Basket vs Portfolio Notes35361. 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.4041### Basket vs Financial Context42431. 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.4647## Output Contract4849Use this structure:50511. Basket summary522. Comparison target533. Matches544. Conflicts or stale assumptions555. Missing context566. User-action checklist5758End with:5960```text61This comparison is informational and not investment or trading advice.62```