ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

war-room

Convene a multi-LLM expert panel to pressure-test high-stakes decisions and build consensus through structured deliberation

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-attune-war-room
Or

Night Market Skill — ported from claude-night-market/attune. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Table of Contents

  • Overview
  • Reversibility-Based Routing
  • When to Use
  • When NOT to Use
  • Expert Panel
  • Deliberation Protocol
  • Integration
  • Usage
  • Output
  • Configuration
  • Related Skills

War Room Skill

Orchestrate multi-LLM deliberation for complex strategic decisions.

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 RangeTypeModeResources
0.04 - 0.40Type 2Express1 expert, < 2 min
0.41 - 0.60Type 1BLightweight3 experts, 5-10 min
0.61 - 0.80Type 1AFull Council7 experts, 15-30 min
0.81 - 1.00Type 1A+Delphi7 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)

RoleModelPurpose
Supreme CommanderClaude OpusFinal synthesis, escalation decisions
Chief StrategistClaude SonnetApproach generation, trade-off analysis
Red TeamGemini FlashAdversarial challenge, failure modes

Full Council (Escalated)

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-attune-war-room": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.