Methodology fused from professional trading and investment frameworks; all text is an original paraphrase.
Defaults
| Parameter |
Default Value |
Rationale |
| macro_signal_lag_weeks |
4-8 |
Macro signals lead equity moves by 4-8 weeks |
| sector_mapping_depth |
3 |
Three-tier cascade: regime → sector → stock |
| adr_liquidity_min |
$10M ADTV |
Minimum ADR liquidity for institutional execution |
Preflight
Run canonical pre-flight per contracts/preflight.md. Propagate X-Agentii-Trace per contracts/x-agentii-trace-header.md.
Data Source Priority
- Macro regime input — from
macro-analysis skill (leading indicators, portfolio bias)
- Sector data — sector-level performance, rotation signals from market data tools
- ADR data — international equity access via ADRs from market data
- Strategy frameworks —
search_investment_strategies(domain=macro) + search_by_analogue(market_regime=...)
Methodology
Retrieval Scope
structured_only
Retrieval Strategy
Branch (d) Simple Lookup from contracts/retrieval.md: macro regime input from upstream skill. Sector and market data from data tools. Strategy frameworks and historical analogues via MCP knowledge tools. No unstructured document retrieval.
Temporal Scope
See frontmatter temporal_scope block.
Tool Allowlist
See frontmatter allowed_tools.
Protocol
This skill translates macroeconomic views into concrete trade ideas via a three-tier cascade: Macro Regime → Sector Preference → Stock Selection. Macro tells you where to look; sectors what to look at; stocks what to trade.
Detailed methodology: regime-to-sector mapping matrix, ISM sector drilling protocol, inter-market confirmation framework, ADR screening and currency overlay, and macro risk invalidation rules are in references/macro-ideas-methodology.md.
Core insight: The "consensus disconnect" applies at the macro level — the market prices one regime, leading indicators suggest another emerging. This gap is the macro edge. Macro signals lead equity moves by 4-8 weeks.
Steps
Macro Regime Translation: Receive regime (expansion/contraction/stagflation/recovery) and bias (long/short/neutral) from upstream. Identify dominant theme: rate cycle, credit spreads, currency, commodities. Establish transmission mechanism — WHY sectors benefit or suffer, not just correlation.
Sector Selection (see reference for complete matrix with transmission mechanisms):
- Expansion (ISM > 50 rising, credit tightening): Favor Tech, Consumer Disc, Industrials, Financials. Avoid Utilities, Staples.
- Contraction (ISM < 50 falling, credit widening): Favor Utilities, Staples, Healthcare. Avoid Tech, Consumer Disc, Energy.
- Stagflation (low growth + high inflation): Favor Energy, Materials, Commodity Producers, Healthcare. Avoid Consumer Disc, Real Estate.
- Recovery (ISM crossing 50, central bank accommodative): Favor Financials, Industrials, Consumer Disc. This is historically the strongest equity return regime. Avoid prior defensives.
Leading Indicator Deep Dive:
- ISM PMI: Headline + New Orders (leads by 1-3 months, most important sub-index) + Prices Paid + Supplier Deliveries. Drill sub-indices for industry divergence → pair trade signals.
- Yield Curve (10Y-2Y): Steepening > 150bp = Financials. Flattening = Growth/Tech. Inverted = defensive. Re-steepening from inverted = strongest rally phase.
- Credit Spreads (HY OAS): > 400bp = defensive regardless. 300-400bp = stock selection dominant. < 300bp = risk-on.
- DXY: +5%/3mo = commodity/EM/multinational headwind. −5%/3mo = tailwind.
Inter-Market Confirmation: Bonds (yield curve, spreads) + Currencies (DXY, commodity FX) + Commodities (copper/gold, oil) must align. All three = high conviction. Two of three = medium, reduce 25-33%. All diverging = low, reduce/eliminate positions.
Stock Selection: Apply quant screening ONLY to 2-3 most favored and 2-3 most disfavored industries from ISM drilling. Prioritize companies where macro catalyst directly impacts business drivers (bank NIM from rate change = direct; tech multiple from rate change = indirect, less reliable).
ADR International: Country selection → screen ($10M ADTV, $500M cap, 20-F available). Avoid: Chinese software/computer services ADRs, micro-cap shipping, pharma/biotech (requires specialized expertise). Currency overlay: DXY strengthening → hedge or prefer domestic; weakening → unhedged benefit. ADR universe is mostly cyclical/old-economy. Split European banks investment/retail/hybrid.
Macro Risk Management: Define invalidation thresholds before entry (e.g., "ISM < 48 for 2 months = exit all cyclicals"). Post-event: 1 month divergence = noise; 2 months = trend change, exit. Total macro exposure ≤ 40%. Single sector ≤ 25%. If thesis invalidates, exit ALL macro positions simultaneously.
MCP Integration: search_investment_strategies(domain=macro) → search_by_analogue(market_regime) → search_investment_cases(domain=macro_driven). Handoff: regime + conviction, sector matrix, top 3-5 stocks per sector, ADR candidates with FX assessment, macro catalyst timeline, invalidation thresholds.
Output File
{ticker}/{YYYY-MM-DD_HHMM}_macro-idea-generation_{affix}.md
Output Structure
- Executive Summary — Macro regime, inter-market confirmation status, top sectors, top 3 macro-driven trade ideas
- Macro Regime Analysis — Current regime classification, dominant themes, transmission mechanisms, consensus disconnect assessment
- Leading Indicator Dashboard — ISM (headline + New Orders + Prices Paid + industry sub-indices), yield curve, credit spreads, DXY, commodity signals
- Inter-Market Confirmation — Bond/Currency/Commodity alignment assessment, conviction level, divergences flagged
- Sector Preference Matrix — Favored/neutral/avoid sectors with macro rationale and transmission mechanism per sector
- Sector-Specific Stock Candidates — Per preferred sector: macro sensitivity, valuation context, direct vs. indirect macro impact
- International Opportunities — ADR candidates by country/region with currency overlay assessment, liquidity check, sector warnings
- Macro Catalyst Timeline — Scheduled macro events (ISM, FOMC, employment, CPI) with expected impact and pre-positioning windows
- Historical Analogues — Matched regime analogues from
search_by_analogue with /v/ citations, key parallels and divergences
- Risk to the Macro View — Specific invalidation thresholds per indicator, correlation risk assessment, contingency exit protocol
- Handoff Summary — Prioritized macro-driven ideas with conviction and sector rationale
- Coverage Gaps — Data limitations, regions with insufficient ADR liquidity, sectors with inadequate macro data
Error Handling
| Error |
Fallback |
| No macro regime input |
Derive from available macro data; flag as independently determined |
| ADR data insufficient |
Limit to US-listed international ETFs as proxy; flag |
search_by_analogue returns empty |
Note "no historical regime analogues found"; proceed with framework only |
Memory Load
See contracts/memory-load.md.
Snapshot
See contracts/snapshot-synthesis.md.
Final Summary (TUI)
Include ### Key Citations block with 0-10 clickable /v/ URLs.
References
references/macro-ideas-methodology.md
contracts/citation-and-memory.md
contracts/output-frontmatter-schema.md
contracts/memory-load.md
contracts/snapshot-synthesis.md
contracts/preflight.md
contracts/retrieval.md
1---2name: macro-idea-generation3description: Macro-driven trade idea generation, translating macroeconomic views into concrete stock ideas, sector selection from macro regime, international trade ideas via ADRs, cross-border idea sourcing, macro catalyst mapping to equity positions4---56> Methodology fused from professional trading and investment frameworks; all text is an original paraphrase.78## Defaults910| Parameter | Default Value | Rationale |11|-----------|---------------|-----------|12| macro_signal_lag_weeks | 4-8 | Macro signals lead equity moves by 4-8 weeks |13| sector_mapping_depth | 3 | Three-tier cascade: regime → sector → stock |14| adr_liquidity_min | $10M ADTV | Minimum ADR liquidity for institutional execution |1516## Preflight1718Run canonical pre-flight per `contracts/preflight.md`. Propagate X-Agentii-Trace per `contracts/x-agentii-trace-header.md`.1920## Data Source Priority21221. Macro regime input — from `macro-analysis` skill (leading indicators, portfolio bias)232. Sector data — sector-level performance, rotation signals from market data tools243. ADR data — international equity access via ADRs from market data254. Strategy frameworks — `search_investment_strategies(domain=macro)` + `search_by_analogue(market_regime=...)`2627## Methodology2829### Retrieval Scope30structured_only3132### Retrieval Strategy33Branch (d) Simple Lookup from `contracts/retrieval.md`: macro regime input from upstream skill. Sector and market data from data tools. Strategy frameworks and historical analogues via MCP knowledge tools. No unstructured document retrieval.3435### Temporal Scope36See frontmatter temporal_scope block.3738### Tool Allowlist39See frontmatter allowed_tools.4041### Protocol4243This skill translates macroeconomic views into concrete trade ideas via a three-tier cascade: Macro Regime → Sector Preference → Stock Selection. Macro tells you where to look; sectors what to look at; stocks what to trade.4445Detailed methodology: regime-to-sector mapping matrix, ISM sector drilling protocol, inter-market confirmation framework, ADR screening and currency overlay, and macro risk invalidation rules are in `references/macro-ideas-methodology.md`.4647**Core insight**: The "consensus disconnect" applies at the macro level — the market prices one regime, leading indicators suggest another emerging. This gap is the macro edge. Macro signals lead equity moves by 4-8 weeks.4849#### Steps50511. **Macro Regime Translation**: Receive regime (expansion/contraction/stagflation/recovery) and bias (long/short/neutral) from upstream. Identify dominant theme: rate cycle, credit spreads, currency, commodities. Establish transmission mechanism — WHY sectors benefit or suffer, not just correlation.52532. **Sector Selection** (see reference for complete matrix with transmission mechanisms):54 - Expansion (ISM > 50 rising, credit tightening): Favor Tech, Consumer Disc, Industrials, Financials. Avoid Utilities, Staples.55 - Contraction (ISM < 50 falling, credit widening): Favor Utilities, Staples, Healthcare. Avoid Tech, Consumer Disc, Energy.56 - Stagflation (low growth + high inflation): Favor Energy, Materials, Commodity Producers, Healthcare. Avoid Consumer Disc, Real Estate.57 - Recovery (ISM crossing 50, central bank accommodative): Favor Financials, Industrials, Consumer Disc. This is historically the strongest equity return regime. Avoid prior defensives.58593. **Leading Indicator Deep Dive**:60 - **ISM PMI**: Headline + New Orders (leads by 1-3 months, most important sub-index) + Prices Paid + Supplier Deliveries. Drill sub-indices for industry divergence → pair trade signals.61 - **Yield Curve (10Y-2Y)**: Steepening > 150bp = Financials. Flattening = Growth/Tech. Inverted = defensive. Re-steepening from inverted = strongest rally phase.62 - **Credit Spreads (HY OAS)**: > 400bp = defensive regardless. 300-400bp = stock selection dominant. < 300bp = risk-on.63 - **DXY**: +5%/3mo = commodity/EM/multinational headwind. −5%/3mo = tailwind.64654. **Inter-Market Confirmation**: Bonds (yield curve, spreads) + Currencies (DXY, commodity FX) + Commodities (copper/gold, oil) must align. All three = high conviction. Two of three = medium, reduce 25-33%. All diverging = low, reduce/eliminate positions.66675. **Stock Selection**: Apply quant screening ONLY to 2-3 most favored and 2-3 most disfavored industries from ISM drilling. Prioritize companies where macro catalyst directly impacts business drivers (bank NIM from rate change = direct; tech multiple from rate change = indirect, less reliable).68696. **ADR International**: Country selection → screen ($10M ADTV, $500M cap, 20-F available). Avoid: Chinese software/computer services ADRs, micro-cap shipping, pharma/biotech (requires specialized expertise). Currency overlay: DXY strengthening → hedge or prefer domestic; weakening → unhedged benefit. ADR universe is mostly cyclical/old-economy. Split European banks investment/retail/hybrid.70717. **Macro Risk Management**: Define invalidation thresholds before entry (e.g., "ISM < 48 for 2 months = exit all cyclicals"). Post-event: 1 month divergence = noise; 2 months = trend change, exit. Total macro exposure ≤ 40%. Single sector ≤ 25%. If thesis invalidates, exit ALL macro positions simultaneously.72738. **MCP Integration**: `search_investment_strategies(domain=macro)` → `search_by_analogue(market_regime)` → `search_investment_cases(domain=macro_driven)`. Handoff: regime + conviction, sector matrix, top 3-5 stocks per sector, ADR candidates with FX assessment, macro catalyst timeline, invalidation thresholds.7475## Output File7677`{ticker}/{YYYY-MM-DD_HHMM}_macro-idea-generation_{affix}.md`7879## Output Structure80811. **Executive Summary** — Macro regime, inter-market confirmation status, top sectors, top 3 macro-driven trade ideas822. **Macro Regime Analysis** — Current regime classification, dominant themes, transmission mechanisms, consensus disconnect assessment833. **Leading Indicator Dashboard** — ISM (headline + New Orders + Prices Paid + industry sub-indices), yield curve, credit spreads, DXY, commodity signals844. **Inter-Market Confirmation** — Bond/Currency/Commodity alignment assessment, conviction level, divergences flagged855. **Sector Preference Matrix** — Favored/neutral/avoid sectors with macro rationale and transmission mechanism per sector866. **Sector-Specific Stock Candidates** — Per preferred sector: macro sensitivity, valuation context, direct vs. indirect macro impact877. **International Opportunities** — ADR candidates by country/region with currency overlay assessment, liquidity check, sector warnings888. **Macro Catalyst Timeline** — Scheduled macro events (ISM, FOMC, employment, CPI) with expected impact and pre-positioning windows899. **Historical Analogues** — Matched regime analogues from `search_by_analogue` with `/v/` citations, key parallels and divergences9010. **Risk to the Macro View** — Specific invalidation thresholds per indicator, correlation risk assessment, contingency exit protocol9111. **Handoff Summary** — Prioritized macro-driven ideas with conviction and sector rationale9212. **Coverage Gaps** — Data limitations, regions with insufficient ADR liquidity, sectors with inadequate macro data9394## Error Handling9596| Error | Fallback |97|-------|----------|98| No macro regime input | Derive from available macro data; flag as independently determined |99| ADR data insufficient | Limit to US-listed international ETFs as proxy; flag |100| `search_by_analogue` returns empty | Note "no historical regime analogues found"; proceed with framework only |101102## Memory Load103104See `contracts/memory-load.md`.105106## Snapshot107108See `contracts/snapshot-synthesis.md`.109110## Final Summary (TUI)111112Include ### Key Citations block with 0-10 clickable /v/ URLs.113114## References115116- `references/macro-ideas-methodology.md`117- `contracts/citation-and-memory.md`118- `contracts/output-frontmatter-schema.md`119- `contracts/memory-load.md`120- `contracts/snapshot-synthesis.md`121- `contracts/preflight.md`122- `contracts/retrieval.md`