# Sector Macro Insights

> Researches and synthesizes sector-level macro insights for DSE — Bangladesh and global analysis, sector news context, cross-sector spending themes (e.g. real estate slowdown, FMCG pressure). Use for macro tab sector refresh, "pharma outlook Bangladesh", global cement demand, or qualitative themes spanning sectors. Persists memos via stock-buddy-data MCP.

- Skill: `kuntal-r-d/sector-macro-insights` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kuntal-r-d/sector-macro-insights`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kuntal-r-d/sector-macro-insights/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: Apache-2.0
- Author: kuntal-r-d (https://skillmd.com/u/kuntal-r-d)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kuntal-r-d/sector-macro-insights

---


# Sector Macro Insights

> **Prompt-first skill.** The host LLM researches qualitative drivers and saves structured memos.
> Call `sector_macro_insights` for instructions, or `get_sector_macro_context` for data.

## When to use

- Macro tab sector analysis (Bangladesh + global sections)
- "What's happening in pharma / banking / FMCG in Bangladesh?"
- Global commodity or rates impact on a DSE sector
- Cross-sector themes: "people aren't spending on real estate", regulatory shifts

## Workflow

1. `stock-buddy-data.get_sector_macro_context({ sector?, scope: "bangladesh"|"global"|"both", days: 14 })`
2. Web research for qualitative drivers (BD + global as requested)
3. `stock-buddy-data.upsert_research_sources({ sources: [...] })`
4. `stock-buddy-data.upsert_research_memo({ title, body_md, summary_json, as_of })`

### summary_json convention

```json
{
  "sector": "Pharmaceuticals",
  "sector_slug": "pharmaceuticals",
  "scope": "bangladesh|global|cross_sector",
  "insight_type": "sector_macro|spending_trend|regulatory",
  "bullets": ["...", "..."]
}
```

## Output (Thinking Card)

```json
{
  "skill": "sector-macro-insights",
  "ticker": "MARKET",
  "mode": "both",
  "as_of": "2026-07-01",
  "score": 0.0,
  "confidence": 0.75,
  "rating": "cautious|neutral|supportive",
  "key_metrics": {
    "sector": "Pharmaceuticals",
    "scope": "bangladesh",
    "bullets": ["..."]
  },
  "reasoning": ["..."],
  "disclaimer": "Educational analysis only. Not financial advice."
}
```

## Cross-sector variant

Set `scope: cross_sector` and omit sector (or set `insight_type: spending_trend`) for themes like real-estate spending weakness affecting cement, NBFI, and services.

## DSE pitfalls

- Sector names vary in the DB — use `sector_slug` from context tool
- Thin sectors (3–4 names) need cautious generalization
- Rumour-heavy headlines — separate from policy/fundamental drivers

Output is educational analysis only, never financial advice.

