Install
openclaw skills install iris-war-roomRun adversarial multi-agent war-room evaluations for any strategic decision. Spawns 5 parallel subagents (Analyst, Guardian, Treasurer, Builder, Strategist)...
openclaw skills install iris-war-roomStructured adversarial evaluation of any strategic proposal using 5 parallel subagents.
Subagents and the final report MUST use the same language as the user's request. If the user writes in Chinese, all agents respond in Chinese and the report is in Chinese. If English, all English. Match the user's language — do not default to English.
| Role | Focus | Must Answer |
|---|---|---|
| Analyst | Data, math, quantitative modeling | "Show the numbers and formulas." |
| Guardian | Risk, failure modes, worst cases | "If [X] fails, what is the maximum loss?" |
| Treasurer | Resource efficiency, ROI, costs | "Per $1 invested, what is the expected return?" |
| Builder | Execution feasibility, timeline, tooling | "What is the time/cost/risk to implement?" |
| Strategist | Strategic fit, alternatives, long-term vision | "How does this fit the long-term strategy?" |
State the proposal, key assumptions, and GO/NO-GO criteria.
Spawn all 5 in parallel with sessions_spawn, mode: "run".
Language instruction: Add to each agent's task prompt: "Respond in {user's language}."
Token optimization (recommended for large proposals):
/tmp/rt_{topic}.mdread tool to load the file themselvesThis cuts input tokens by ~95% vs inlining all data in each prompt.
If the proposal is short (under 1500 words), inline it directly in the task prompt.
Label pattern: {role}_{topic}_{YYYYMMDD}
Wait for all 5 (auto-announced). Then apply the Critic lens:
Generate the ruling report and save to file:
~/roundtable/RT{N}_{TOPIC}_{YYYYMMDD}.md
~/roundtable/ directory if it doesn't existReport must include ALL sections:
Audit ID format: RT{N}-{TOPIC}-{YYYYMMDD}
The 5 roles adapt to any domain. See references/domains.md for domain-specific mandatory questions and prompt guidance for: Finance, Product, Engineering, Hiring.
See references/roles.md for full role definitions. See references/prompts.md for spawn patterns and ruling templates.
~/roundtable/ and report content replied to user