Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Bazaar — Business & Strategy Deliberation Room

A six-strategist panel (Schumpeter, Munger, Sun Tzu, Machiavelli, Taleb, Kahneman) researches the market and delivers a structured verdict on business decisions.

Marketing & SEOIntermediate16724AI score 8/10Last updated: Apr 9, 2026

What it does

  • Invoke /bazaar [question] for commercial decisions: market entry, pricing, fundraising vs bootstrapping, and competitive response.
  • Evidence first: mandatory WebSearch/WebFetch passes on market size & growth, competitor pricing/positioning, industry trends, and comparable cases, compiled into an "Evidence Brief".
  • Selects the right lens combination (creative destruction, moats/inversion, competitive terrain, power & incentives, tail risk, cognitive bias) and runs Round 1 independent analysis → Round 2 cross-examination → synthesis.
  • The verdict includes a strategic recommendation, upside/base/downside financial scenario table, asymmetric advantages on both sides, tail-risk check, action items for week/month/review milestone, the strongest dissent, and a confidence rating.
  • Depth controls: --quick, --full, --triad market-entry|pricing|investment|competitive-strategy, --duo, --members, --depth full.

Who it's for

  • Founders and executives who need a defensible case — including counterarguments — before a big bet.
  • Strategy, biz-dev, and product folks who must write up market entry, repricing, or competitive-response options.
  • Finance/investment owners comparing choices with very different risk profiles.

Examples

  1. /bazaar --triad pricing "What should our SaaS pricing be?" → pulls competitor pricing pages, then reasons about pricing power, buyer psychology, and disruption risk with a scenario table.
  2. /bazaar --triad market-entry "Should we enter the Japanese market now?" → researches market size and regulation, then weighs terrain, timing, and stakeholder incentives.
  3. /bazaar --quick "A competitor just cut prices — do we match?" → three key facts, one clear recommendation, the biggest risk, and the next decision point.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/geekjourneyx/agora/HEAD/rooms/bazaar/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the rooms/bazaar folder from the GitHub repo geekjourneyx/agora into my ~/.claude/skills/bazaar/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/geekjourneyx/agora.git ~/.claude/skills/agora

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Create the skills folder: mkdir -p ~/.claude/skills
  3. Clone the whole repo (this room references protocol/deliberation.md and the council-* agents, so a full clone is recommended): git clone https://github.com/geekjourneyx/agora.git ~/.claude/skills/agora
  4. Verify that ~/.claude/skills/agora/rooms/bazaar/SKILL.md exists.
  5. Restart Claude Code, then run /bazaar "review our pricing strategy" or simply ask it to "use the bazaar skill to deliberate our market entry".
  6. Allow WebSearch/WebFetch, since market-evidence gathering is a mandatory step.
  7. Note: the built-in clarifying questions are hardcoded in Chinese — ask for English output or translate the AskUser sections in SKILL.md.