war-room

war-room is a skill for Claude Code from athola/claude-night-market. It costs 35 tokens per session (4,329 once invoked), scanned A, original, MIT.

A process for bringing several AI experts together to challenge and compare options before making a difficult technical decision.

In plain words
What is it for?
Use it to review architecture choices, migrations, public commitments, and other decisions that need adversarial analysis before approval.
Why use it?
It exposes assumptions and competing viewpoints when a decision has high reversal cost, broad impact, or lasting consequences.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths; mentions Claude Code.

Part of the attune plugin — 14 skills, 11 commands, 2 agents shipped together

Good fit Use it to review architecture choices, migrations, public commitments, and other decisions that need adversarial analysis before approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/athola/claude-night-market/war-room
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add athola/claude-night-market --skill war-room
Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market

Made for: Claude Code.

Or install attune, the plugin that ships this one along with the rest of its 14 skills, 11 commands, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for war-room

README.md
[![agentmods](https://agentmods.dev/badge/skills/athola/claude-night-market/war-room/github.svg)](https://agentmods.dev/skills/athola/claude-night-market/war-room)
Your own site
<a href="https://agentmods.dev/skills/athola/claude-night-market/war-room"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/war-room/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for war-room

Your own site · 80×15
<a href="https://agentmods.dev/skills/athola/claude-night-market/war-room"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/war-room.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,329 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 6
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.04329
Opus 5 $0.00017 $0.02165
Sonnet 5 $0.00007 $0.00866
Haiku 4.5 $0.00003 $0.00433

Measured 9d ago against content hash ab0faf99cb17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

war-room scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/attune/skills/war-room/SKILL.md · 515 lines

How it starts

The opening of the file, as written. The whole thing — 515 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Overview

The War Room convenes multiple AI experts to analyze problems from diverse perspectives, challenge assumptions through adversarial review, and synthesize optimal approaches under the guidance of a Supreme Commander.

Philosophy

"The trick is that there is no trick. The power of intelligence stems from our vast diversity, not from any single, perfect principle."

  • Marvin Minsky, Society of Mind

Reversibility-Based Routing

Before deliberation, assess the Reversibility Score (RS) to determine appropriate resource allocation:

RS = (Reversal Cost + Time Lock-In + Blast Radius + Information Loss + Reputation Impact) / 25
RS Range Type Mode Resources
0.04 - 0.40 Type 2 Express 1 expert, < 2 min
0.41 - 0.60 Type 1B Lightweight 3 experts, 5-10 min
0.61 - 0.80 Type 1A Full Council 7 experts, 15-30 min
0.81 - 1.00 Type 1A+ Delphi 7 experts, 30-60 min

Quick Heuristics:

  • Can be A/B tested? → Type 2
  • Requires data migration? → Type 1
  • Public commitment required? → Type 1A+

See modules/reversibility-assessment.md for full scoring guide.

When To Use

  • Architectural decisions with major trade-offs
  • Multi-stakeholder problems requiring diverse perspectives
  • High-stakes choices with significant consequences (RS > 0.60)
  • Novel problems without clear precedent
  • When brainstorming produces multiple strong competing approaches

When NOT To Use

  • Simple questions with obvious answers
  • Routine implementation tasks
  • Well-documented patterns with clear solutions
  • Time-critical decisions requiring immediate action
  • Type 2 decisions (RS ≤ 0.40): use Express mode or skip War Room entirely

Expert Panel

Default (Lightweight Mode)

Role Model Purpose
Supreme Commander Claude Opus Final synthesis, escalation decisions
Chief Strategist Claude Sonnet Approach generation, trade-off analysis
Red Team Gemini Flash Adversarial challenge, failure modes

Read the full file on GitHub · 515 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 515 lines · 35 tokens per session scan A ab0faf99cb17

Subscribe to this mod's changes

war-room is a skill published in the GitHub repository athola/claude-night-market (337 stars, last pushed yesterday), licensed MIT. It adds 35 tokens to every session and 4,329 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

council

../../SKILL.md.

0xNyk/council-of-high-intelligence · 0 tokens

appreciative-inquiry

Guides strengths-based organizational change using Cooperrider's Appreciative Inquiry 4D cycle: Discovery, Dream, Design, and Delivery. Surfaces peak experiences and positive patterns to amplify what works rather than fixing what is broken. Use when addressing team morale, redesigning processes, integrating…

fatihguner/foreman · 84 tokens

business-model-canvas

Structures and evaluates business models using Osterwalder's nine-block Business Model Canvas: Customer Segments, Value Propositions, Channels, Customer Relationships, Revenue Streams, Key Resources, Key Activities, Key Partnerships, and Cost Structure. Use when designing a new venture, comparing business model…

fatihguner/foreman · 84 tokens

porters-five-forces

Analyzes competitive industry dynamics using Porter's Five Forces framework. Evaluates threat of new entrants, supplier power, buyer power, substitution threats, and competitive rivalry. Use when assessing market entry decisions, developing competitive strategy, evaluating industry attractiveness, or analyzing pricing…

fatihguner/foreman · 58 tokens

scenario-planning

Constructs multiple plausible future scenarios using a 2x2 matrix of critical uncertainties, then stress-tests strategy against each scenario to develop robust responses. Identifies no-regret moves, hedging actions, and strategic options. Use when facing major capital allocation decisions, evaluating market expansion…

fatihguner/foreman · 78 tokens

fly

Fly one thought to its destination across concurrent agents, on whatever the project and harness already have. Lands only when the user has accounted for every detail, never on an agent's say-so.

saadshahd/moo.md · 40 tokens