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.
Source: affaan-m/ECC → skills/ito-basket-compare/SKILL.md
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# Itô Basket Compare67Use this skill to compare a basket, theme, or market set against a user's8knowledge base, portfolio notes, research memo, CRM context, or stated thesis.910This skill is read-only. It does not recommend trades. It helps a user inspect11fit, exposure, assumptions, and missing context before they decide what to do.1213## Guardrails1415- Do not provide investment advice or tell the user to buy, sell, hold, hedge,16 lever, or size a trade.17- Do not execute, prepare, or submit orders.18- Do not use private documents unless the user explicitly points to them.19- Use `ITO_API_KEY` only for read-only Itô basket/market data after explicit20 user request.21- If comparing against financials, preserve privacy and summarize only the22 fields needed for the comparison.2324## Comparison Modes2526### Basket vs Knowledge Base27281. Identify the basket theme and underliers.292. Retrieve the user's relevant notes, docs, or memory snippets.303. Map each underlier to claims, sources, uncertainties, and stale assumptions.314. Return aligned signals, conflicting signals, and missing research.3233### Basket vs Portfolio Notes34351. Parse the user's watchlist, holdings summary, or exposure notes.362. Compare themes, geographies, time horizons, and event outcomes.373. Flag concentration, correlation, and duplicated narrative exposure.384. Avoid recommendations; phrase output as inspection and questions.3940### Basket vs Financial Context41421. Accept only user-provided or explicitly selected financial context.432. Identify liquidity, drawdown, time-horizon, and constraint mismatches.443. Ask for missing constraints instead of guessing.4546## Output Contract4748Use this structure:49501. Basket summary512. Comparison target523. Matches534. Conflicts or stale assumptions545. Missing context556. User-action checklist5657End with:5859```text60This comparison is informational and not investment or trading advice.61```6263---6465**Source:** [`affaan-m/ECC`](https://github.com/affaan-m/ECC) → `skills/ito-basket-compare/SKILL.md`