Market or regional intelligence brief for a sector or geography - TAM/sizing, competitive landscape, regulatory environment, entry timing, and 31C positioning, framed through the sovereign/DPI+ lens. Use for sector- or region-level analysis, not a single company. Trigger when the user says "market intel", "market for [sector]", "regional analysis", "sector overview", or "TAM for [sector]". Do NOT use for a specific named company (use /competitor-intel or /osint) or global geopolitical briefs ...
Scanned 9/2/2026
Install to Claude Code
npx -y skills add mishahanin/heading-os-marketplace --skill market-brief --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Market Brief?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mishahanin-market-brief)More formats (shields.io, HTML) on the badges page.
---
name: market-brief
description: Market or regional intelligence brief for a sector or geography - TAM/sizing, competitive landscape, regulatory environment, entry timing, and 31C positioning, framed through the sovereign/DPI+ lens. Use for sector- or region-level analysis, not a single company. Trigger when the user says "market intel", "market for [sector]", "regional analysis", "sector overview", or "TAM for [sector]". Do NOT use for a specific named company (use /competitor-intel or /osint) or global geopolitical briefs (use /ceo-intel).
argument-hint: "[topic]"
context: fork
allowed-tools: "WebSearch, WebFetch, Read, Bash(python3:*)"
model: sonnet
metadata:
author: Misha Hanin
email: misha.hanin@odinix.com
version: "1.2"
x-heading-orchestration:
parallel_safe: true
shared_state: []
triggers:
- market intel
- market for
- regional analysis
- sector overview
- TAM for
- market size
x-heading-capability:
what: >
Produces a fast market intelligence brief on a region, country, sector, or
technology trend - market size and drivers, competitive landscape, and 2-3
actionable insights framed through 31C's sovereign DPI+ lens.
how: >
Run /market-brief [topic]. Forked-context web research; default depth is
surface (3-5 points), pass detailed for full analysis.
when: >
Use for a sector, region, or TAM question. For a specific named company use
/osint or /competitor-intel; for global geopolitics use /ceo-intel.
x-heading-routing:
category: Intel
triggers:
- market intel
- market for [sector]
- regional analysis
- sector overview
- TAM for [sector]
- market size for [sector]
exclusions:
- Specific named company -> /competitor-intel or /osint
- global/geopolitical -> /ceo-intel
compound: 'No'
router: auto
---
# Market Brief
Produce an instant market intelligence brief on a region, country, sector, or competitor.
## Variables
topic: [Region / country / competitor / technology trend — e.g., "[target-region] telco market", "a competitor DPI position", "[region] sovereignty regulations", "5G security spending in [region]"]
depth: surface | detailed — default: surface (3-5 key points); detailed (full analysis)
purpose: [What decision or action this brief supports — optional]
---
## Instructions
Before drafting, read:
- `reference/dpi-market-intelligence.md` — DPI market data and competitor landscape
- `reference/geopolitical-landscape.md` — Regional sovereignty and tech context
- `reference/search-domains.md` — Domain filtering for web searches
- `context/strategy.md` — Strategic priorities to frame relevance
- `context/current-data.md` — Current positioning and active markets
When searching the web for market intelligence, apply domain filtering from `reference/search-domains.md`:
- Use `allowed_domains` from the topic groups most relevant to the query. Telecom & DPI serves the DPI market, and the relevant regional group serves regional telecom
- Always apply Blocked Domains as `blocked_domains`
- For broad market overview queries, use `blocked_domains` only
Produce a brief covering:
**Surface (3-5 key points):**
- Market size and growth rate (if applicable)
- Key dynamics and drivers
- 31C's position and opportunity
- 2-3 actionable insights for Misha
**Detailed (full analysis):**
- All of the above plus:
- Competitive landscape in this region/sector
- Regulatory environment
- Entry timing assessment
- Recommended positioning approach
- Specific risks and mitigations
Frame everything through 31C's lens: sovereign, non-aligned, DPI+ category leader, the legacy incumbent vacuum opportunity.
---
## Markets Are Pricing (conditional, Polymarket)
The Polymarket coverage whitelist is AI, big tech, elections, geopolitics, crypto, macro, global sports, and corporate events. See `reference/polymarket-coverage.md`. If the topic matches it, include a "Markets Are Pricing" section in the brief output.
**Disambiguation rule (P4):** a topic of one or two words can match multiple entities. "Apple" could match Apple Inc or apple-fruit markets. In that case, pass `--keywords` with 2-3 disambiguators.
```bash
python "${CLAUDE_PLUGIN_ROOT}"/scripts/polymarket.py "$TOPIC" --output markdown
# OR with disambiguation:
python "${CLAUDE_PLUGIN_ROOT}"/scripts/polymarket.py "Apple" --keywords "company,stock,iphone" --output markdown
```
Include the rendered markdown table verbatim in the brief, including the trailing internal-use footer line. If `skip_reason` is `outside_whitelist`, `no_matches`, or `fetch_error`, omit the section silently - do not flag the absence.
**External-use boundary (CRITICAL):** Polymarket data is internal signal only. NEVER quote in proposals, letters, partnership documents, OnePagers, RFP responses, LinkedIn posts, or any external 31C communication. Boundary pinned in `reference/polymarket-coverage.md`.
---
## Post-synthesis audit (required)
Per development-standards, this skill synthesizes over a source set. After writing the brief, run `/brain-audit --sources <the brief + cited datastore/reference files> --entity "<market or sector>"` (omit `--entity` for a broad multi-region brief) and append the returned footer.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!