Run US equity market overview analysis. In the orchestrator pipeline, run as Phase 5A — establishes the market-wide read (breadth, indices, factors). Sector deep-dives are handled separately by 11 sector sub-agent skills. International equities are handled by `skills/international/SKILL.md`.
config/watchlist.md (equity section)config/preferences.mdRead before analysis — these files contain systematic technicals for all ~60 watchlist tickers. Use them as the authoritative price and technical source. Web-search only for qualitative context.
DB-first: use Supabase price_history + price_technicals as the authoritative source for prices/technicals.
In the Technicals step, quote numbers directly from the data file. No need to search for SPY/QQQ/IWM levels — they are in the table.
Web search for (not in the data files):
DB-first: do not require
data/agent-cache/daily. If you need refreshed numbers, run./scripts/fetch-market-data.sh(writes legacy archive summaries) or use MCP sources. If that fails (sandbox), followskills/mcp-data-fetch/SKILL.mdfor MCP-based data fetch. Web fetch: usedefuddle parse <url> --mdinstead of WebFetch for any news article, breadth site, earnings page, or analyst note URL. Not for API endpoints,.json, or.mdfiles.
Search for current levels and % change for:
Check performance of all 11 S&P sectors (XLK, XLF, XLE, XLV, XLI, XLRE, XLU, XLY, XLP, XLB, XLC).
For each equity in the user's watchlist:
Note: International equities are covered in full by skills/international/SKILL.md. Only note overnight DM performance here for context.
### 📈 EQUITIES
**Bias**: [Bullish / Bearish / Neutral / Conflicted]
**Index Levels**: [SPY, QQQ, IWM — price, % change, key level notes]
**Sector Rotation**: [Leading: ... | Lagging: ... | Implication: ...]
**Watchlist Movers**: [Notable moves with brief reason]
**Earnings Today**: [Key names + reaction if available]
**Technical Read**: [Trend, VIX, breadth summary]
**Market Breadth**: A/D: [X:X] | 52W H/L: [X/X] | % above 200D: X% | [Healthy/Narrow/Deteriorating]
**Factor Read**: [Leading: Value/Growth/Momentum/Quality | Lagging: which] | [Risk-on or defensive rotation?]
**Watch**: [1-2 things to monitor in next 24-48h]
**Note**: Full sector-by-sector analysis in sector sub-agent outputs. International in international.md.