Agent skill

scenario-war-room

Cross-functional what-if modeling for cascading multi-variable scenarios. Unlike single-assumption stress testing, this models compound adversity across all business functions simultaneously. Use when facing complex risk scenarios, strategic decisions with major downside, or when the user asks 'what if X AND Y both happen?'

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill scenario-war-room --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 8 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: Alireza Rezvani
Path: c-level-advisor/skills/scenario-war-room/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Scenario War Room Model cascading what-if scenarios across all business functions. Not single-assumption stress tests — compound adversity that shows how one problem creates the next. ## Keywords scenario planning, war room, what-if analysis, risk modeling, cascading effects, compound risk, adversity planning, contingency planning, stress test, crisis planning, multi-variable scenario, pre-mortem ## Quick Start ```bash python scripts/scenario_modeler.py # Interactive scenario builder with cascade modeling ``` Or describe the scenario in natural language: > "What if we lose our top customer AND miss the Q3 fundraise?" > "What if 3 engineers quit AND we need to ship by Q3?" > "What if our market shrinks 30% AND a competitor raises $50M?" ## What This Is Not - **Not** a single-assumption stress test (that's `/em:stress-test`) - **Not** financial modeling only — every function gets modeled - **Not** worst-case-only — models 3 severity levels - **Not** paralysis by analysis — outputs concrete hedges and triggers ## Framework: 6-Step Cascade Model ### Step 1: Define Scenario Variables (max 3) State each variable with: - **What changes** — specific, quantified if possible - **Probabilit

What's inside
Steps it walks through
  1. Keywords
  2. Quick Start
  3. What This Is Not
  4. Framework: 6-Step Cascade Model
  5. Step 1: Define Scenario Variables (max 3)
  6. Step 2: Domain Impact Mapping
  7. Step 3: Cascade Effect Mapping
  8. Step 4: Severity Matrix
  9. Step 5: Trigger Points (Early Warning Signals)
  10. Step 6: Hedging Strategies
  11. Output Format
  12. Rules for Good War Room Sessions
  13. Common Scenarios by Stage
  14. Integration with C-Suite Roles
Ships with 2 files
  • references/scenario-planning.md
  • scripts/scenario_modeler.py
Commands it runs
python scripts/scenario_modeler.py   # Interactive scenario builder with cascade modeling
More from claude-skills
All skills →
About this skill
What does the scenario-war-room skill do?

Cross-functional what-if modeling for cascading multi-variable scenarios. Unlike single-assumption stress testing, this models compound adversity across all business functions simultaneously. Use when facing complex risk scenarios, strategic decisions with major downside, or when the user asks 'what if X AND Y both happen?'

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill scenario-war-room --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going