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 & SEOIntermediate★ 167⑂ 24AI 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
/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./bazaar --triad market-entry "Should we enter the Japanese market now?"→ researches market size and regulation, then weighs terrain, timing, and stakeholder incentives./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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal.
- Create the skills folder:
mkdir -p ~/.claude/skills - Clone the whole repo (this room references
protocol/deliberation.mdand thecouncil-*agents, so a full clone is recommended):git clone https://github.com/geekjourneyx/agora.git ~/.claude/skills/agora - Verify that
~/.claude/skills/agora/rooms/bazaar/SKILL.mdexists. - Restart Claude Code, then run
/bazaar "review our pricing strategy"or simply ask it to "use the bazaar skill to deliberate our market entry". - Allow WebSearch/WebFetch, since market-evidence gathering is a mandatory step.
- Note: the built-in clarifying questions are hardcoded in Chinese — ask for English output or translate the AskUser sections in SKILL.md.
View source on GitHub ↗License: MIT