From roast
/cs:roast — Convene a 5-angle adversarial panel (Critic, Champion, Analyst, Investigator, Customer) on an idea, then a Judge delivers one GO / RESHAPE / KILL verdict with the cheapest 48-hour test to de-risk it. Pressure-test before you build.
How this command is triggered — by the user, by Claude, or both
Slash command
/roast:cs-roast [the idea to roast]The summary Claude sees in its command listing — used to decide when to auto-load this command
# /cs:roast — 5-Angle Idea Panel → One Verdict **Command:** `/cs:roast [the idea]` Claude's default is to agree with you. `/roast` is the opposite. It convenes five independent reviewers who tear an idea apart and build it up from every angle, then acts as the Judge to deliver one honest verdict. Run it before you sink time and money into building the wrong thing. ## When to Run - "Roast / pressure-test / stress-test this idea" - "Validate this business idea" / "convene the panel" - "Give me a brutal second opinion before I build this" - You want a real GO/KILL call — and you can take a...
Command: /cs:roast [the idea]
Claude's default is to agree with you. /roast is the opposite. It convenes five independent
reviewers who tear an idea apart and build it up from every angle, then acts as the Judge to deliver
one honest verdict. Run it before you sink time and money into building the wrong thing.
/cs:boardroom.brief_builder.py).GO / RESHAPE / KILL + confidence, from the weighted synthesizer (not an average;
demand/fatal-flaw/logic gates can veto a GO), with the real tension named and resolved.Task calls in one message so they think independently.# 1. Assemble the shared brief
python ../skills/roast/scripts/brief_builder.py \
--idea "..." --who "..." --money "..." --edge "..." --constraints "..."
# 2. Fire all five reviewers in parallel (one Task each, subagent_type: general-purpose),
# pasting the same brief into each. Collect five 1-10 scores.
# 3. Synthesize the call (weighting + veto gates + tension, NOT an average)
python ../skills/roast/scripts/verdict_synthesizer.py \
--critic 4 --champion 8 --analyst 7 --investigator 5 --customer 6
# 4. Design the cheapest test from the riskiest assumption
python ../skills/roast/scripts/cheapest_test_designer.py --risk price --price 99
cs-roast-judgeroast/cs:andreessen (single market-first lens), /cs:boardroom (enterprise C-suite)Version: 1.0.0
npx claudepluginhub adamtasteslikegood/alirez-claude-skills --plugin roast