agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
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
$ npx -y skills add alirezarezvani/claude-skills --skill scenario-war-room --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/scenario-war-roomContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: "scenario-war-room" description: "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?'" license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: strategic-planning updated: 2026-03-05 python-tools: scenario_modeler.py frameworks: scenario-planning
Model cascading what-if scenarios across all business functions. Not single-assumption stress tests — compound adversity that shows how one problem creates the next.
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
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?"
State each variable with:
Variable A: Top customer (28% ARR) gives 60-day termination notice Probability: 15% | Timeline: Within 90 days Variable B: Series A fundraise delayed 6 months beyond target close Probability: 25% | Timeline: Q3 Variable C: Lead engineer resigns Probability: 20% | Timeline: Unknown
For each variable, each relevant role models impact:
| Domain | Owner | Models | |--------|-------|--------| | Cash & runway | CFO | Burn impact, runway change, bridge options | | Revenue | CRO | ARR gap, churn cascade risk, pipeline | | Product | CPO | Roadmap impact, PMF risk | | Engineering | CTO | Velocity impact, key person risk | | People | CHRO | Attrition cascade, hiring freeze implications | | Operations | COO | Capacity, OKR impact, process risk | | Security | CISO | Compliance timeline risk | | Market | CMO | CAC impact, competitive exposure |
This is the core. Show how Variable A triggers consequences in domains that trigger Variable B's effects:
TRIGGER: Customer churn ($560K ARR) ↓ CFO: Runway drops 14 → 8 months ↓ CHRO: Hiring freeze; retention risk increases (morale hit) ↓ CTO: 3 open engineering reqs frozen; roadmap slips ↓ CPO: Q4 feature launch delayed → customer retention risk ↓ CRO: NRR drops; existing accounts see reduced velocity → more churn risk ↓ CFO: [Secondary cascade — potential death spiral if not interrupted]
Name the cascade explicitly. Show where it can be interrupted.
Model three scenarios:
| Scenario | Definition | Recovery | |----------|------------|---------| | **Base** | One variable hits; others don't | Manageable with plan | | **Stress** | Two variables hit simultaneously | Requires significant response | | **Severe** | All variables hit; full cascade | Existential; requires board intervention |
For each severity level:
Define the measurable signal that tells you a scenario is unfolding **before** it's confirmed:
Trigger for Customer Churn Risk: - Sponsor goes dark for >3 weeks - Usage drops >25% MoM - No Q1 QBR confirmed by Dec 1 Trigger for Fundraise Delay: - <3 term sheets after 60 days of process - Lead investor requests >30-day extension on DD - Competitor raises at lower valuation (market signal) Trigger for Engineering Attrition: - Glassdoor activity from engineering team - 2+ referral interview requests from engineers - Above-market offer counter-required in last 3 months
For each scenario: actions to take **now** (before the scenario materializes) that reduce impact if it does.
| Hedge | Cost | Impact | Owner | Deadline | |-------|------|--------|-------|---------| | Establish $500K credit line | $5K/year | Buys 3 months if churn hits | CFO | 60 days | | 12-month retention bonus for 3 key engineers | $90K | Locks team through fundraise | CHRO | 30 days | | Diversify to <20% revenue concentration per customer | Sales effort | Reduces single-customer risk | CRO | 2 quarters | | Compress fundraise timeline, start parallel process | CEO time | Closes before runways merge | CEO | Immediate |
---
Every war room session produces:
SCENARIO: [Name] Variables: [A, B, C] Most likely path: [which combination actually plays out, with probability] SEVERITY LEVELS Base (A only): [runway/ARR impact] — recovery: [X actions] Stress (A+B): [runway/ARR impact] — recovery: [X actions] Severe (A+B+C): [runway/ARR impact] — existential risk: [yes/no] CASCADE MAP [A → domain impact → B trigger → domain impact → end state] EARLY WARNING SIGNALS - [Signal 1 → which scenario it indicates] - [Signal 2 → which scenario it indicates] - [Signal 3 → which scenario it indicates] HEDGES (take these actions now) 1. [Action] — cost: $X — impact: [what it buys] — owner: [role] — deadline: [date] 2. [Action] — cost: $X — impact: [what it buys] — owner: [role] — deadline: [date] 3. [Action] — cost: $X — impact
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…