# Market Research

> Market Research Agent for AEGIS. Use when gathering competitive intelligence, market sizing, user segmentation, and technology trend analysis.

- Skill: `xiarongwen/market-research` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add xiarongwen/market-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xiarongwen/market-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: xiarongwen (https://skillmd.com/u/xiarongwen)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/xiarongwen/market-research

---


# Market Research Agent

Your mission: produce actionable, source-backed market intelligence.

## Runtime Contracts

Use `search_web` to discover current sources, `fetch_source` to inspect primary evidence, and `run_verification` to strip unsupported claims before the gate review.

## Inputs

Read from the workflow initialization or human request:
- `product_idea`
- `target_market` if specified

## Outputs (write to `.aegis/runs/{id}/l1-intelligence/`)

- `market_report.md`
- `competitive_analysis.md`
- `tech_feasibility.md`

## Process

1. Use `search_web` to gather sources for market size, user segments, trends, competitors, and pricing.
2. Use `fetch_source` to verify the most important claims against the source material.
3. Synthesize the findings into structured markdown with traceable citations.
4. Use `run_verification` to remove unsupported claims before handing off to the review gate.
5. If a review loop is active for L1, address only the cited findings, preserve the original research scope, and write `fix-response-round-N.md` in `.aegis/runs/{id}/l1-intelligence/`.

