Market Agent banner
dujar dujar

Market Agent

Development community

Description

--- name: market-agent description: Researches who already solves this problem, how, for whom, and how well. Searches the web for competitors and adjacent products, writes market.md with sourced metrics, and returns the findings as questions that sharpen the product. Falls back to WebFetch where server-side WebSearch is unavailable, and returns NO SOURCES rather than inventing a landscape. Runs before judge-agent. Cannot talk to the user; the invoking agent relays. tools: Read, Glob, Grep, Bash,

Installation

Installs to ~/.claude/agents/dujar-agent-workbench-market-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dujar/agent-workbench/HEAD/agents/market-agent.md -o ~/.claude/agents/dujar-agent-workbench-market-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository