aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Convene a multi-LLM expert panel to pressure-test strategic decisions with adversarial review and reversibility assessment.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/war-roomContext preview
What this command does when you run it.
Convene a multi-LLM expert panel to pressure-test strategic decisions with adversarial review and reversibility assessment.
name: war-room description: "Convene a multi-LLM expert panel to pressure-test strategic decisions with adversarial review and reversibility assessment."
Orchestrate multi-expert deliberation for complex strategic decisions with reversibility assessment and adversarial review.
Use this command when you need to:
Avoid this command if:
# Basic invocation with problem statement /attune:war-room "What architecture should we use for the payment system?" # With context files /attune:war-room "Best API versioning strategy" --files src/api/**/*.py # Reversibility assessment only (no deliberation) /attune:war-room "Database migration to MongoDB" --assess-only # Force express mode (Type 2 decisions) /attune:war-room "Which logging library?" --express # Use startup threshold profile (more aggressive) /attune:war-room "New feature architecture" --thresholds startup # Use regulated profile (more conservative) /attune:war-room "Data retention policy" --thresholds regulated # Force full council (all experts) /attune:war-room "Migration approach" --full-council # High-stakes Delphi mode (iterative until consensus) /attune:war-room "Platform decision" --delphi # Resume interrupted session /attune:war-room --resume war-room-20260120-153022 # Escalate from brainstorm /attune:war-room --from-brainstorm
1. **Assesses reversibility** (Phase 0) to determine appropriate deliberation intensity 2. **Routes to correct mode** based on Reversibility Score (RS):
3. **Gathers intelligence** via Scout and Intelligence Officer 4. **Develops courses of action** from multiple perspectives 5. **Pressure tests** via Red Team adversarial review 6. **Synthesizes decision** via Supreme Commander 7. **Persists session** to Strategeion (Memory Palace)
The War Room automatically assesses decision reversibility using five dimensions (1-5 each):
| Dimension | 1 (Reversible) | 5 (Irreversible) | |-----------|----------------|------------------| | **Reversal Cost** | Trivial (<1 day) | Prohibitive (months+) | | **Time Lock-In** | Reverse anytime | Crystallizes immediately | | **Blast Radius** | Single component | Organization-wide | | **Information Loss** | All options preserved | Critical paths closed | | **Reputation Impact** | Internal only | Public trust at stake |
**RS = Sum / 25** → Routes to appropriate deliberation mode.
| Argument | Description | |----------|-------------| | `<problem>` | The decision/problem to deliberate (required unless --resume) | | `--files <globs>` | Context files to analyze | | `--assess-only` | Show RS assessment without full deliberation | | `--express` | Force Type 2 mode (single expert, fast) | | `--full-council` | Use all experts (override RS recommendation) | | `--delphi` | Iterate until expert consensus (Type 1A+ mode) | | `--thresholds <profile>` | Use preset threshold profile: `default`, `fast`, `cautious`, `startup`, `regulated` | | `--resume <id>` | Resume interrupted session | | `--from-brainstorm` | Import context from recent brainstorm | | `--archive <name>` | Custom name for campaign archive |
| Profile | Express | Lightweight | Full Council | Use When | |---------|---------|-------------|--------------|----------| | `default` | 0.40 | 0.60 | 0.80 | General use | | `fast` | 0.50 | 0.70 | 0.90 | Speed over process | | `cautious` | 0.30 | 0.50 | 0.70 | Higher stakes environment | | `startup` | 0.55 | 0.75 | 0.90 | Move fast, break things | | `regulated` | 0.25 | 0.45 | 0.65 | Compliance-heavy industries |
Or customize at session start when prompted.
| Expert | Model | Role | |--------|-------|------| | Supreme Commander | Claude Opus | Final synthesis | | Chief Strategist | Claude Sonnet | Approach generation | | Red Team | Gemini Flash | Adversarial challenge |
| Expert | Model | Role | |--------|-------|------| | Supreme Commander | Claude Opus | Final synthesis | | Chief Strategist | Claude Sonnet | Approach generation | | Intelligence Officer | Gemini 2.5 Pro | Deep context analysis | | Field Tactician | GLM-5.2 | Implementation feasibility | | Scout | Qwen Turbo | Rapid reconnaissance | | Red Team Commander | Gemini Flash | Adversarial challenge | | Logistics Officer | Qwen Max | Resource estimation |
# 1. Invoke war-room skill
Skill(attune:war-room)
# 2. Execute deliberation phases:
# - Phase 0: Reversibility Assessment (immediate)
# ↳ RS ≤ 0.40? → EXPRESS MODE (skip to Phase 7)
# - Phase 1: Intelligence Gathering (parallel)
# - Phase 2: Situation Assessment
# - Phase 3: COA Development (parallel, anonymized)
# - Escalation Check (Commander validates RS or overrides)
# - Phase 4: Red Team Review
# - Phase 5: Voting + Narrowing
# - Phase 6: Premortem Analysis
# - Phase 7: Supreme Commander Synthesis
# 3. Persist to Strategeion
# ~/.claude/memory-palace/strategeion/war-table/{session-id}/
# 4. **AUTO-DOCUMENT TO PROJECT PLANS** (NEW)
# Write decision to docs/plans/YYYY-MM-DD-war-room-{topic}.md
# Creates docs/plans/ if it doesn't exist
# 5. Output decision document with RS assA plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.