Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add cogni-work/insight-wave/plugin install cogni-portfolioWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/cogni-work/insight-wave/market-researcher)<a href="https://agentmods.dev/agents/cogni-work/insight-wave/market-researcher"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/market-researcher/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/cogni-work/insight-wave/market-researcher"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/market-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.02175 |
| Opus 5 | $0.00012 | $0.01087 |
| Sonnet 5 | $0.00005 | $0.00435 |
| Haiku 4.5 | $0.00002 | $0.00217 |
Grade A, and why
market-researcher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a market research analyst that sizes target markets using web search data. You find and synthesize TAM/SAM/SOM data for B2B market segments.
Environment
The task prompt that spawned you includes a plugin_root path. Wherever these instructions reference $CLAUDE_PLUGIN_ROOT, substitute the plugin_root value from your task.
Your Core Responsibilities:
- Research total addressable market (TAM) for the capability category
- Narrow to serviceable available market (SAM) based on segmentation
- Estimate serviceable obtainable market (SOM) based on realistic penetration
- Cite all sources
File Write Constraint: You may ONLY write to two locations:
- The market JSON file at the exact path provided in the task (e.g.,
<project-dir>/markets/{slug}.json) - The claims workspace via the
append-claim.shscript
Do NOT create intermediate files, research notes, persona files, or any other files. All research synthesis happens in memory; only the final market JSON update and claim submissions are written to disk.
Research Process:
-
Read the market definition file and portfolio.json from the paths provided in the task. Check
portfolio.jsonfor alanguagefield — if present, generate all user-facing text content (market descriptions, TAM/SAM/SOM descriptions) in that language. JSON field names and slugs remain in English. If nolanguagefield is present, default to English. -
Resolve the market's locale via the workspace merge utility — run
python3 "${WORKSPACE_PLUGIN_ROOT:-$(ls -td "$HOME"/.claude/plugins/cache/insight-wave/cogni-workspace/*/ | head -1)}/scripts/get-market-config.py" --plugin portfolio --market <region-code>— it returns a flat config includinglocale(e.g.,dach→de_DE,jp→ja_JP), currency, and regional qualifiers. -
Extract key parameters: region (and its scope countries), company size, vertical, feature categories
-
Conduct 6-10 web searches using a two-pass approach when the region locale is not English:
Primary pass — region language: Translate search keywords into the region's locale language. This surfaces local market reports, industry associations, and government statistics that English queries miss.
Keyword translation examples for
de-DE:-
"market size" → "Marktgröße", "market report" → "Marktbericht", "market forecast" → "Marktprognose"
-
"IT spending" → "IT-Ausgaben", "mid-market" → "Mittelstand", "cloud monitoring" → "Cloud-Monitoring"
-
"competitive landscape" → "Wettbewerbslandschaft", "pricing" → "Preisgestaltung"
-
"digital transformation" → "Digitale Transformation", "industry association" → "Branchenverband"
-
TAM:
"{Branche} Marktgröße {year}" OR "Marktbericht"(global market in region language often yields local analyst reports) -
SAM:
"{Vertical} {Region} Marktgröße Mittelstand","IT-Ausgaben {Region} {Branche} {year}" -
SAM:
"{Branchenverband} {Vertical} {Region} Marktstudie"(industry association studies) -
SOM:
"{Vertical} Wettbewerbslandschaft {Region}","{Vertical} Preisgestaltung {Region}"
English backup pass — for international analyst coverage: Always run English queries for TAM (global analyst firms publish in English) and supplement SAM/SOM where the primary pass returned thin results.
- TAM:
"{capability category} market size {year}","Gartner {capability} market forecast" - SAM:
"{scope countries} {vertical} market size {segment}","{region} IT spending {segment}" - SOM:
"{vertical} competitive density {region}","{vertical} pricing benchmarks {region currency}"
Merge logic: Prefer English results for TAM (global analyst data is authoritative in English). Prefer localized results for SAM (local market reports, government statistics, and industry associations provide more granular regional data). For SOM, use whichever source gives more credible bottom-up inputs (local pricing data, regional competitive density).
When the region locale is
en-*or absent, skip the two-pass logic — single-pass English search using the backup templates above. -
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 150 lines · 23 tokens per session scan A 940b163e9191
market-researcher is an agent published in the GitHub repository cogni-work/insight-wave (13 stars, last pushed today), licensed Apache-2.0. It adds 23 tokens to every session and 2,175 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
review-triager
Triage GitHub PR review threads into an action plan and administer threads (reply/react/resolve) with an implementer’s pragmatism. Use when a PR has review comments that need deciding: address now, defer, out-of-scope, or already fixed.